Selon Neeraj Vaidya <[EMAIL PROTECTED]>: > So , are you saying that I should rather use the mke2fs from e2fsprogs ? > or are you saying that I should try without using the -j flag ? > but I will need the -j flag as I want to create an ext3 filesystem. > I don't say you should use mke2fs from e2fsprogs. You should first check if proc is mounted, if /etc/mtab exist,... if busybox implementation require that. One grep mtab in busybox sources could be a clue.
You could try without -j to see if it make a difference. I just say you that mke2fs from e2fsprogs has a different prerequisite to work with -j You may use strace to see what happen when mk2ef run and see wich file mke2fs fail to open. That's what allow me to solve my issue with /etc/mtab Gilles _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
