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

  1. Path: sparky!uunet!usc!cs.utexas.edu!wupost!crcnis1.unl.edu!moe.ksu.ksu.edu!kitty.ksu.ksu.edu!news
  2. From: probreak@kitty.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Extended FS -> "magic match failed"
  5. Date: 8 Nov 1992 00:10:53 -0600
  6. Organization: Kansas State University
  7. Lines: 24
  8. Message-ID: <1dib1dINN21o@kitty.ksu.ksu.edu>
  9. References: <chans.721065175@marsh>
  10. NNTP-Posting-Host: kitty.ksu.ksu.edu
  11.  
  12. chans@cs.curtin.edu.au (Sean Chan) writes:
  13.  
  14. >I installed Linux on my hard drive as Linux Extended FS (Partition ID
  15. >83), with the SLS distribution. After the installation was complete, I
  16. >rebooted...and it came up with "magic match failed". Other than that
  17. >statement, Linux works fine. I can login, etc.
  18.  
  19. >Oh, yes, when I do a fsck /dev/hda2 it comes up with a "bad magic number
  20. >in super-block". What does this mean?? Can anyone shed some light here??
  21.  
  22. >Sean
  23.  
  24. The magic match failure is caused by the way the kernel checks the root
  25. device on boot time. First it checks for a minix file system, and failing
  26. that it prints the magic match failure. Then it checks for an extfs.
  27. Finding that, it should then boot fine. I presume that if you mounted 
  28. a dos fs a your root device it would just tell you magic match failed twice.
  29.  
  30. Don't run fsck on your extfs partition. That program is only for minix 
  31. partitions. Get the extfs stuff from tsx-11.mit.edu in the 
  32. pub/linux/ALPHA/extfs dir.
  33.  
  34. James
  35.  
  36.