Tuesday, December 11, 2012

NFS client for Windows

Have you tried using NFS on Windows. I have mentioned below some of the ways to use NFS on windows.
 It may be useful to access a Unix share on windows.

1 .Built-in NFS client : Only for Win7 Ultimate / Enterprise. It doesn't work for Win7 Professional
 To enable NFS Service:
Control Panel > Programs and Features > Tun Windows Feature on or off > Services for NFS > click Client for NFS > ok

eg: net use <mount to drive>: <IP addr>:/share /persistent:no   // to connect
     net use <drive>: /delete          // To disconnect

http://support.microsoft.com/kb/324055
http://technet.microsoft.com/en-us/library/cc772015.aspx
http://www.microsoft.com/en-us/download/details.aspx?id=2391
http://technet.microsoft.com/en-us/library/cc754350.aspx

For Windows XP/2000/2003 : http://www.microsoft.com/en-us/download/details.aspx?id=274

2. Nekodrive :

3. nfsAxe :

Please let me know if you find any other ways to use NFS client on windows.


No comments:

Post a Comment