|
|
Ryan Thompson wrote:
> I am having problems getting permissions to Read/Write/Execute on a
> shared partition. I have access with Root but all my other users can
> only read/execute. Tried a chmod 777 but that didn't work. Can anyone
> help?
You need to pass the correct parameters in /etc/fstab. Notably 'uid'
and/or 'gid' and 'umask'.
chmod only works on filesystems that support ownership/permissions,
which FAT32 doesn't do.
- P.
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|
|