home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / admin / 8244 < prev    next >
Encoding:
Internet Message Format  |  1992-11-14  |  1.5 KB

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!darwin.sura.net!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!pacbell.com!charon.amdahl.com!news.fai.com!news.ossi.com!not-for-mail
  2. From: aegl@ossi.com (Tony Luck)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: LOFS partially ignores read-only flag!
  5. Date: 13 Nov 1992 10:01:19 -0800
  6. Organization: Open Systems Solutions Inc.
  7. Lines: 26
  8. Message-ID: <1e0qhfINNesj@nym.ossi.com>
  9. NNTP-Posting-Host: nym.ossi.com
  10.  
  11. System: SPARCserver 4/690MP
  12. Software: SunOS 4.1.2
  13.  
  14. We have a lot of reference source code ... which we'd like have appear
  15. read-only in our filesystem namespace.  We also add new things regularly
  16. (and sometimes delete old things when the disks fill up).
  17.  
  18. To manage our disk space, and to make life easier for sysadmins to add
  19. and delete files, we have most of our disks partitioned as one big file
  20. system per drive, this is mounted read-write.  Source code is loaded onto
  21. this partition, and then sub-trees are loop-back mounted to their correct
  22. place in the filesystem (we use the convention:
  23.     "/ref/{supplier}/{product}/{version}/..."
  24.  
  25.  
  26. Today somebody was browsing a source file via its "/ref" name using "vi" ...
  27. they were a little startled when they quit the editor to see it write the
  28. file back!
  29.  
  30. Further investigation showed that the file system was correctly mounted
  31. read-only.  Attempts to create new files failed, as did attempts to remove
  32. existing ones, likewise attempts to change the mode of files or directories.
  33.  
  34. Anyone seen this?  Is there a SUN patch to fix this?
  35.  
  36. -Tony Luck <aegl@ossi.com>
  37.