Difference between revisions of "Mounting an NFS share on Ubuntu"
Jump to navigation
Jump to search
m (1 revision imported) |
SMcCandlish (talk | contribs) (cat. fix) |
||
Line 1: | Line 1: | ||
− | This has been tested on Ubuntu Server 8.10 | + | This has been tested on Ubuntu Server 8.10 |
apt-get install portmap nfs-common | apt-get install portmap nfs-common | ||
Line 6: | Line 6: | ||
mount -t nfs -o username=foo,password=bar ipaddresofNAS:HR /mnt/qnap/ | mount -t nfs -o username=foo,password=bar ipaddresofNAS:HR /mnt/qnap/ | ||
− | + | [[Category:Linux & Unix (NFS)]] | |
− | [[Category:NFS]] |
Latest revision as of 02:26, 26 February 2016
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/