Skip to content

iglunix/make_ext4fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

make_ext4fs

Utility to create ext4 file systems ported from Android.

How to use

Block devices

Simply run make_ext4fs /dev/sdXy

Disk images

Due to some quirks, a loop back device is needed

losetup /dev/loop0 disk.img
make_ext4fs /dev/loop0