![]() |
Re: Acronis True Image - backup Maemo in Windows -- $4.99 NewEgg
Acronis TI 10 is a very old version of TI.
I don't think that ext filesytems were supported until TI 11. The current version is TI 2009 which would be TI 12. |
Re: Acronis True Image - backup Maemo in Windows -- $4.99 NewEgg
Not sure if anyone is still looking at this thread, but before I start a new thread, I'd thought I'd post here first.
I want to establish a 2gb fat partition on my new 4gb bootable internal sd so that it shows up when booted to sd as a 2gb internal storage. I have used Acronis to put a backed-up 2gb ext2 partition on the sd already. It is mmcblk0p1, but there is a 2gb unallocated block of space before it (i.e., to the left of it) when the card shows up in gparted. I want to to make that 2gb of unallocated space show up as "internal sd" when booted to the ext2 partition. After trying several things to make this work, I settled on this: 1. Establish a 2gb Fat 32 partition using cfdisk. 2. Mount this partition as root (it won't let me do it otherwise) using: Code:
mount -t msdos /dev/mmcblk0p2 /media/mmc2Anyone got any ideas??? |
Re: Acronis True Image - backup Maemo in Windows -- $4.99 NewEgg
Quote:
Could you use the file manager to format it again? |
Re: Acronis True Image - backup Maemo in Windows -- $4.99 NewEgg
Thanks for the response.
I used file manager to format the card. I then used Acronis to put the 2gb ext2 partition on the card. This made the remaining 2gb "unallocated." When putting the card back into the NIT (booted to flash), gparted shows that the ext2 partition's default mountpoint is /media/mmc2. What I need to do, I think, is remove this default mount point, establish a fat32 partition with the 2gb unallocated space, and establish a default /media/mmc2 mountpoint on the fat32 (if that makes sense). At that point, I can hope that the fat32 partition will act as normal "Internal Memory." But I can't figure out how to get to that point. |
Re: Acronis True Image - backup Maemo in Windows -- $4.99 NewEgg
Quote:
I use it in XP, not Vista. I haven't done it in a while but here is what I remember I do: I don't do a backup, I do a clone. And I usually (maybe always?) cloned to another SD card. I do it with two card readers, not with the NIT plugged in. If I recall correctly, you can clone from a big card to a much smaller card, especially if you're cloning just the system partition. The data partition, of course, you can just drag and drop to your hard drive under windows. |
Re: Acronis True Image - backup Maemo in Windows -- $4.99 NewEgg
Quote:
Two scripts of my cloning processes: COPY flash TO MMC2 (boot from flash and after sfdisk the card, using ext2) insmod /mnt/initfs/lib/modules/2.6.21-omap1/mbcache.ko insmod /mnt/initfs/lib/modules/2.6.21-omap1/ext2.ko mount -t jffs2 -o ro /dev/mtdblock4 /floppy mount /dev/mmcblk0p2 /opt rm -rf /opt/* tar cf - -C /floppy . | tar xvf - -C /opt umount /opt umount /floppy shutdown -r now COPY MMC2 TO MMC1 (boot from flash and after sfdisk the card, using ext2) insmod /mnt/initfs/lib/modules/2.6.21-omap1/mbcache.ko insmod /mnt/initfs/lib/modules/2.6.21-omap1/ext2.ko mount /dev/mmcblk0p2 /floppy mount /dev/mmcblk1p2 /opt rm -rf /opt/* tar cf - -C /floppy . | tar xvf - -C /opt umount /opt umount /floppy shutdown -r now |
Re: Acronis True Image - backup Maemo in Windows -- $4.99 NewEgg
Quote:
bun |
| All times are GMT. The time now is 23:18. |
vBulletin® Version 3.8.8