home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sun / misc / 4010 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  964 b 

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.misc
  4. Subject: Re: strange mount problems
  5. Keywords: cdrom hsfs
  6. Message-ID: <14392@auspex-gw.auspex.com>
  7. Date: 31 Aug 92 21:59:59 GMT
  8. References: <l9t5lkINN5u0@deepthought.cs.utexas.edu> <1992Aug31.204545.16759@newsgate.sps.mot.com>
  9. Sender: news@auspex-gw.auspex.com
  10. Organization: Auspex Systems, Santa Clara
  11. Lines: 9
  12. Nntp-Posting-Host: bootme.auspex.com
  13.  
  14. >   mount(8) probably gets the no more processes error when it tries
  15. >to fork /usr/etc/mount_hsfs.  Why does it do this?  Well...  ask Sun.
  16.  
  17. Why does it get a "no more processes" error?  Or why does it try to fork
  18. "/usr/etc/mount_hsfs"?  The answer to the latter is "because they didn't
  19. want to put support for every single file system in creation into
  20. 'mount'"; the reason why it tries to run "mount_<fstype>" is to allow
  21. new file system types to be added to the system without having to hack
  22. up the "mount" command.
  23.