To my knowledge, and after having tried, you can't change ownership of files in a FAT
partition. They will be owned by root in the root group. However, you should be able to
change permissions. Issue as root "chmod <perms> <file>" to do this. You need to have
that partition mounting in /etc/fstab with the proper permissions, also. Mine are:
Code:
/dev/hda2 /Storage vfat users,umask=1000,rw,auto 1 0
Read "man mount" and "man fstab" for more information.