Windows7 NFS with linux server
- by Vitaly
Hi.
I have an Ubuntu server and want to access its web folder (/var/www).
What I done:
installed nfs-kernel-server, nfs-common and portmap (as in faq)
Setted up /etc/exports:
/var/www 192.168.1.0/255.255.255.0(rw,no_roow_squash,async,subtree_check)
Then: sudo exportfs -ra
Then: sudo /etc/init.d/nfs-kernle-server restart
I checked, if all…