PDA

View Full Version : [ubuntu] NTFS Partitions with Ubuntu 8.0.4


balanscott
June 19th, 2008, 10:43 PM
What user permissions do I need to associate to my account (developer) so I can see any NTFS partition? I cannot mount them even after installing NTFS-3g as it says I do not have permissions.

Odrodzona-Sarmacja
June 21st, 2008, 08:13 AM
Actually you need to associate permissions to your hard drives and not to your account. The easiest way is to set them up in your fstab and have them automounted or if they are removable then you can have them mounted with "sudo mount -a" after connecting them to your computer with fstab set up corectly with permissions for them. Try
"nosuid,nodev,uhelper=hal,utf8,shortname=winnt,uid= 1000"
for options. Works for me. The "Uid=..." there is targeting accounts if you like to play with it.

Have fun!