Announcement

Collapse
No announcement yet.

Mount point does not exist

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

  • claydoh
    replied
    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.

    Leave a comment:


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

    Leave a comment:


  • Jeremy_Ray
    started a topic Mount point does not exist

    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.

Users Viewing This Topic

Collapse

There are 0 users viewing this topic.

Working...
X