Hi Fedora Community
I'm having problems with chown on a mounted nfs volume between two fc13 systems.
I can mount the volume no problem. I can create files as root, but I cannot change their ownership.
I get this error:
chown: changing ownership of `test': Invalid argument
The line in the nfs server export file is:
/backup/client 192.168.0.1(rw,anonuid=65534,anongid=65534,no_root _squash)
The server's kernel:
2.6.33.3-85.fc13.x86_64
The client's kernel:
2.6.33.4-95.fc13.i686.PAE
The client and the server are on the same subnet with no firewalls running. SELinux is set to permissive on both systems.
Maybe I'm missing something simple?