[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Writing to NFS



Can someone explain why the file system is read-only?  mount says it's not.  
/etc/exports has the rw option on it.

$ mount | tail -1 
foobar:/home/dcorbin on /data/home/dcorbin/foobar type nfs 	      		
(rw,noexec,nosuid,nodev,addr=192.168.99.3,user=dcorbin)
$ pwd
/data/home/dcorbin/foobar
$ echo >junk
-bash: junk: Read-only file system

-- 
David Corbin <dcorbin at machturtle.com>