2006-04-02, 05:31 PM
Quote:Hi!
Hello :)
Quote:I've been trying to get access to my USB hard driver on my non-root user for few hours and still no luck. I've tryed to change the fstab settings and it didn't work so I followed this tutorial and still nothing. :(
Non-root mount.. to do this you need to add an entry into your fstab..
Code:
/dev/DEVICE /mnt/POINT FSTYPE OPTIONS,user 0 0
So in your example:
Code:
/dev/sda1 /media/Paikallinen_levy ntfs ro,umask=000,user 0 0
Adding "user" will allow a user to mount/umount the drive.
:)