You are not logged in.
Pages: 1
I can mount my usb stick with the command
sudo mount /dev/sdb1 /mnt/usb
However when I add
/dev/sdb1 /mnt/usb
to /etc/fstab it doesn't mount the usb.
What am I doing wrong? Thnx
Offline
/dev/sda2 / ext3 defaults,noatime,nodiratime 0 1
You need to flesh out your entry in fstab [above is an example]
Mr Green I like Landuke!
Offline
I acctually already had
/dev/sdb1 /mnt/usb vfat ro,user,noauto,unhide 0 0
but it still doesn't work is there a log file for this I can check why it won't mount it?
Offline
Okay I think the problem was the noauto I changed that and it works.
also I changed the line to rw,user,auto however I still cannot create any new files on the usb? Why is this?
Offline
Crap more issues, when I restart usb is not mount. I do mount -a and it mounts wtf..
Offline
Pages: 1