home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 15924 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.2 KB  |  55 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!destroyer!sol.ctr.columbia.edu!news.columbia.edu!cunixa.cc.columbia.edu!jml12
  3. From: jml12@cunixa.cc.columbia.edu (Jonathan M Lennox)
  4. Subject: Re: Extended FS -> "magic match failed"
  5. Message-ID: <1992Nov6.221332.6090@news.columbia.edu>
  6. Sender: usenet@news.columbia.edu (The Network News)
  7. Nntp-Posting-Host: cunixa.cc.columbia.edu
  8. Reply-To: jml12@cunixa.cc.columbia.edu (Jonathan M Lennox)
  9. Organization: Columbia University
  10. References: <chans.721065175@marsh> <1992Nov6.193513.165@jussieu.fr>
  11. Date: Fri, 6 Nov 1992 22:13:32 GMT
  12. Lines: 41
  13.  
  14. In article <1992Nov6.193513.165@jussieu.fr> card@masi.ibp.fr (Remy CARD) writes:
  15. >    Well, this answer should perhaps be in the FAQ.  When Linux boots,
  16. >it tries to mount the root file system first using the minix type, then
  17. >the extended file type and then the msdos file type.  When it first tries
  18. >the minix type, it checks that the super block contains the minix fs
  19. >signature and complains if not.  So, it prints the message "magic match failed"
  20. >and then tries the extended fs type.  It succeeds and goes on booting.
  21. >
  22. >    So, you can ignore the warning.
  23.  
  24.   There have been a very large number of people posting to
  25. comp.os.linux asking about the "magic match failed" messages.
  26. Wouldn't it be a lot less confusing all around to change the messages
  27. to read
  28.  
  29. Minix FS magic match failed
  30. Extended FS magic match failed
  31. MS-DOS FS magic match failed
  32.  
  33. (et cetera, for whatever file systems are supported) rather than just
  34. having a rather opaque single message?  It seems that it would be much
  35. more self-explanatory all around.
  36.  
  37. Perhaps even a
  38.  
  39. <foo> FS magic match succeeded
  40.  
  41. when the match actually works, so people know that this isn't some
  42. error in their setup, but rather that the system was just trying all
  43. the options in order?
  44.  
  45. I don't know how hard this would be to implement--I haven't looked at
  46. the code--but it doesn't seem THAT hard, and surely the confusion
  47. alleviated would be worth it.
  48.  
  49. Obviously, one can say "they should read the manual," but it seems
  50. preferable to have the user interface lead people to as much
  51. understanding as possible even if they have not.
  52.  
  53. Jonathan Lennox
  54. jml12@cunixa.cc.columbia.edu
  55.