How to start Cygwin's NFS server in read-write mode?

Posted by Vi on Server Fault See other posts from Server Fault or by Vi
Published on 2010-06-01T13:08:45Z Indexed on 2010/06/01 13:14 UTC
Read the original article Hit count: 217

Filed under:
|
|
|

Installed Cyginw NFS server. It works. But I can't make it allow writing to the filesystem. Why does it fail?

Server:

$ cat /etc/exports
#/ 10.99.98.2(rw,no_root_squash)
/cygdrive/c/foranevia *(rw,no_squash_root,anon_uid=0,anon_gid=0,no_subtree_check)

Client:

root@vi-notebook:/mnt# mount wpc:/cygdrive/c/foranevia nfs
root@vi-notebook:/mnt# mkdir nfs/qqq
mkdir: cannot create directory `nfs/qqq': Read-only file system

© Server Fault or respective owner

Related posts about Windows

Related posts about nfs