Mounting an NFS share on Ubuntu

From QNAPedia
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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/