Crusty
Lifer
Okay....I am trying to mount a FAT32 partition in /mnt/files2
mount /dev/hdb1 /mnt/files
it mounts fine, except that it sees all files and directories as executable files....
I tried mount -o umask=777 /dev/hdb1 /mnt/files and the same thing.
I tried mounting a floppy disk in there as well...
mount =t msdos /dev/fd0 /mnt/files and the same thing....what am I doing wrong?
mount /dev/hdb1 /mnt/files
it mounts fine, except that it sees all files and directories as executable files....
I tried mount -o umask=777 /dev/hdb1 /mnt/files and the same thing.
I tried mounting a floppy disk in there as well...
mount =t msdos /dev/fd0 /mnt/files and the same thing....what am I doing wrong?