Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I'm trying to create an ext4 file system on an external drive. The partition manager I usually use, EASEUS Partition Master, doesn't support ext4. What are some free alternatives?

Edit: It turns out MiniTools Partition Wizard supports ext4.

share|improve this question
3  
Boot a livecd, in a VM, and yadda, yadda, yadda, and Bob's your uncle. – Zoredache May 15 '12 at 17:16

migrated from serverfault.com May 15 '12 at 17:20

3 Answers

up vote 7 down vote accepted

Hmm, I haven't tried this, but Cygwin has mke2fs in the e2fsprogs package. Take a look at:

http://superuser.com/questions/314997/how-to-format-ext2-in-windows-xp and the caveat about special device names the Answer mentions: http://www.cygwin.com/cygwin-ug-net/using-specialnames.html

Cygwin is over at: http://www.cygwin.com/

share|improve this answer
Thank you! I have cygwin installed, I'll check this out! – John2496 May 15 '12 at 17:18

MiniTool partition wizard is a free (for home use) partition manager that can format a partition as EXT2/3/4 from windows - http://www.partitionwizard.com

share|improve this answer

I believe HP USB Disk storage format tools might help you out (http://files.extremeoverclocking.com/file.php?f=197). Also checkout Hiren (http://www.hiren.info/), I know they have a couple of formatting tools.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.