網頁

2011年3月8日 星期二

NFS Server on Ubuntu and Windows 7 NFS client

想找一個在Ubuntu下可以類似dropbox的網路硬碟使用,
比較簡單的就是在Ubuntu下架設NFS Server,
而在Windows 7用NFS client連接.

Ubuntu安裝:
apt-get install nfs-kernel-server
apt-get install nfs-common

修改 /etc/exports後, 執行sudo exportfs -ra即可.
設定參考資料: SettingUpNFSHowTo - Community Ubuntu Documentation

Windows 7在Ultimate與Enterprise版可啟動NFS client的功能,
Control Panel --> Programs and Features --> Turn Windows features on or off
+[] Services for NFS
[] Administrative Tools
[] Client for NFS

使用方式: (斜線的方式不一樣)
mount \\server\share source drive:

如:
mount \\abc.com\home\resource n:

要得知某個Server有分享哪一個資源:
showmount -e abc.com

不過目前測試速度很慢,(未成功)
且聽說不支援中文檔名?
Windows 7 有出一個類似 Windows Services for UNIX - Wikipedia, the free encyclopedia
(名字不太一樣, 叫Microsoft Utilities and SDK for Subsystem for UNIX-based Applications)
還沒測試過.

Ubuntu間連線倒是ok.

沒有留言:

張貼留言