home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8849 < prev    next >
Encoding:
Internet Message Format  |  1992-08-22  |  2.6 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!uakari.primate.wisc.edu!unmvax!uservx.plk.af.mil!simonich
  2. From: simonich@uservx.plk.af.mil
  3. Newsgroups: comp.os.linux
  4. Subject: Re: efsprogs alpha 6
  5. Message-ID: <1992Aug22.165126.35784@uservx.plk.af.mil>
  6. Date: 22 Aug 92 16:51:26 GMT
  7. References: <4324.70.uupcb@digund.uucp>
  8. Organization: Phillips Laboratory - Kirtland AFB
  9. Lines: 60
  10.  
  11. In article <4324.70.uupcb@digund.uucp>, copernicus@digund.uucp (Copernicus) writes:
  12. > RCC:>        For people that downloaded the efsprogs version alpha 5,
  13. > RCC:>DON'T USE THEM !!!  In version alpha 5, efsck contains a bug which
  14. > RCC:>can cause some great damages on an ext fs.  The bug is fixed in
  15. > RCC:>the new version (alpha 6) which is available on ftp-masi.ibp.fr
  16. > RCC:>in the directory pub/linux/ALPHA/extfs (files efsprogs6.tar.Z,
  17. > RCC:>efsprogs6.bin.tar.Z, efsprogs6.src.tar.Z) and I expect them to
  18. > RCC:>be available on tsx-11 in directory pub/linux/ALPHA/extfs soon.
  19. > RCC:>Changes from alpha 5 to alpha 6 are :
  20. > RCC:>- in efsck, a bad test on directory structures is fixed,
  21. > RCC:>- efsck and mkefs now use getopt() to decode arguments,
  22. > RCC:>- mkefs now accepts a -i option to specify the ratio of inodes.
  23. > RCC:>        I strongly apologize for the bug in efsck :-{
  24. > RCC:>                Remy
  25. > RCC:>--
  26. > Thats great to hear.
  27. > I have a question for you.  I am running Linux 0.97pl1 (where is L.T's 0.5
  28. > patch?), and your extfs alpha 5 system (will up to 6 this weekend), and the
  29. > dosfs extensions.
  30. > My question is:  Why when I boot Linux I get a magic match failed but Linux
  31. > mounts the extended file system correctly anyways?  Is this just an fluke
  32. > message poping up?
  33. > /etc/mtab:  (citing this from memory)
  34. > /dev/hda2       /       ext     default
  35. > /etc/rc:
  36. > mount -av
  37. > Besides that little message the file system works great!  Now I just
  38. > need to get the source code to everything and recompile it!
  39. > Chris Nalley
  40. > ---
  41. >  . SLMR 2.1 . Digital Underground - A Copernician Corporation
  42. >                                                  
  43. Linux defaults to MINIX fs on boot up.  The first fs is checks is MINIX
  44. but, when that fails, it checks ext, gets a match, and, as you say,
  45. works great.
  46.  
  47. Since I don't like (trust) things that give an error message and then
  48. keep working, I added a couple of lines in the kernel where fs
  49. checking is done to give the message:
  50.      MINIX magic failed
  51. or
  52.      MINIX magic match
  53. when mounting a fs.
  54. Also gives:
  55.      EXT magic ...
  56. when trying to mount ext fs.
  57. No check for ms-dog.
  58.  
  59. Bottom line: Linux ext-fs works.  If the error message doesn't bother you--
  60. ignore it.
  61.