NFS problems
Peter Dufault
dufault at hda.com
Sun Sep 30 13:41:33 UTC 2012
Is NFS healthy in the head? I'm trying to update and I'm seeing permission problems, I can create files but not remove them. This is as of this AM on the phycore_mpc5544 variant of mpc55xxevb. Nothing is being logged on the host.
[/] # mount -t nfs 1000.105 at 192.168.2.218:/opt/foo/fiddle /opt
mounted 1000.105 at 192.168.2.218:/opt/foo/fiddle -> /opt
[/] # cd /opt
[/opt] # ls -l
total 8
-rw-r--r-- 1 1000 105 6 Sep 30 2012 burp
[/opt] # cat burp
hello
[/opt] # rm burp
burp: Permission denied
[/opt] # cp burp barp
[/opt] # rm barp
barp: Permission denied
(Make the directory and the file world-writable from the host, and try again)
[/opt] # ls -latrd .
drwxrwxrwx 2 1000 105 4096 Sep 30 2012 .
[/opt] # ls -latrd barp
-rw-rw-rw- 1 1000 105 6 Sep 30 2012 barp
[/opt] # rm barp
barp: Permission denied
[/opt] #
Peter
-----------------
Peter Dufault
HD Associates, Inc. Software and System Engineering
More information about the devel
mailing list