View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#24
Originally Posted by udaychaitanya16 View Post
This is what I am trying
Basically you have to use a temporary mount point like /mnt for the loopback device and mount /dev/mmcblk0p4 to /ed to copy everything from /mnt to /ed
Code:
sudo gainroot
mount -o loop /path/to/ed-squeeze-final.ext3 /mnt
mount /dev/mmcblk0p4 /ed
cp -a /mnt/* /ed
 

The Following User Says Thank You to michaaa62 For This Useful Post: