Thread: Nitdroid 0.0.8
View Single Post
Posts: 119 | Thanked: 79 times | Joined on May 2009 @ Brasilia, Brazil
#18
Originally Posted by mistman View Post
Is there anyway to copy the rootfs to ext3 partion from within maemo as running windows pc so no accsess to that partion

thanks.
I did

Code:
mkfs.ext3 /dev/mmcblk1p2
mkdir /and
mount /dev/mmcblk1p2 /and
bunzip2 /path/to/your/.bz2/file
This last one makes the image file become a .tar. Then I did
Code:
tar -xvf /path/to/your/.tar -C /and
This copied the rootfs to that partition. I'm of course assuming you already have your memory card partitioned to go. The .bz2 file is obviously the rootfs image you downloaded from the nitdroid forum page.
 

The Following 5 Users Say Thank You to Bobbe For This Useful Post: