/etc/exports/i-data/60cb70cf 192.168.1.0/24(ro,sync,no_subtree_check,wdelay,no_root_squash)
mount NFS share to windows 7 (next drive letter available)mount 192.168.1.31:/i-data/60cb70cf *
mount NFS share to windows 7 the Z drivemount 192.168.1.31:/i-data/60cb70cf z:
unmount NFS share (–a Unmounts all NFS network drives)umount z:
mount remote linux directory into another linuxsudo apt-get install sshfs sshfs gigi@adrhc.go.ro:/home/gigi/Projects/albums ~/Projects/albums sudo umount ~/Projects/albums
mount a windows share as a path in linuxsudo mount -t cifs //192.168.190.129/iTunes -o username=xxx,password=xxx /mnt/iTunes
glad to help man 😀