Mounting an NFS share on Ubuntu: Difference between revisions

From QNAPedia
Jump to navigation Jump to search
m (1 revision imported)
(No difference)

Revision as of 17:45, 29 June 2015

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/