|
That's probably because FAT has no concept of ownership. It does support some access attributes, but with FAT everything is "owned" by one user (since Win95/98/etc. are all basically single-user OSes).
You can change the owner of the entire filesystem when you mount it, however, by either passing options to mount, or modifying /etc/fstab. Check out the mount manpage for more info. (in particular, the user, owner, and umask options come to mind as being potentially useful here)
|