momo 发表于 2011-1-18 15:19:35

怎样在Windows 系統挂载 UNIX NFS 分享目录

Linux File Server 除了 Linux + SAMBA 的方案外, 也可以试试 Windows + SFU (Windows Services for UNIX) 的方式链接 Linux NFS Shared Folder.

测试环境:

Fedora Core 3 + nfs-utils-1.0.6-52
Microsoft Windows 2000 Professional, SP4 + SFU 3.5
‧下载 Microsoft Windows Services for UNIX 3.5 (约 218MB)

Windows Services for UNIX 3.5 系統需求

下载点:
http://download.microsoft.com/download/a/1/c/a1ca7af1-a6e3-46e7-874a-4c5d8c0fb3b7/SFU35SEL_EN.exe

解压缩到 C:\SFU35SEL_EN

‧安裝

只安裝 Client for NFS on Windows 的操作指令:

msiexec /I C:\SFU35SEL_EN\sfusetup.msi /qb addlocal="NFSClient"

完整安裝 (执行 setup.exe) Windows Services for UNIX 的程式集內容:
http://cha.homeip.net/blog/archives/sfu_full.gif
预设安裝路劲: C:\SFU

执行 C Shell 或 Korn Shell 可在 Windows 系統操作 Unix 指令
Services for UNIX Administration 画面如下 (完整安裝):
http://cha.homeip.net/blog/archives/sfu_admin.gif


‧设定 User Name Mapping

将 NFS Server 上的 /etc/passwd、/etc/group 两个档案复制到 Windows 电脑的 C:\

执行 Services for UNIX Administrator

点选 User Name Mapping

于 Configuration 画面中, 设定:

Password file path and name: c:\passwd

Group file path and name: c:\group

于 Maps 画面中, 设定:

Show User Maps → List Windows Users、List UNIX Users

於 Windows users 清单中选择自己的账号

於 UNIX users 于清单中选择欲映射的账号 (想要以哪個 UNIX 身份挂载 NFS Folder)

按 Add → 确定
按画面右上角的 Apply 完成设定
‧挂载 NFS 目录
命令列模式:

cd \SFU\common
mount linux_ip:/path drive_id: (如: mount 192.168.0.1:/abc e: → 挂载到E盘

档案总管模式:

档案总管 → 工具 → 链接网络磁盘 →浏览
http://cha.homeip.net/blog/archives/sfu_mount.gif
挂载完成示意图:
http://cha.homeip.net/blog/archives/sfu_mounted.gif

参考:http://cha.homeip.net/blog/archives/2005/11/_windows_unix_n.html

snarry 发表于 2017-3-19 12:32:50

有点难。。。图片挂了
页: [1]
查看完整版本: 怎样在Windows 系統挂载 UNIX NFS 分享目录