Announcement

Collapse
No announcement yet.

can't mount USB

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    can't mount USB

    My system stopped mounting USB, although it used to do it authomatically.
    I added an entry to fstab
    Code:
    /dev/sdc1 /media/usb ntfs-3g defaults,user,locale=en_US.utf8 0 0
    but the problem is that the system expects to find usb at system start.

    In System Settings I have automatic mounting enabled. All options marked.

    #2
    You can use the noauto option to stop the drive auto mounting.

    Also try "udisks --mount /dev/sdXY" and see if you get an error, if not then the user you ran it as should be able to mount them, if you get an error then tell us. (You should comment out the line you added to fstab to test this and make sure the disk is unmounted first).

    Comment

    Working...
    X