nfs: read-only-filesystem
Posted by coldtobi | 30 Dec, 2009, 23:54Just another thing learned:
The two line -- in /etc/exports -- have different meaning
/share 192.168.0.1 (rw)
/share 192.168.0.1(rw)
The first one gives read only to 192.168.0.1, and rw to any other hosts, while the second is gives read-write permissions to 192.168.0.1.
(So, whitespaces do matter. In NFS.)
<—&mdash Showing ERROR? Click here!