mkdir /tmp/debian-temp mount /home/user/MyDocs/your-easy-debian-image-file.ext3 /tmp/debian-temp mount /dev/mmcblk1p1 /.debian cp -a /tmp/debian-temp/* /.debian/ #after copying ends umount /.debian umount /tmp/debian-temp #be careful with typos in next command! rm -r /tmp/debian-temp