I have a windows partition (fat32) that I want to write to. So I followed the instructions in Red Hats guide and added the line:
/dev/hda5 /mnt/storage vfat auto,owner,users 0 0
however when I tried to write something to the mounted partition I got a access denied error saying I didnt have permission. Ok, so went back and tweaked with it some more, browsed different Linux sites for some suggestions and tried these out:
/dev/hda5 /mnt/storage vfat auto,user,umask=000
/dev/hda5 /mnt/storage vfat rw,defaults,auto,users,umask=000 0 0
/dev/hda5 /mnt/storage vfat ro,user,uid=1000,gid=1000,async 0 0
/dev/hda5 /mnt/storage vfat rw,defaults,noauto,umask=000 0 0
none of them worked, some wouldnt even mount the drive. According the threads on Linuxnewbie.org, these all worked with some people.
I am just running RH8 in server mode. Nothing special about anything I am doing... I havent really gotten a chance to toy with anything else but this.
Im new to linux... please help! THANKS
/dev/hda5 /mnt/storage vfat auto,owner,users 0 0
however when I tried to write something to the mounted partition I got a access denied error saying I didnt have permission. Ok, so went back and tweaked with it some more, browsed different Linux sites for some suggestions and tried these out:
/dev/hda5 /mnt/storage vfat auto,user,umask=000
/dev/hda5 /mnt/storage vfat rw,defaults,auto,users,umask=000 0 0
/dev/hda5 /mnt/storage vfat ro,user,uid=1000,gid=1000,async 0 0
/dev/hda5 /mnt/storage vfat rw,defaults,noauto,umask=000 0 0
none of them worked, some wouldnt even mount the drive. According the threads on Linuxnewbie.org, these all worked with some people.
I am just running RH8 in server mode. Nothing special about anything I am doing... I havent really gotten a chance to toy with anything else but this.
Im new to linux... please help! THANKS