1. Download "Windows Services for UNIX" Version 3.5
(SFU35EL_EN.exe)
2. Execute SFU35EL_EN.exe to unzip the file.
3. Execute the unzipped "Setup.exe" to install the NFS Server.
4. Use "Custom Install" selection
5. Only select "Server for NFS" and "Server for NFS Authentication"
(It will also install "User Name Mapping)
6. After installation, it will start the service "Server for NFS".
If not, goto services to start it.
7. Setting the "User Name Mapping", select "Use Password and Group files" item.
And then select the path of "passwd" and "group"
This two file's sample can be show as:
passwd:
root:x:0:0:root:/root:/bin/bash
group:
root:x:0:
8. After setting need to press "Apply" button.
9. Open "File Manager" to the share folder, press right button to setting "NFS Sharing".
Select "Share this folder".
10. In Linux platform, use "mount" command with NFS version 3 option to mount it.
>> sudo mount -v -t nfs -o nfsvers=3 IP:/folder/path /mount/path
11. After using the NFS data, want to un-mount the folder
>> sudo umount /mount/path
沒有留言:
張貼留言