NFS, DVD Playback
Matthew Dillon
dillon at apollo.backplane.com
Sat Apr 9 11:16:19 PDT 2005
:
:The server's /etc/export is as follows:
:
:/usr -alldirs -maproot=root -network 10.0.0.0 -mask 255.255.255.0
:
:I'm pretty sure this is something funny on the client end. None
:of my other machines (with different OS's) have this problem.
You are missing a colon:
/usr -alldirs -maproot=root -network 10.0.0.0 -mask 255.255.255.0
/usr -alldirs -maproot=root: -network 10.0.0.0 -mask 255.255.255.0
^
note colon.
-Matt
More information about the Users
mailing list