Click to See Complete Forum and Search --> : using windows drives...


Ksmith- Tx
11-17-2001, 05:01 AM
how can i change the permissions on a Secondary windows drive to be able to Write to it.... can read but when i click properities it will not keep the check for write.... :confused:

teeitup
11-19-2001, 02:07 PM
Where are you trying to mount it?
/mnt ?
/mnt/windows ?
In your home directory?
This can make a big difference.
You may want to mount the drive using GID and UID set to your user, 1000 maybe?
This would give you exclusive rights to the file system.
$ cat /etc/group | grep yourusername
should tell you your ID and all groups you are part of.

Good Luck,

phazeman
11-20-2001, 02:38 AM
If your second windows drive is NTFS, believe me, you don't want to write on it !
It doesn't work well ,and you can damage the information on that drive (i had the experience).

deadlock
11-20-2001, 05:04 AM
With the latest versions of the Kernel, you can write to NTFS partitions, but you have to reboot to NT/2k immediately and run scandisk to correct/add the info that Linux can't do properly (yet). Needless to say, editing the contents of the \winnt directory from Linux isn't a good idea :P