Tag Archives: NFS

How to Mount NFS

mount -t nfs -o options host:/remote/export /local/directory Source: https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/s1-nfs-client-config.html

Posted in Linux | Tagged , | Leave a comment

Install NFS Client on Windows Server 2008 R2

Steps: 1. Launch the “Server Manager”   2. Click Role, Click “Add Roles” in the right panel   3. Click Next, Select the checkbox of “File Services”, Click Next.   4. When the “Select Role Services” appears, select the checkbox … Continue reading

Posted in Windows | Tagged , , , , , , , | Leave a comment

How to overcome NFS through firewall issues using NFS4, while maintaining compatibility with NFS3 clients (Draft)

NFS4 server uses port 2049 only, no port mapping Run “startsrc -s nfsrgyd” on client and server Must use public file system, list the available using “nfsd -getnodes”, or else you’ll get an error indicating “No such filesystem or directory” … Continue reading

Posted in Unix | Tagged , , , , | Leave a comment