Open GoogleCodeExporter opened 9 years ago
If this is caused by the large size there's probably not much I can do,. sorry.
Try doing this before running mkfs.
echo 2 > /proc/sys/vm/overcommit_memory
Might make it output a slightly more useful error message.
Google turned up this:
http://lists.busybox.net/pipermail/busybox/2006-February/052331.html
The busybox version of the e2fsprogs can't do ext3 so it wouldn't be an option
anyway.
And yes.. that log message should be changed.
Original comment by stefansc...@googlemail.com
on 5 Jan 2012 at 6:20
Whats about simply using the exitcode for end Message:
The exit code returned by mkfs is 0 on success and 1 on failure
So we can write "Partition creation error" if exitcode is != 0!
Original comment by mkhom...@googlemail.com
on 6 Jan 2012 at 9:52
I guess this should do
http://code.google.com/p/snake-os/source/diff?spec=svn409&r=409&format=side&path
=/trunk/rootfs/default/usr/share/snake/formatdisk
Original comment by stefansc...@googlemail.com
on 6 Jan 2012 at 5:42
Closed
Original comment by mkhom...@googlemail.com
on 17 Jan 2012 at 7:03
Original issue reported on code.google.com by
mkhom...@googlemail.com
on 3 Jan 2012 at 5:49