QNAP and NFS
Mounting from QNAP NAS (without password)
- Connect NAS2 and NAS3
From NAS2
mount 192.168.1.130:/PublicNFS /share/data_nfs_mount/
Mounting an NFS share on Ubuntu/Mint
This has been tested on Ubuntu Server 8.10
apt-get install portmap nfs-common
mkdir /mnt/qnap
mount -t nfs -o username=foo,password=bar ipaddresofNAS:HR /mnt/qnap/