Yesterday I tried to allow me (as user) to write and read to and from a partition I mounted /Programs following
this thread.
/Programs is on /dev/hde2 and is ext3. After some tries it worked fine.
Then I tried to set the same permissions for a vfat partition on /dev/hda2 /Working. I wanted to use this as an interface between Windows and Fedora to share files.
But when I entered "chgrp razorblade /Working" there's a message saying "Cannot set permissions on Hard Drive /dev/hda2" Same error occurs when trying to set permissions for /dev/hde6 /Transfer vfat (as a network share)
All drives are mounted on boot and as root I'm able to read and write from and to these partitions but as razorblade I can only read from the vfat partitions.
fstab says:
/dev/hde2 /Programs ext3 defaults 1 2
/dev/hda2 /Working vfat defaults 0 0
/dev/hde6 /Transfer vfat defaults 0 0
Could anybody please help me?