On Fri, Apr 27 '07 at 10:49, [EMAIL PROTECTED] wrote:
> I would like to format a harddisk through commands provided by
> BusyBox. I found that mke2fs is a Linux command for root to do it.
> While in BusyBox, this command is still provided? And is there another
> command to format a harddisk as FAT32 or FAT16?

I use mkfs.ocfs2 fine with my busybox system, but I'v also used any
other mkfs.* as they usually are not part of busybox. Simply use
buildroot, buildroot2 or open embedded to build any filesystem utility.
Busybox is neither an operating system nor a linux distribution. It's
"just" a set of small implementations for the most basic utilities you
might need for your embedded system.
IIRC there were somewhat working versions of e2fs utils integrated into
busybox. OTOH compiling a "full" version of e2fs-utils or dosfs-utils
will not add a great deal of bytes to your system. As you want to be
able to create a filesystem you're probabbly not triing to get
everything cramped into 2M of flash.
--  
/"\ Goetz Bock at blacknet dot de  --  secure mobile Linux everNETting
\ /       (c) 2007 Creative Commons, Attribution-ShareAlike 2.0 de
 X   [ 1. Use descriptive subjects - 2. Edit a reply for brevity -  ]
/ \  [ 3. Reply to the list - 4. Read the archive *before* you post ]
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to