On 08/02/2014 10:39 AM, William Pretty Security wrote: > > Hello all; > > > > I have an 8GB uSD card with an ~6GB file system on it (boot +rootfs). > > What I want to do is just image the 6GB portion that is actually > formatted and used. > > > > I tried the windows tool and it didn't work. It imaged the entire disk. > > Is there a switch in Linux "DD" or some other way to image just the > 6GB portion of the card ? > > > > Thanks; > > > > Bill > > > > "No one could make a greater mistake than he who did nothing because > he could do only a little." > > "All that is necessary for the triumph of evil is that good men do > nothing" Edmond Burke /(1729 - 1797)/ > > http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book > > > > -- > 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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout.
are you asking about doing something like this? dd if=/dev/YOUR_DEVICE of=myBackup.img bs=1M count=6144 assuming its actually 6GB -- 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.
