I've got a NFS share on a Netapp and a laptop running windows 7 enterprise that needs to mount the volume. I've installed all the NFS services on windows 7, and am able to mount and browse the drive. The problem is that I don't have access to modify files on the volume.
Googling around, I think this is because I need to map my windows user to a unix user, but all searches for User Name Mapping Service indicate that this is not something I can do on the windows 7 laptop.
Does anyone know what I have to do to get this laptop to access that NFS share? What about other windows laptops?
First you need to look at the Qtree security style for the exported volume/qtree. This will be either NTFS/Unix/Mixed.
If it is to only be used by Windows hosts, set it to NTFS, if this particular export is to be mounted on *nix hosts, and you want nix to handle all permissions, set it to Unix. Mixed should generally be avoided.
As for mapping users, this is done by modifying the /etc/usermap.cfg file on the filer. You can edit this in various ways, the easiest (but most unsafe) way to do this is by doing "wrfile /etc/usermap.cfg" from the NetApp command line. The perferred way would be to edit the file using a proper editor by mounting the internal "etc$" share via CIFS or NFS.
Documentation on the formatting of the usermap file can be found at the NetApp NOW Site which requires a login.
Here is a very small snippet of documentation which might get you moving:
Basically, you willtake the name of your windows user, and map it to a valid unix user using something like:
You can also use wild cards.