NFS on Server 2008 == annoying

by Jesse 29. June 2009 14:03

Got a linux box that has a nfs share - say its at 192.168.1.10 and the share under /etc/exports is

/some_nfs_share 192.168.1.0/24(rw,no_root_squash)

No problem right?  On another linux box within the 192 subnet, the following works quite nicely.  Assume folders exist.

mount.nfs -rw 192.168.1.10:/some_nfs_share /myfiles

No sweat, mounts right up and I get read-write so I know I did it correctly and ready for the Win2k8.  Hop over, install the unix file share stuff (NFS, SMB) and do this ...

mount -o fileaccess=777 nolock casesensitive=yes -u:root -p:* \\192.168.1.10\some_nfs_share  *

I can read files ...sort of and I can't write anything.  In the windows application logs, I get Event ID: 16397, Source: NfsClnt with this crap

Windows(R) Lightweight Directory Access Protocol (LDAP) failed a request to connect to Active Directory Domain Services(R) for Windows user <Domain\MyUserAccount>.

Without the corresponding UNIX identity of the Windows user, the user cannot access Network File System (NFS) shared resources.

Verify that the Windows user is in Active Directory Domain Services and has access permissions

The hell?  WHY are you trying to authenticate to LDAP?  I just gave you a user/pass, why would I need more than that?  Ok, FINE I bust out a local account, take that.  Nope, exactly same error.  Authen fail.  I guess I'll have to go uber-lame and go ftp.  I hate ftp.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

Comments

Powered by BlogEngine.NET 1.4.5.0
Theme by Mads Kristensen

About the author

Like the description says, at my core, I'm a scientist and engineer.  I came from humble beginnings on a 486DX2 Packard Hell playing doom2 on IPX to in a small time retail shop and got into hardware (ISO layers FTW!) and it was all downhill from there.  I'm infinitely curious about almost everything and always wanting to know.

According to personality tests (real ones) I classify under "Rational" more specifically, a Fieldmarshal.  I think there's something to that.

Some of the stuff I'm currently into/researching...

Sitefinity

Ninject

Subsonic 

Currently working on ...
i did the hundred


and some extra stuff

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's, their brother, their dog, cat, ferret nor gold fish's view in anyway.  At all.  Ever.

© Copyright 2007-2009