Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to read NTFS partitions in 5 minutes or less
#10

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.

 

:)

Reply


Messages In This Thread
How to read NTFS partitions in 5 minutes or less - by znx - 2006-04-02, 05:31 PM

Forum Jump:


Users browsing this thread: