Is it possible to create a complete SD image in linux without having root privileges (that is, no loopback mount)? I\'m looking for a way to automate embedded system image creat
you might want to look at genextfs, that creates an ext2 filesystem in a regular file without any sort of mounting.