LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RH8 problem writing to old windoze drives (https://www.linuxquestions.org/questions/linux-newbie-8/rh8-problem-writing-to-old-windoze-drives-37226/)

Bing 12-03-2002 04:18 PM

RH8 problem writing to old windoze drives
 
Hi there,

bit of a n00b problem but here goes...

Have just installed RH8, and during the install I created mount points for my old Windows FAT32 partitions. I can read from all of these fine when not logged in as root, however I cannot write to them.

I have tried creating a 'windows' group, adding my user to it and changing the group ownership as root, but RH complains that I have insufficient access to change the permissions of every single file & directory on the drives.

Is there any way to do this, else I will have 80gb going to waste :(

Cheers

neo77777 12-03-2002 04:31 PM

The way being able to write to the drive requirs tweaking of /etc/fstab, open this file as root and to modify the entry for you windows partition such that it includes user,umask=000 options, the resulted entry should look like
/dev/hdxN /mnt/windows user,umask=000,other options 0 0


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