[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Writing to NFS
- Subject: [ale] Writing to NFS
- From: dcorbin at machturtle.com (David Corbin)
- Date: Tue Nov 11 08:16:53 2003
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>