View Single Post
Posts: 29 | Thanked: 19 times | Joined on Feb 2010 @ Germany, Wolfenbuettel
#4
Originally Posted by Rob1n View Post
Run the "Close Debian" program (there should be an icon in the program list) to shutdown the chroot. You can then tar up the contents of /media/mmc1 to /home/user/MyDocs, unmount, swap, and untar. Then run the "Debian chroot" program to restart the chroot.
Hi,

done the following:
close debian
cd /home/user/MyDocs
tar cvf ./mmcq.tar /media/mmc1/.
# ... after two hours taring ...
umount /media/mmc1
# change card
# new card was automounted to /media/mmc1
cd /
tar xvf /home/user/MyDocs/mmcq.tar
# one hour later ... there was something on /media/mmc1
# but a "Debian LXDE" showed a
# Mount failure!
# /home/user/MyDocs/debian-m5-v2.img.ext2.bz2 failed to mount on loop0
# mount: mounting /dev/loop0 on /.debian failed: Invalid argument!

any suggestions to this?