home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aix / 12719 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.4 KB  |  36 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!mcsun!sun4nl!fwi.uva.nl!casper
  3. From: casper@fwi.uva.nl (Casper H.S. Dik)
  4. Subject: Re: NFS, /dev
  5. Message-ID: <1992Dec19.155204.20363@fwi.uva.nl>
  6. Keywords: NFS, mounting /dev
  7. Sender: news@fwi.uva.nl
  8. Nntp-Posting-Host: adam.fwi.uva.nl
  9. Organization: FWI, University of Amsterdam
  10. References: <Dec.11.19.30.18.1992.7849@remus.rutgers.edu> <BzBJA2.Apn@austin.ibm.com> <36694@sophia.inria.fr>
  11. Date: Sat, 19 Dec 1992 15:52:04 GMT
  12. Lines: 22
  13.  
  14. rriv@oural.inria.fr (Robert Riviere) writes:
  15.  
  16. >In article <BzBJA2.Apn@austin.ibm.com> curt@ekhadafi.austin.ibm.com (Curt Finch 903 2F021 curt@aixwiz.austin.ibm.com 512-838-2806) writes:
  17. >>
  18. >>You cannot use NFS to write to a device file across the network.
  19. >>NFS is stateless, which means the open() doesn't even go across the wire.
  20. >>Devices like to see their open()s so they can initialize and whatnot.
  21. >>
  22.  
  23. >There is a thing about this which seems strange to me :
  24. >on some systems exists an mount option 'nodev' when mounting by NFS
  25.  
  26. >What is it for ?
  27.  
  28. Devices inodes on NFS filesystems are interpreted local to the machine.
  29. (E.g., /dev is NFS mounted on a diskless client). The nodev prevents
  30. this interpretation as it wuld give the superuser on the remote
  31. system the ability to create device nodes with permissions to
  32. his liking (e.g., /dev/mem, /dev/kmem) and compromise the integrity
  33. of the client. ``nodev'' is similar to nosuid.
  34.  
  35. Casper
  36.