home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11173 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.6 KB  |  45 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!mips!odin!bananapc.csd.sgi.com!ciemo
  3. From: ciemo@bananapc.csd.sgi.com (Dave Ciemiewicz)
  4. Subject: Re: how to use /debug?
  5. Message-ID: <1992Jul22.163310.13135@odin.corp.sgi.com>
  6. Sender: news@odin.corp.sgi.com (Net News)
  7. Nntp-Posting-Host: bananapc.csd.sgi.com
  8. Organization: Silicon Graphics, Customer Support Division
  9. References:  <1992Jul22.160133.314@cs.yale.edu>
  10. Date: Wed, 22 Jul 1992 16:33:10 GMT
  11. Lines: 32
  12.  
  13. In article <1992Jul22.160133.314@cs.yale.edu>, nathan@laplace.biology.yale.edu (Nathan F. Janette) writes:
  14. |> A programmer here needs to use dbx, which requires the /debug
  15. |> filesystem to be mounted.  The trouble is, the man page on
  16. |> dbg/debug doesn't explain how to mount it, and neither does
  17. |> the man info on fstab.  I don't see any candidates for mounting
  18. |> in the /dev directory.
  19. |> 
  20. |> How do I mount /debug?
  21. |> 
  22.  
  23. The /debug file system should be automagically mounted when you reboot your
  24. system, on one condition - you need to have a /debug directory which will
  25. allow mounting the file system.  If /debug directory is not present, the
  26. /debug file system will not be mounted.
  27.  
  28. Here are the lines from the /etc/init.d/MOUNTFSYS script which is responsible
  29. for doing the mounting:
  30.  
  31.     # If the /debug directory is present, mount the debug file system
  32.     if [ -d /debug ]
  33.     then
  34.         /etc/mount -t dbg /debug /debug
  35.     fi
  36.  
  37.  
  38. -- 
  39.  
  40.     __   * __   _  __  ___            
  41.    /  \ / / /  / \/  \/   \     He was a man like any other man, however, not
  42.   /    /  \/  /  /\  /    /    quite like any other man.
  43.   \___/\__/\_/  /_/ / \__/    
  44.                *        
  45.