|
I finally went to some openoffice forums. I had to put the "exec" option in fstab for openoffice.org writer to save files to fat32. I tried using umask=000 first, without any luck. The line in fstab that works is:
/dev/sda1 /windows/C vfat users,gid=users,umask=0002,exec,iocharset=utf8 0 0
The default fstab line was:
dev/sda1 /windows/C vfat users,gid=users,umask=0002,iocharset=utf8 0 0
Now, I'm paranoid that an accidental click on an executable file in the windows fat32 disk might mangle something (is that a risk, now?). Writing to fat32 is an issue with me right now, because I want to use my eraser and sda pgp on my personal files, which are still fat32 windows utils. I know, I should make a Linux crypt file, I'm too lazy, right now.
|