Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
I want to access folders from my ntfs drive from my account, I can do it as root when I am logged in as root but not when I am logged in from another account. I am using gnome and the programs it uses can't access /mnt/winxp (the ntfs drive i mounted). I tried setting the file permissions with chmod but it says it is a read only file system. If you could tell me how to either set the file permissions so I can get at that folder from an account other then root that would be great.
Specify them as mount option, either to the mount command, or in /etc/fstab. To make the files world-readable, use "umask=0", either as "mount -o umask=0", or in fstab instead of "defaults".
Summary: Linux can read a ntfs partition and that ability is usually compiled into the kernel by default. in suse 7.0 I could only mount and read the contents when I was root, it would not let me change the pe...
Summary: Bear with me please: In W2K you can assign permissions for a file or folder based upon the user name. You can set a different permission for all persons granted access. i.e.: John - read Betty - read ...