I changed my fstab (and made the directories using 'sudo mkdir /media/disk(-1)') to mount my two FAT32 (one is Windows XP) drives, as following:
They get mounted just fine, but the user only has read rights to all the files in either drive. I've tried 'sudo chmod -R a+r+w+x /media/disk(-1)' (and in many other ways, using o+r+w+x, r+w+x, 644 and 755), it changes the permissions (rightclick->properties on /media/disk) for "Group: root" and "Others". But the files inside the drives still have read-only access for "Group: root" and "Others".
Great. So I tried to play around with the options for fstab, changing 'defaults' to 'rw,user,noauto,exec'. Nothing.
Help?
/dev/sda1 /media/disk vfat defaults 0 0 /dev/sdb1 /media/disk-1 vfat defaults 0 0
They get mounted just fine, but the user only has read rights to all the files in either drive. I've tried 'sudo chmod -R a+r+w+x /media/disk(-1)' (and in many other ways, using o+r+w+x, r+w+x, 644 and 755), it changes the permissions (rightclick->properties on /media/disk) for "Group: root" and "Others". But the files inside the drives still have read-only access for "Group: root" and "Others".
Great. So I tried to play around with the options for fstab, changing 'defaults' to 'rw,user,noauto,exec'. Nothing.
Help?