home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22393 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  926 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: umount and /proc
  5. Date: 1 Jan 1993 17:04:28 -0600
  6. Organization: Kansas State University
  7. Lines: 25
  8. Message-ID: <1i2ilsINN4mc@matt.ksu.ksu.edu>
  9. References: <MNL.92Dec31210621@mnlsun.dtro.e-technik.th-darmstadt.de>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. mnl@dtro.e-technik.th-darmstadt.de (Michael N. Lipp) writes:
  13.  
  14. >I mount the /proc file system during boot with an fstab entry
  15.  
  16. >  /dev/kmem /proc proc
  17.  
  18. >When I halt the system (or when I try to unmount /proc by hand),
  19. >I get
  20.  
  21. >  umount: /dev/kmem: not mounted
  22.  
  23. >bug or feature?
  24.  
  25. >Michael
  26. >--
  27.  
  28. Try using
  29.  
  30.     /proc /proc proc
  31.  
  32. in fstab instead. This works for me, and then I can umount it also.
  33. Otherwise you're asking the kernel to umount what it thinks is a block device
  34. that couldn't be mounted.
  35.  
  36. James
  37.