Windows Server 2016: Configure NFS Share

Windows Server 2016: Configure NFS Share

1) [Windows Server 2016] > [Server Manager] > Add Roles and Features > Server Roles - Roles - File and Storage Services - File and iSCSI services - (x) Server for NFS > Add Features > Next > Install > Restart

2) [Windows Server 2016] > [Server Manager] > Tools > Services for Network File System (NFS) > Services for NFS - Server for NFS -

2) i) [Windows Server 2016] > create folder:- D:\BTNHD > BTNHD Properties - NFS Sharing > NFS Share Management - Manage NFS Sharing > NFS Advanced Sharing - (x) Share this Folder | > Apply > OK > Services for NFS Sharing:- Network Path:  BJ-NFS:/BTNHD

3) [Windows 10 PC] > Program and Features > Control Panel - Programs - Program and Features > Turn Windows Features on or off > Turn Windows Features on or off - (x) Service for NFS - (x) Client for NFS > OK > This PC - Map Network Drive > Map Network Drive - Drive: Z: | Folder:
\\192.168.1.111\BTNHD > Finish >

// or instead of Step 3) , do the following to map the network drive (after adding
//  client for NFS feature in Windows 10)

3) i) [Windows 10 PC]  > C:\Users\Administrator>  mount -o \\192.168.1.111\BTNHD  Z:

3) ii) [Linux PC] > mount -t nfs 192.168.1.111:/BTNHD /mnt




Comments