ts-7000
[Top] [All Lists]

Re: [ts-7000] making a backup of a sd card for insertion into a new ts-7

To: "" <>
Subject: Re: [ts-7000] making a backup of a sd card for insertion into a new ts-7500
From: Jonathan Leslie <>
Date: Mon, 27 Jan 2014 15:40:52 -0800 (PST)


that is similar to what I did only I left out the "bs=2048" 
is that what is causing my error?

I will try shortly.   

Thanks Jleslie48



From: Clark <>
To: "" <>
Sent: Monday, January 27, 2014 5:16 PM
Subject: Re: [ts-7000] making a backup of a sd card for insertion into a new ts-7500

 
Better to use a seperate host .

dd if=/dev/Xxx of=sdImage.dd

to make image, then insert new SD card and in same directory:

dd if=sdImage.dd of=/dev/Xxx bs=2048

The 'Xxx' needs to substituted with the correct three digit device code that you find in the 'df' program, eliminating the number at the end. NOTE: All Debian / Ubuntu I have seen will auto mount SD cards. You MUST unmount first for both the original and copy SD Cards before using dd. The umount command requires the partition code,(three letters plus 1-2 more letter/number) not the device code (the first three letters). Example:

1. Insert original SD card, use df to figure out how many partitions were mounted and the device code. In my case three partitions are mounted: /dev/sde3, /dev/sde5, and /dev/sde6.

2. Unmount original SDCard:

sudo umount /dev/sde3 /dev/sde5 /dev/sde6

3. Image original using device code:

dd if=/dev/sde of=sdImage.dd

When it finishes, remove original and insert new card.

4. Unmount new card. In most cases a new card will have one partition (verify w df). On my system it's:

sudo umount /dev/sde1

5. Write new card:

dd if=sdImage.dd of=/dev/sde bs=2048

That's it!

Sent from my iPhone

On Jan 27, 2014, at 13:38, Don Tucker <> wrote:

> It's been a while since I've done this, but I remember having to:
>
> 1. get rid of any pre-existing partitions on the new SD card with 'fdisk' before doing the dd
> 2. specify the block size during the dd, and
> 3. to 'sync' the file systems after the dd had completed.
>
> Don
>>
>> > I tried taking the 2gb sd card out of the ts-7500, putting in in a card reader
>> > on a desktop lubuntu machine, and then backing up the image using the dd
>> > command. I then put a different 2gb sd card into the card reader and used the
>> > dd command to write that image onto the card but the boot fails.
>> >
>> >
>
>




__._,_.___


Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: =Email Delivery: Digest | m("yahoogroups.com?subject","ts-7000-fullfeatured");=Change Delivery Format: Fully Featured">Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | =Unsubscribe

__,_._,___
<Prev in Thread] Current Thread [Next in Thread>
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU