DragonFly BSD
DragonFly users List (threaded) for 2005-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: NFS, DVD Playback


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 9 Apr 2005 11:15:40 -0700 (PDT)

:
: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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]