home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 15847 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.0 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!wupost!crcnis1.unl.edu!moe.ksu.ksu.edu!wyatt.ksu.ksu.edu!news
  2. From: probreak@wyatt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: What is 'proc'?
  5. Date: 6 Nov 1992 01:20:46 -0600
  6. Organization: Kansas State University
  7. Lines: 20
  8. Message-ID: <1dd6ceINN1fb@wyatt.ksu.ksu.edu>
  9. References: <1992Nov3.051046.29607@cs.tulane.edu> <1992Nov3.194356.5661@muddcs.claremont.edu> <ins217t.721024886@aurora.cc.monash.edu.au>
  10. NNTP-Posting-Host: wyatt.ksu.ksu.edu
  11.  
  12. ins217t@aurora.cc.monash.edu.au (Andrew J. Cosgriff !) writes:
  13.  
  14. >So how do you mount it ? Do you need to recompile mount or something ?
  15.  
  16. ><excuse the ignorance, i only just found out what it was the other day, and
  17. >am a little unsure what to do with it...>
  18.  
  19. >Cos !
  20. >-- 
  21. >Andrew J. Cosgriff !    ins217t@aurora.cc.monash.edu.au
  22.  
  23. You need to mount a block device as a proc filesystem onto some directory.
  24. My fstab entry looks like this.
  25.  
  26. /dev/ram    /proc    proc    defaults
  27.  
  28. Works fine from there.
  29.  
  30. James
  31.  
  32.