Manage NFS Shared Network Resources
Applies To: Windows Server 2008
Creating an NFS shared network resource
Using the Windows interface
Using the command prompt
To create a shared resource using the Windows interface
Open Windows Explorer: click Start, point to Programs or All Programs, point to Accessories, and then click Windows Explorer.
In the details pane, right-click the shared directory you want to manage.
Click NFS Sharing.
Select Share this Folder.
Type a name for the shared resource in the Share Name text box.
Click Apply.
Additional references
To create a shared resource using the command prompt
Open the command prompt with elevated privileges.
Click the Start button, and select All Programs.
Select Accessories.
Right-click the command prompt, and select Run as administrator.
At the command prompt, type:
**nfsshare ShareName=**drive:path
Argument Description sharename
The name of the directory to share.
Note
To view the complete syntax for this command, at a command prompt, type:
nfsshare /?
Additional references
Configuring DFS shared resources for NFS
To configure DFS shared resources for NFS
Set up an NFS server and create an NFS shared resource.
Install Client for NFS on the computer that is running Distributed File System (DFS).
On the DFS server, add a link in DFS that points to the shared resource on the NFS server.
To access the NFS shared resource from any computer, connect to the DFS server as you would normally connect to any Windows file server.
Browse to the link you created.