Announcement

Collapse
No announcement yet.

Can not mout drive at boot

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] Can not mout drive at boot

    One of my SSDs will not mount a boot time but if I open Dolphin and click on it it will mount. Can I mount it with a Grub 2 command or something? Samsung SSD 860 EVO 4TB The other 2 are the same brand and model but are 2TB, and 1 TB. I read in the MOBO manual that it can't mount an SSD larger than 2 TB.
    Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

    http://www.kubuntu.org/getkubuntu

    #2
    Internal SSD I assume. Open a konsole and type: sudo blkid

    Compare it's UUID for the drive against what is shown for it in fstab (cat /etc/fstab). Are they the same?
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      You mount internal drives with entries in /etc/fstab not with GRUB. GRUB is a boot manager, not drive manager.

      Make a folder to mount it to, edit FSTAB to mount it. KDE Partition Manager may be able to assign the mount point for you, but not sure. I've never tried it.

      Please Read Me

      Comment


        #4
        Originally posted by Snowhog View Post
        Internal SSD I assume. Open a konsole and type: sudo blkid

        Compare it's UUID for the drive against what is shown for it in fstab (cat /etc/fstab). Are they the same?
        As requested.
        vince@steven-tobefilledbyoem:~$ cat /etc/fstab
        # /etc/fstab: static file system information.
        #
        # Use 'blkid' to print the universally unique identifier for a device; this may
        # be used with UUID= as a more robust way to name devices that works even if
        # disks are added and removed. See fstab(5).
        #
        # <file system> <mount point> <type> <options> <dump> <pass>
        UUID=d17c33ff-75e8-4233-abed-4e6214504ab6 /home btrfs defaults,noatime,autodefrag,discard,compress=
        lzo 0 0
        UUID=1ECC-72A0 /boot/efi vfat defaults 0 2
        UUID=897c54dc-66d1-4ae9-903f-962f40d87d43 / btrfs subvol=/@,defaults,noatime,autodefrag,discard
        ,compress=lzo 0 0
        UUID=897c54dc-66d1-4ae9-903f-962f40d87d43 /swap btrfs subvol=/@swap,defaults 0 0
        /swap/swapfile swap swap defaults 0 0
        tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
        vince@steven-tobefilledbyoem:~$


        vince@steven-tobefilledbyoem:~$ sudo blkid
        [sudo] password for vince:
        /dev/sdb1: LABEL="Steam1" UUID="9fb58d92-3665-4eb1-bd59-6932562426b4" UUID_SUB="c42a0505-ae34-4c9b-b5a3-ba8079
        006f26" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="210c7a54-3fac-4f82-86c1-41f3db71dd71"
        /dev/sdc2: UUID="897c54dc-66d1-4ae9-903f-962f40d87d43" UUID_SUB="8ecc2097-df74-470c-aff4-b7b9bf2a421c" BLOCK_S
        IZE="4096" TYPE="btrfs" PARTUUID="433ce3f3-1494-405d-b7b1-58f4312fdc91"
        /dev/sdc1: UUID="1ECC-72A0" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="dccde849-22a8-4bb7-b3ba-ad6adbce393d"
        /dev/sda1: UUID="d17c33ff-75e8-4233-abed-4e6214504ab6" UUID_SUB="0417ecc8-a6b3-4322-baff-4483e841bb77" BLOCK_S
        IZE="4096" TYPE="btrfs" PARTUUID="8b24e4fe-28bd-4d5e-9cee-bca97ee4bd1e"
        /dev/loop1: BLOCK_SIZE="131072" TYPE="squashfs"
        /dev/loop8: BLOCK_SIZE="131072" TYPE="squashfs"
        /dev/loop6: BLOCK_SIZE="131072" TYPE="squashfs"
        /dev/loop4: BLOCK_SIZE="131072" TYPE="squashfs"
        /dev/loop2: BLOCK_SIZE="131072" TYPE="squashfs"
        /dev/loop0: BLOCK_SIZE="131072" TYPE="squashfs"
        /dev/loop9: BLOCK_SIZE="131072" TYPE="squashfs"
        /dev/loop7: BLOCK_SIZE="131072" TYPE="squashfs"
        /dev/loop5: BLOCK_SIZE="131072" TYPE="squashfs"
        /dev/loop3: BLOCK_SIZE="131072" TYPE="squashfs"
        /dev/loop10: BLOCK_SIZE="131072" TYPE="squashfs"
        vince@steven-tobefilledbyoem:~$


        Last edited by Snowhog; Jun 14, 2024, 07:57 PM.
        Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

        http://www.kubuntu.org/getkubuntu

        Comment


          #5
          Thats odd. >dev/sdb1 doesn't appear to be in fstab. I told the installer to install it when I did a fresh install so why isn't it there? Is the installer bugged?
          Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

          http://www.kubuntu.org/getkubuntu

          Comment


            #6
            I fixed it. I didn't know that the installer hadn't set it up like I told it to.
            Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

            http://www.kubuntu.org/getkubuntu

            Comment

            Working...
            X