home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 9953 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  3.1 KB

  1. Path: sparky!uunet!convex!darwin.sura.net!spool.mu.edu!sdd.hp.com!swrinde!emory!sol.ctr.columbia.edu!sol.ctr.columbia.edu!kfogel
  2. From: kfogel@occs.cs.oberlin.edu (Karl Fogel)
  3. Newsgroups: comp.os.linux
  4. Subject: Mounting /usr on hda3 - help? Used to work, now doesn't...
  5. Message-ID: <KFOGEL.92Sep5163304@occs.cs.oberlin.edu>
  6. Date: 5 Sep 92 21:33:04 GMT
  7. Sender: news@ctr.columbia.edu (The Daily Lose)
  8. Distribution: comp.os.linux
  9. Organization: Oberlin College Computer Science
  10. Lines: 60
  11. X-Posted-From: occs.cs.oberlin.edu
  12. X-Posted-Through: sol.ctr.columbia.edu
  13.  
  14.  
  15.     This is with v0.96c, on a 386/40 with a 240 meg hard drive.
  16. The first 108 or so meg partition (/dev/hda1) is all DOS. Then hda2 is
  17. 63 or so megs of linux root, and then hda3 is another 63 of /usr.  If
  18. I do not use hda3 as /usr and jus le it lay idle, then everything
  19. works fine and there are no problems at all, except lack of space.
  20.     If I *do* use hda3 as /usr, then the following problems
  21. appear:
  22.     - X does not work -- it hangs after a little mouse movement
  23. and ctl-alt-backspace is the only way out. Mouse buttons do not work.
  24.     - sync dumps core in the /dev directory, same size each time.
  25.     - df tells me that / and /usr are mounted respectively on hda2
  26. and hda3 ... but it also says they're the same size and are filled to
  27. the same exact percentage. I think df is getting it's information
  28. entirely from the root partition; even though it tells me that it's
  29. reporting hda2 and hda3, it's really only showing /dev/hda2. Here is
  30. one interesting thing: if I boot with no hda3 mounted (/usr is on hda2
  31. like everything else), but change my /etc/fstab and /etc/mtab to what
  32. they would be if I were mounting hda3 as /usr, afterwards df will report
  33. that /usr is mounted on hda3. Is this normal?
  34.     My /etc/fstab looks like this:
  35.  
  36.     /dev/hda2 / minix defaults
  37.     /dev/hda3 /usr minix defaults
  38.  
  39.     My /etc/mtab looks like this:
  40.  
  41.     hda2 / minix defaults 2 62914336
  42.     hda3 /usr minix defaults 0 0
  43.  
  44.     I have a sneaking suspicion that I should make partition 3 of
  45. type extended, rather than Linux/minix, but that doesn't seem to work
  46. either. The "0 0" in my mtab also bothers me, should they be more
  47. informative numbers?  If I mount hda3 as /usr, everything works except
  48. X Windows, and there's also that annoying core dump in /dev. But X is
  49. mighty important :-) ! Does anybody have any idea how to do this right?
  50. I did once upon a time have X working fine and hda3 mounted on /usr
  51. and all was good and beautiful. The problems came after I tried to install
  52. more memory and got some parity errors. Alhough I have since put my original
  53. memory back in and reinstalled Linux more than twenty times (!!!), it's
  54. never been the same. X will not work if /dev/hda3 is mounted *at all*,
  55. anywhere, even if I'm not running X or anything else from hda3. :-(
  56. Any ideas, folks? I have repartitioned my hard drive and reinstalled
  57. linux so many times now that I can do it with my eyes closed, but to no
  58. avail.
  59.  
  60. --
  61.  
  62.  
  63.                                -Karl Fogel
  64.             
  65.             kfogel@occs.cs.oberlin.edu
  66.             fogel@antares.mcs.anl.gov
  67.  
  68.  
  69.          "I'm not lost... I know exactly where I'm not!"
  70.  
  71.  
  72.      (Any opinions exressed are completely my own, and not 
  73.                 necessarily those of Karl Fogel.)
  74.