On Saturday 02 June 2007 17:12, Dallas Clement wrote:
> I'm trying to do a check on a flash DOM drive that has been formatted
> with EXT2 and getting the error:
> 
> fsck (busybox 1.5.0, 2007-05-16 15:12:30 CDT)
> fsck: fsck.ext2: No such file or directory
> 
> Can anyone please tell me what I might be doing wrong?  I believe I have
> included the fsck applet in my busybox build.

fsck applet is only a driver. Real checking is done by executing
fsck.<fs_type> binary. Currently, busybox does not build
fsck.ext2 (although code is still around in
e2fsprogs/old_e2fsprogs/e2fsck.c).
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to