Thanks Don;
Basically I created two partitions just like in the various tutorials. Made the first one a FAT16, made it bootable, etc. Then when it came time to make the EXT3 partition, instead of using the default, which would have been the entire card I gave it a size of 6000MB instead of using the default. So the partition with the rootfs on it is 6GB plus the boot partition which is the standard 0 - 4095. Does that answer your question ? Are you asking about doing something like this? dd if=/dev/YOUR_DEVICE of=myBackup.img bs=1M count=6144 assuming its actually 6GB Bill -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
