Announcement

Collapse
No announcement yet.

Mount point does not exist

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

    Mount point does not exist

    I'm attempting to mount an external hard drive. In the past I was able to do this by running
    Code:
    sudo mount /dev/sdd1 /media/jeremy/easystore
    . Then I knocked my external hard drive off the top of my box, and it hasn't been right since.

    Following online instructions, I have added
    Code:
    /dev/sdd1                       /media/jeremy/easystore  ext4   defaults    0 0
    to my fstab, saved and rebooted, to no avail. I tried to temporarily create the mount point with
    Code:
    sudo mkdir /media/jeremy/easystore
    - which also did not work.

    This can't be hard. What am I doing wrong?

    I should also add that lsusb does not show the external hard drive unless the USB cable is pulled and plugged back in. Then lsusb shows the hard drive, for a while. After a while, the external hard drive goes to sleep, or does something like that.

    And I just reinstalled the OS, and the condition persists.

    Last edited by Jeremy_Ray; Jan 02, 2026, 12:33 AM.

    #2
    If you open a terminal and type 'sudo dmesg -w' and plug in the drive you should be able to follow the connect processes.

    Comment


      #3
      Are you sure it is /dev/sddx? This can change, depending on what is connected/disconnected at any time.

      It is better to use UUIDs which do not change.

      But really:
      Originally posted by Jeremy_Ray View Post
      I knocked my external hard drive off the top of my box, and it hasn't been right since.
      Originally posted by Jeremy_Ray View Post
      t lsusb does not show the external hard drive unless the USB cable is pulled and plugged back in.Then lsusb shows the hard drive, for a while.
      This is the real issue. Something is damaged, or has come loose.

      Comment


        #4
        Why doesn't the external hard drive automatically connect on boot? It is plugged into a USB port. I boot up, run lsusb, it does not show. I unplug/replug the cable, run lsusb, now the hard drive is there. But it disconnects after a few minutes, and I have to repeat the process for lsusb to find it again.

        In the distant past, when I booted up, the external hard drive was mounted and ready to go. I suppose, for security reasons, we can't have nice things anymore. Now none of my hard drives mount automatically, but at least the two internal drives show up in dolphin and all I have to do to mount them is click on them. Before I reinstalled the OS yesterday, the external didn't show up at all in dolphin until I mounted it manually through konsole. But, at least the external was automatically connecting via USB. I didn't have to pull the USB cable and plug it back in.

        Comment


          #5
          Some of the external drives that before 25.10 automatically popped up inviting a mount stopped working for me, and btrfs drives gave problems I've discussed in another thread.

          IMO something changed in this behaviour causing trouble for some users.

          My workaround has been to add the drives to /etc/fstab, with options noauto,user, mounting by label in case the device changes. F.ex. :
          Code:
          LABEL=othniel /mnt/othniel       btrfs   noatime,noauto,user                0 2
          LABEL=noah    /mnt/noah          btrfs   noatime,noauto,user                0 2
          LABEL=saul    /mnt/saul          btrfs   noatime,noauto,user                0 2
          LABEL=micah   /mnt/micah         btrfs   noatime,noauto,user                0 2
          then, I can click on them in dolphin.

          Do you see the drives in system settings, disks & cameras, device auto-mount, disconnected devices? Only some of mine do.
          Regards, John Little

          Comment


            #6
            Originally posted by jlittle View Post
            Some of the external drives that before 25.10 automatically popped up inviting a mount stopped working for me, and btrfs drives gave problems I've discussed in another thread.

            IMO something changed in this behaviour causing trouble for some users.

            My workaround has been to add the drives to /etc/fstab, with options noauto,user, mounting by label in case the device changes. F.ex. :
            Code:
            LABEL=othniel /mnt/othniel btrfs noatime,noauto,user 0 2
            LABEL=noah /mnt/noah btrfs noatime,noauto,user 0 2
            LABEL=saul /mnt/saul btrfs noatime,noauto,user 0 2
            LABEL=micah /mnt/micah btrfs noatime,noauto,user 0 2
            then, I can click on them in dolphin.

            Do you see the drives in system settings, disks & cameras, device auto-mount, disconnected devices? Only some of mine do.
            The external hard drive does not show up in system settings>Removeable Storage>Removable Devices>Disconnected Devices (or Attached Devices - the internal hard drives are visible in Attached Devices). The external hard drive is also absent from the Digital Camera section. Even if I replug the USB cable, the external hard drive does not appear.

            This is how my external hard drive appears in lsusb -

            Code:
            Bus 003 Device 000: ID 1058:2624 Western Digital Technologies, Inc. easystore Portable 5TB (WDBKUZ0050)
            What should I enter in fstab?

            Wouldn't the usb connectivity issue need to be solved first?

            Comment


              #7
              Wouldn't the usb connectivity issue need to be solved first?
              Do they show running sudo blkid? If so, you've got past a USB problem.

              In my case failed mounts using the device notifier sometimes caused confusion, with drives becoming stuck until a system restart; even unplugging them and powering them off wouldn't allow a successful mount on being attached again. I learned not to do that.

              If the drive has no label you can use the "KDE Partition Manager" or gparted to set one. I find such labels easy to work with, compared to the UUIDs claydoh has suggested.

              I'm not sure your problems and mine have the same cause, especially as you're on 24.04. I had no trouble till 25.10.
              Regards, John Little

              Comment


                #8
                The internal drives show with blkid.

                Here's how lsusb shows the external HD entry -

                Code:
                Bus 003 Device 008: ID 1058:2624 Western Digital Technologies, Inc. easystore Portable 5TB (WDBKUZ0050)
                Here's the output of blkid -

                Code:
                /dev/sdb1: LABEL="manon" UUID="b0ef4b51-acaf-4b46-a13a-efe53957dd40" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="00017ea0-01"
                /dev/sdc1: LABEL="arcadia" UUID="c02bdb95-bfb3-4846-a499-e016ce1009dd" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="00082ee7-01"
                /dev/sda2: LABEL="kubuntu_2404" UUID="a878a7ce-fe90-4a42-a733-f9ff00392eff" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="8400f40b-02"
                /dev/sda3: UUID="0b20d7e2-2c3f-4661-86b9-69c5c859dd23" TYPE="swap" PARTUUID="8400f40b-03"
                /dev/sda1: UUID="848B-3B9A" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="8400f40b-01"
                /dev/loop1: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop19: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop17: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop8: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop15: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop6: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop13: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop4: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop21: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop11: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop2: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop0: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop18: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop9: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop16: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop7: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop14: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop5: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop22: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop12: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop3: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop20: BLOCK_SIZE="131072" TYPE="squashfs"
                /dev/loop10: BLOCK_SIZE="131072" TYPE="squashfs"
                That's after replugging the external so lsusb can see it. I don't think the external is in there. Sda1-3 are, I believe, partitions on the flash drive I boot from, and sdb1 and sdc1 are the other two internal hard drives.




                Comment

                Users Viewing This Topic

                Collapse

                There are 0 users viewing this topic.

                Working...
                X