Selon Neeraj Vaidya <[EMAIL PROTECTED]>:

> I am using one of the latest versions of busybox (probably v1.10.0) with
> relevant patches applied.
>
> I boot from an initrd and get to the busybox ash prompt.
>
> When I issue the mke2fs command to create an ext3  filesystem on one of the
> IDE partitions , it outputs a lot of text like "creating superblock " etc etc
> , but at the end it says "No such file or directory".
> "mke2fs -j /dev/hda3"
>
I don't know for mke2fs busybox version but the version from e2fsprogs need to
be able to read /etc/mtab to create the journal
Without -j, it work without /etc/mtab.

I fixed that creating a symlink from /proc/mount to /etc/mtab

Gilles
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to