Search results

  1. I

    Multiple NFS exports not working?

    Ok, now I am realyl confused. I got the exports directory configured properly, but now I the mountd command doesn't seem to like the multiple paths per line. Here is the exports directory listing: nidump -r /exports . { "name" = ( "exports" ); CHILDREN = ( { "name"...
  2. I

    Multiple NFS exports not working?

    Ok, next problem, we know that we want the NetInfo exports folder to look like: { "name" = ( "exports" ); CHILDREN = ( { "name" = ( "/Users/user2", "/Users/user1", "/Users/user3" ); "clients" = ( "" ); "opts" = ( "maproot=nobody" ); } ) }...
  3. I

    Multiple NFS exports not working?

    For those interested, here is the snippet of documentation from the FreeBSD Handbook which explains what is going on here: In /etc/exports, each line represents the export information for one filesystem to one host. A remote host can only be specified once per filesystem, and may only have...
  4. I

    Multiple NFS exports not working?

    Ok, you rule! Its pretty amazing that this is not mentioned anywhere in the NFSManager documentation or in an Apple TIL document... I also did some farely extensive searching for this problem before posting, and did not come across any mention of this issue. -johnny
  5. I

    Multiple NFS exports not working?

    I am trying to export a directory for multiple users on Mac OS 10.1.5, and it seems that it is only exporting one of the 3 directories I have setup for nfs exports. I have originally created the exports with NFSManager, but also verified the results using NetInfo and everything seems to be...
  6. I

    OSX and Windows(NT) networking problems and questions...

    I am having strange results when trying to connect to Samba shared folders on various servers. I have verified that all the Samba shared folders are working because I can mount them on my Windows 2000 PC using "Map Network Drive" feature. Here is the an overview of the problems: Share #1...
Back
Top