How could I easily pack a directory to an ext4 loop partition image?
- by Alvin Wong
I would like to pack the content of a directory into an ext4 partition image easily, without mounting a loop device.
Background: I am building a version of Android which will mount system partitions as a loop device for ARM. Though I can create those partition images by hand using loop devices, it is very troublesome. I want to use an sh script to…