LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   cant have full permission on NTFS mounted drive (https://www.linuxquestions.org/questions/linux-networking-3/cant-have-full-permission-on-ntfs-mounted-drive-700447/)

mianmajidali 01-28-2009 04:43 AM

cant have full permission on NTFS mounted drive
 
hi to all
i am using centOS-5, i have mount NTFS drive by using fuse. but there is no rights and even there is no option on right click to make new directory or to del any file or folder.
this is line of fstab for ntfs drive

/dev/sda5 /mnt/d ntfs defaults 2 2

please guide me how can i get full access and control on this NTFS mounted drive.
thanks

GlennsPref 01-28-2009 05:51 AM

Hi, My system uses ntfs-3g package.
Once installed you run a little setup app to enable read/write to particular (ntfs) partitions

winxp line in /etc/fstab
Code:

# Entry for /dev/sda1 :
UUID=E8D81B44D81B1084 /mnt/win_c ntfs-3g defaults 0 0

Another thing I do is setup ntfs write support in the kernel.

see how you go. Glenn


All times are GMT -5. The time now is 05:22 PM.