I would like to create a binary file to be flashed on a SD card. This file should contain a single ext3 partition and should have some files/directories already in it.
How could I do this avoiding using any command which would require root privileges.
Thak you very much!