Menu
InformatiWeb Pro
  • Index
  • System admin
  • Virtualization

Login

Registration Password lost ?
FR
  • Windows Server
    • WMS 2012
    • WS2012 R2
    • WS2016
  • Citrix
    • Citrix NetScaler Gateway
    • Citrix XenApp / XenDesktop
    • Citrix XenServer
  • VMware
    • VMware ESXi
    • VMware vSphere
    • VMware Workstation
  • Microsoft
    • Hyper-V
  • RAID
    • Adaptec SmartRAID
  • UPS
    • APC Back-UPS Pro
  • InformatiWeb Pro
  • System admin
  • Windows Server
  • Install and configure an NFS server and an NFS client on Windows Server 2016

Install and configure an NFS server and an NFS client on Windows Server 2016

  • Windows Server
  • WS2016
  • 04 August 2023 at 11:18 UTC
  • InformatiWeb
  • 2/2
Previous page

3. Install NFS Client on Windows 10

On Windows 10, open the control panel and click on : Uninstall a program.

Click on : Turn Windows features on or off.

In the "Windows Features" window that appears, expand the "Services for NFS" node and check the "Client for NFS" box there.

Wait while installing the NFS client.
This is very fast.

The NFS client has been installed.
Click Close.

4. Access an NFS share from a client PC on Windows 10

To add an NFS network location on Windows 10, you need to open a command prompt and use the "mount" command.

  • nfs-server : NETBIOS name or IP address of the NFS server.
  • nfs-share : NFS share name on the NFS server.
  • Z : letter to use for the network drive that will be mapped to the desired NFS share.

Batch

mount nfs-server:/nfs-share Z:\

Plain Text

Z: is now successfully connected to nfs-server:/nfs-share

The command completed successfully.

In the file explorer, click "This PC" (or "Computer") and you will see that a new network drive has appeared with the name of the desired NFS share.

As expected, we find our "test.txt" file created from the NFS server.

We can also create files in this NFS share.

The text file has been created.

The content of the "test.txt" file previously created from the NFS server is readable from the NFS client.

On your NFS server, you will see that additional icons have appeared on the shared folder through the NFS server.

The "test2.txt" file created from the client PC also appears on the NFS server.

To disconnect the network drive mapped to your NFS share, right-click "Disconnect" on it.
Note that you can also disconnect this network drive via the command prompt (cmd.exe) using the "umount" command.
To do this, use the "umount" command, specifying the letter of the network drive to disconnect as a parameter.

Batch

umount Z:

Plain Text

Logout             Z:      \\10.0.0.11\nfs-share
The command completed successfully.

The desired network drive has disappeared.

Share this tutorial

Partager
Tweet

To see also

  • WS 2016 - AD CS - Securing an IIS web server

    Windows Server 10/27/2023

    WS 2016 - AD CS - Securing an IIS web server

  • WS 2016 - AD DS - Add a domain controller to an existing AD domain

    Windows Server 5/21/2021

    WS 2016 - AD DS - Add a domain controller to an existing AD domain

  • WS 2016 - AD DS - Group Policy loopback processing

    Windows Server 9/17/2021

    WS 2016 - AD DS - Group Policy loopback processing

  • WS 2016 - AD DS - Manage users

    Windows Server 8/13/2021

    WS 2016 - AD DS - Manage users

Comments

No comment

Share your opinion

Pinned content

  • Software (System admin)
  • Linux softwares
  • Our programs
  • Terms and conditions
  • Share your opinion

Contact

  • Guest book
  • Technical support
  • Contact

® InformatiWeb-Pro.net - InformatiWeb.net 2008-2022 - © Lionel Eppe - All rights reserved.

Total or partial reproduction of this site is prohibited and constitutes an infringement punishable by articles L.335-2 and following of the intellectual property Code.