home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5304 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.9 KB  |  42 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!gatech!rpi!batcomputer!cornell!cs.cornell.edu!cchase
  3. From: cchase@cs.cornell.edu (Craig Chase)
  4. Subject: Re: Help: 386bsd NFS Filename Truncation
  5. Message-ID: <1992Sep8.171415.19489@cs.cornell.edu>
  6. Sender: news@cs.cornell.edu (USENET news user)
  7. Nntp-Posting-Host: bullwinkle.cs.cornell.edu
  8. Organization: Electrical Engineering, Cornell University, Ithaca NY
  9. References:  <92252.103621AI4CPHYW@MIAMIU.BITNET>
  10. Date: Tue, 8 Sep 1992 17:14:15 GMT
  11. Lines: 29
  12.  
  13. In article <92252.103621AI4CPHYW@MIAMIU.BITNET>, <AI4CPHYW@MIAMIU.BITNET> writes:
  14. |> [..]  After some thought I realized
  15. |> that I could do an NFS mount of another Unix machine (an Intergraph
  16. |> CAD server running Clix, I-graph's flavor of Unix) and use that disk
  17. |> space to hold the source distribution.
  18. |>  [...]
  19. |> I found differences.  First, the ownership was different (the files on
  20. |> the local disk were owned by root and the copies were owned by 32767
  21. |> (not a problem for chown, but still :)  Second, and more important,
  22. |> the long filenames were truncated.  
  23.  
  24. First: The uid 32767 is *nobody* in NFS land.  When you NFS mount something without 
  25. the -root option (in /etc/exports on the server machine), root on the client machine 
  26. is translated into nobody on the server machine.  This is for security (i.e. it's 
  27. supposed to work that way).  
  28. Solution: chown, and consider changing /etc/expors on the Clix machine.
  29.  
  30. Second: SYSV (pre release 4) only allowed 14 (or there abouts) characters in the
  31. filenames.   Since you're writing the files onto a SYSV variant of unix,
  32. all filenames are truncated to this length.
  33. Solution: don't use SYSV :-)
  34.  
  35. Craig
  36.  
  37. -- 
  38. ------------------------------------------------------------------------
  39. | Craig Chase            |          This space for rent                |
  40. | cchase@ee.cornell.edu  |                555-8968                     |
  41. ------------------------------------------------------------------------
  42.