home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21538 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.6 KB

  1. Path: sparky!uunet!mcsun!sunic!dkuug!diku!dingbat
  2. From: dingbat@diku.dk (Niels Skov Olsen)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: 0.99 directory bug?
  5. Message-ID: <1992Dec23.155114.12595@odin.diku.dk>
  6. Date: 23 Dec 92 15:51:14 GMT
  7. References: <1992Dec17.180033.29648@walter.cray.com> <1992Dec22.235451.203@plasma.apana.org.au>
  8. Sender: dingbat@rimfaxe.diku.dk
  9. Organization: Department of Computer Science, U of Copenhagen
  10. Lines: 34
  11.  
  12. mph@plasma.apana.org.au (Martin Peter Howell) writes:
  13.  
  14. >roberts@cray.com (Michael Roberts  {67000 CF/DEV}) writes:
  15.  
  16. >>My recent upgrade to 0.99 from 0.98.5 has yielded a bug involving
  17. >>floppy disks. When I mount a floppy disk with a minix filesystem
  18. >>on it and I change directories to the floppy disk, I get errors
  19. >>using "pwd" and "du". "pwd" gives the error:
  20.  
  21. >>    pwd: No such file or directory
  22.  
  23. >>but it works fine when my current working directory is on a hard
  24. >>drive partition. "du" works fine on floppy directories, but if I'm
  25. >>in a floppy directory and "du" a hard disk directory, like "du /",
  26. >>I get the error:
  27.  
  28. >>    du: cannot get current directory: No such file or directory
  29.  
  30. >I have found that trying to mount an extended or minix fs on a
  31. >directory that is not in the root (eg. /usr/mountpoint) always gives
  32. >these errors.  Whereas mounting to a directory in the root is no problem.
  33. >I noticed this a while ago (0.98.[12]) but haven't tried it since
  34. >so I don't know if it has been fixed.
  35.  
  36. I have used this mounting scheme for ages (!) now:
  37.  
  38. # /etc/mount
  39. /dev/sda2 on / type minix (defaults)
  40. /dev/sdb1 on /usr type ext (defaults)
  41. /dev/sdc1 on /usr/src type ext (defaults)
  42.  
  43. With absolutely no problems.
  44.  
  45. Niels
  46.