General Support - Fstab setting for fat 32 partition boilertech - 10.07.2006, 03:32 Uhr Titel: Fstab setting for fat 32 partition
I need to give all users read write permisions on my fat 32 partition. As root I set the permisions and it does not change. I think my fstab is wrong.
I have tried a couple setting but not the right one piper - 10.07.2006, 03:38 Uhr Titel: RE: Fstab setting for fat 32 partition
/dev/hda15 /media/hda15 vfat rw,umask=000 0 0
just replace hda15 with yours, something like this
/dev/hda7 /media/hda7 vfat rw,umask=000 0 0
not sure but can try ths also
/dev/hda7 /media/hda7/My_Music vfat rw,umask=000 0 0
boilertech - 10.07.2006, 03:53 Uhr Titel: RE: Fstab setting for fat 32 partition
Thank you very much. It worked great. I needed this to share my FireFox and ThunderBird with Windows and other Linux Distros.