sudo apt-get install nfs-kernel-server
sudo /etc/init.d/portmap restart (sudo service portmap restart)
sudo gedit /etc/exports
/opt/nfsroot *(rw,sync,no_root_squash)
sudo /etc/init.d/nfs-kernel-server restart
sudo exportfs
sudo mkdir /mnt/nfs
sudo mount localhost:/opt/nfsroot /mnt/nfs
umount /mnt/nfs
Ubuntu下配置NFS服務
table of contents 1.2.建立共享目錄 3.修改該配置檔案 4.重啟服務 5.測試伺服器 6.測試客戶端 測試系統 ubuntu8.04 使用如下命令,可以在 ubuntu 下很方便的獲取並安裝相關軟體 sudo apt get install portmap nfs kernel...
Ubuntu下配置NFS服務
table of contents 1.2.建立共享目錄 3.修改該配置檔案 4.重啟服務 5.測試伺服器 6.測試客戶端 測試系統 ubuntu8.04 使用如下命令,可以在 ubuntu 下很方便的獲取並安裝相關軟體 sudo apt get install portmap nfs kernel...
ubuntu11 10下配置nfs服務
table of contents 1.2.建立共享目錄 3.修改該配置檔案 4.重啟服務 5.測試伺服器 6.測試客戶端 測試系統 ubuntu11.10 使用如下命令,可以在 ubuntu 下很方便的獲取並安裝相關軟體 經過試驗,還是都安裝的好 sudo apt get install prot...