Mounting NTFS Filesystems with Read-Write privs'
I need some help mounting my Windows NTFS file systems. I can mount them so they can be viewed by any user, etc. My Problem is I would like to know how to be able to acually write to them. I added the Write flag to the command while mounting, but it still dosnt allow me to write.
mount -w -t ntfs /dev/hda1 /mnt/c -o uid=apocolipse,gid=100
that seems to load it fine for users to view and execute, but no write priv's
mount -t ntfs /dev/hda1 /mnt/c -o rw
that dosnt even work to allow even root to write to the file system.
Can anyone help me, or suggest a program that allows for write priv's? I have heard of some programs that allow it for MSDOS filesystems. Thankyou
|