View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#29
I suppose you never applied a file system to the 2nd partition of the external card, i think you did not create the swap as well. So please try first
Code:
sudo gainroot
mkfs.ext3 -m 1 -L home /dev/mmcblk1p2
tune2fs -c 0 -i 0 /dev/mmcblk1p2
mkswap -L swap /dev/mmcblk1p3
swapon /dev/mmcblk1p3
Then carry on with mount and copy like in the previous tries.

Last edited by michaaa62; 2011-10-16 at 06:07. Reason: Corrected a typo