Re: Can't create directory on mount FAT drive
It would be too easy
Checking rights
What says:
Here, my fat folder:
that means:
d directory
rwx owner can read, write and execute
rwx group can can read, write and execute
rwx others can can read, write and execute
Links (i hope that these don't die)
Linux permissions help
http://zzee.com/solutions/linux-permissions.shtml
Chmod help
http://zzee.com/solutions/chmod-help.shtml
Argh! I hate it when people do this!
Checking rights
What says:
Code:
ls -l /media/
drwxrwxrwx 4 root root 4096 2007-05-17 15:34 fat
d directory
rwx owner can read, write and execute
rwx group can can read, write and execute
rwx others can can read, write and execute
Links (i hope that these don't die)
Linux permissions help
http://zzee.com/solutions/linux-permissions.shtml
Chmod help
http://zzee.com/solutions/chmod-help.shtml
Comment