View Single Post
Posts: 264 | Thanked: 28 times | Joined on May 2006
#2
what command do you use to mount it?
you should be able to add a line to /etc/fstab with the device name and mount point and the rw option
Then as user, mount mountpoint. i.e. if your mountpoint is /media/usb you'd enter mount /media/usb.
also make sure your mountpoint is writable by user.