Interesting, Autofs was installed by default in Ubuntu 12.04... Ok, remove Autofs and do the following:

First, get root privileges and type this:


# mkdir /media/usb0


then:

# nano /etc/fstab


Add the following line at the end without removing anything in this file.


/dev/sdc1       /media/usb0     auto    rw,user,noauto,umask=0  0       0


Reboot and tell us if it works. Don't forget to acces the file manager.

Reply via email to