Windows Server 2008 R2 Accessing NFS share without AD or NIS
Posted
by Jon Rhoades
on Server Fault
See other posts from Server Fault
or by Jon Rhoades
Published on 2010-05-31T07:23:48Z
Indexed on
2010/05/31
7:34 UTC
Read the original article
Hit count: 1237
windows-server-2008
|nfs
I'm trying to mount an NFS share on our NetApp SAN on Windows 2008 R2. Using XP I have no problem mounting this share without a username/NIS/pswd file etc, but the new functionality in 2008 seems to insist on either using AD or an NIS server (to "streamline" Services for NFS MS removed user account mapping) see Technet.
- When I go to map the share using "map network drive" no combination of "root", no username, no password, my username works.
- Using the command line
mount -o anon \\172... :n
ormount -o -u:root \\172... :n
either gives me a network error 53 or 67 error
Is it possible with 2008 to mount an NFS share without AD or NIS? If so what am I doing wrong?
(Security is taken care off by IP address permissions and VLANs)
© Server Fault or respective owner