Skip to Content.
Sympa Menu

baslinux - Re: [BL] fsck errors

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: ichi AT aggies.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] fsck errors
  • Date: Tue, 15 Apr 2003 12:59:13 +0000

James Miller wrote:
>
> First, I get an unclean unmount every time I shutdown
> or reboot the system

Sounds like the busybox version of mount. It was replaced
in BL 2.02 with the standard mount.

> Can I, for example, make e2fsck run for the disk integrity
> check on bootup instead of fsck?

I think fsck is just a front-end for e2fsck (and the other
fs checkers). Assuming your fs is ext2, e2fsck does the
actual checking. If you are having a problem with fsck
(but not e2fsck), it may be related to the mounting problem
you mentioned above. The -A parameter for fsck (used in
/etc/rc.d/rc.S) causes it to walk through /etc/fstab. If
your (busybox) mount is misbehaving, there may be an
inconsistency between /etc/fstab and the partitions that
are actually mounted. Fix your mount problem and this
one may simply disappear.

Cheers,
Steven



  • [BL] fsck errors, James Miller, 04/14/2003
    • Re: [BL] fsck errors, ichi, 04/14/2003

Archive powered by MHonArc 2.6.24.

Top of Page