[TriLUG] Suggestions wanted for Linux laptop

David Burton ncdave4life at gmail.com
Thu Dec 8 13:11:25 EST 2011


If the drive is failing (did you test it? w/ Drive Fitness Test?), then
copy it with ddrescue instead of dd.  dd will die when it hits a bad block.
 ddrescue will try hard to copy as much as possible.

Assuming /dev/sda is the old (sick) drive, /dev/sdb is the new drive
(attached via USB adapter), and /dev/sdc is your flash thumbdrive...

# verify that each of the drives is where you think it is:
fdisk -lu

# mount your thumb drive:
mount /dev/sdc1 /mnt/sdc1

# copy the sick drive to the new one, with the ddrescue "log file" on your
thumbdrive:
ddrescue -B /dev/sda /dev/sdb /mnt/sdc1/drive.log

Dave


On Thu, Dec 8, 2011 at 12:16 PM, Joseph Mack NA3T <jmack at wm7d.net> wrote:

> On Thu, 8 Dec 2011, Carl Crider wrote:
>
>  If you are happy with this laptop, I'd suggest getting a compatible drive
>> elsewhere.
>>
>
> +1
>
> dd if=old.drive of=new.drive
>
> # replace_drive; boot; keep_working
>
> Joe
>
> --
> Joseph Mack NA3T EME(B,D), FM05lw North Carolina
> jmack (at) wm7d (dot) net - azimuthal equidistant map
> generator at http://www.wm7d.net/azproj.**shtml<http://www.wm7d.net/azproj.shtml>
> Homepage http://www.austintek.com/ It's GNU/Linux!
>
> --
> This message was sent to: Dave Burton <ncdave4life at gmail.com>
> To unsubscribe, send a blank message to trilug-leave at trilug.org from that
> address.
> TriLUG mailing list : http://www.trilug.org/mailman/**listinfo/trilug<http://www.trilug.org/mailman/listinfo/trilug>
> Unsubscribe or edit options on the web  : http://www.trilug.org/mailman/**
> options/trilug/ncdave4life%**40gmail.com<http://www.trilug.org/mailman/options/trilug/ncdave4life%40gmail.com>
> TriLUG FAQ          : http://www.trilug.org/wiki/**
> Frequently_Asked_Questions<http://www.trilug.org/wiki/Frequently_Asked_Questions>
>



More information about the TriLUG mailing list