What?Huh?
Back to KDE full-time
- The Beatles
- Fear me for I am root
- Posts: 6285
- Joined: Tue May 24, 2005 8:12 pm
Actually, the reason you can't change permissions is that NTFS /doesn't/ support permissions. XD
In other words, and I found this out the really hard way, you have to put a line in your /etc/fstab like:
or
For a good tutorial on umask, which sets the permissions at mount time, I found this a couple of days ago...
In other words, and I found this out the really hard way, you have to put a line in your /etc/fstab like:
code: Select all
/dev/hda1 /mnt/win_c ntfs defaults,user,uid=<YOUR-USER-ID>,umask=000 0 0code: Select all
/dev/hda1 /mnt/win_c ntfs defaults,user,gid=<YOUR-GROUP-ID>,umask=000 0 0For a good tutorial on umask, which sets the permissions at mount time, I found this a couple of days ago...
:wq
- The Beatles
- Fear me for I am root
- Posts: 6285
- Joined: Tue May 24, 2005 8:12 pm
That umask, I believe, makes everything use your default umask, in other words, the permissions assigned to newly created files by you. However, if you want something different, then the man page for mount is appropriate:
(and sorry, I know it really sounds bad to say "if you want to do something read the man page", but I really don't know how to say more... if you don't want too fine-grained permissions, the umask=000 should be perfectly fine)
Oh, since it might be read-only, you might want to append ",ro" to the above line...
(and sorry, I know it really sounds bad to say "if you want to do something read the man page", but I really don't know how to say more... if you don't want too fine-grained permissions, the umask=000 should be perfectly fine)
Oh, since it might be read-only, you might want to append ",ro" to the above line...
:wq
- The Beatles
- Fear me for I am root
- Posts: 6285
- Joined: Tue May 24, 2005 8:12 pm
-
Members connected in real time

