I'm encountering problems whereby mounted SD cards are read only to everyone other than root. As they are fat32 I can't change permissions through chmod.
A quick google search suggests adding this line to fstab
/dev/sda4 /windows/RW vfat rw,fat=32,umask=000,noexec,quiet 1 1
I'm pretty...