home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8579 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.4 KB  |  35 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!news.claremont.edu!fenris!jwinstea
  3. From: jwinstea@fenris.claremont.edu (Jim Winstead Jr.)
  4. Subject: Re: Another mount-bug?
  5. Message-ID: <1992Aug19.022344.10941@muddcs.claremont.edu>
  6. Sender: news@muddcs.claremont.edu (The News System)
  7. Organization: Harvey Mudd College, WIBSTR
  8. References: <1992Aug18.132054.6572@athena.mit.edu>
  9. Date: Wed, 19 Aug 1992 02:23:44 GMT
  10. Lines: 23
  11.  
  12. In article <1992Aug18.132054.6572@athena.mit.edu> EL204%DHAFEU11.BITNET@mitvma.mit.edu writes:
  13. >Hello,
  14. >i think the mount command on the root disk has another bug.
  15. >The entry in "/etc/mtab"-file contains the string
  16. >"/dev/xxxx" for the devices mounted, but i think there
  17. >should only be the basename of the mounted device.
  18. >Am i wrong?
  19.  
  20. Not wrong, just assuming the wrong behavior.  :)
  21.  
  22. The mount program (and the umount program there, too) wrote entries
  23. into /etc/mtab without the leading /dev/, but it was wrong to do so.
  24.  
  25. It's not safe to assume that everything being mounted resides in
  26. /dev.  Especially if you are running with Werner Almesberger's loop
  27. devices patch.  'mount /root.fs /mnt' is one of my favorite commands.
  28. :)
  29.  
  30. -- 
  31.                                     +      Jim Winstead Jr. (CSci '95)
  32.                                     |      Harvey Mudd College, WIBSTR
  33.                                     |   jwinstea@jarthur.Claremont.EDU
  34.                                     + or jwinstea@fenris.Claremont.EDU
  35.