Last night I repartitioned some free space on my gaming rig to install Redhat 9. I have a question though. I'll detail how I have my partitions set up and then my question.
I created an 8gb partition to hold my swap drive and root partition. I then installed Redhat 9 and booted it and got it running.
I then booted windows and created a 10gb Fat32 partition. Back to Linux.
I booted Linux again and created a dir called fatdrive in my /home directory.
I then opened a terminal and ran # mount -t vfat /dev/hda6 /home/fatdrive. Hda6 is my Fat32 partition.
This allowed me to see the partition but I could not write to the directory.
I did some searching around the web for the line I need to add to fstab but nothing I used would work. I could get it to automagically mount the drive but with no write permissions for a user. It seems every place I found something the line was a little different. I can't remember exactly what I added to fstab but it was something like this.
/dev/hda6 /mnt/fatdrive vfat auto,defaults, unmask=000 0 0
What am I doing wrong? I would like for the partition to be mounted at boot and all accounts to be able to read and write to it. I like to try and figure things out on my own but I'm stuck at this point and looking for help.
Thanks in advance,
Webdiggity
P.S. I love Linux. Wish I had started playing with it years ago. I can't believe an OS and apps this good could be free!



