sudo apt-get install portmap nfs-common
sudo /etc/init.d/portmap restart
sudo /etc/init.d/nfs-common restart
sudo mount -t nfs 192.168.0.9:/tftpboot /mnt -o nolock
ubuntu notes - connect to nfs share folder
Posted by
Mark
on Thursday, April 30, 2009
Labels:
linux
I have installed ubuntu 8.04, here is the command to connect to nfs share folder of my FC5.
0 comments:
Post a Comment