Can't redirect /var/www to FAT32 partition
I switch between Windows and Linux a lot so I have most of my files on a FAT32 partition, including the stuff I use for web development. This works fine for WAMP, but LAMP doesn't like it. This is probably because the partition can only be accessed by the owner, but I can't figure out how to change that.
This is what I have in my fstab:
Code:
/dev/sda5 /media/X vfat rw,unmask=000 0 0
Can anyone help? I've tried googling around, but I can't figure this out.