Select NFS Share – Quick and click Next .
Select the server and volume on which to create the share, then click Next .
Specify the name and path of the share, then click Next .
Set up sharing permissions by adding allowed clients and specifying access rights (e.g. read/write).
Check the settings and click Create .
Windows 11
Open File Explorer and navigate to the folder you want to share.
Right-click the folder and select Properties .
Go to the Sharing tab and click Advanced Sharing .
Check the box next to Share this folder
Click Permissions and add the appropriate permissions (read/write) for the users who will have access to the share.
Click OK to save the settings.
Start NFS services
Open Command Prompt as administrator.
Start the NFS client: Starting the country email list nfsadmin client.
Start the NFS server: nfsadmin server startup.
Check the status of NFS services: nfsstat.
Open firewall ports (if applicable)
Open Control Panel and select System and Security > Windows Defender Firewall .
Click on Additional settings .
Create inbound rules for NFS ports (usually TCP/UDP 2049 ).
Mount the NFS share on the client
Open Command Prompt as administrator.
Create a mount point: mkdir Z:\nfs_share.
Mount the NFS share: mount \\<server_ip>\shared_directory Z:\nfs_share.
Check mounting: directory Z:\nfs_share.
macOS
Create a mount point
Open the Terminal collaboration with sobot for higher service efficiency application.
Create a directory to serve as the mount point: sudo mkdir/Volumes/nfs_share.
Edit /etc/auto_master
Open /etc/auto_master in a text editor with elevated privileges: sudo nano /etc/auto_master
Add a new line to the end of the file to enable NFS mounting. For example: /- auto_nfs
Save and close the file.
Create /etc/auto_nfs
Create and open /etc/auto_nfs in a text editor: sudo nano /etc/auto_nfs.
Add NFS mount configuration. For example:
/Volumes/nfs_share -fstype=nfs,rw,nosuid 192.168.1.100:/srv/nfs
Replace 192.168.1.100:/srv/nfs with the IP address of your NFS server and share.
Click Tasks and Save and facebook users close the file.
Reload the automount configuration.
Reload the automount configuration to apply the changes: sudo automount -vc.
Click Tasks and Check the mount
Make sure the NFS share is mounted: ls /Volumes/nfs_share.