Mounting an NFS share on Ubuntu
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/
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/