Gentoo Archives: gentoo-user

From: Stroller <stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Harddisk trouble ... or not yet?
Date: Thu, 27 May 2010 08:18:58
Message-Id: E2AF732D-6709-4B43-BEBF-F8F1C9B53E20@stellar.eclipse.co.uk
In Reply to: Re: [gentoo-user] Re: Harddisk trouble ... or not yet? by meino.cramer@gmx.de
1 On 27 May 2010, at 01:19, meino.cramer@×××.de wrote:
2 > ...
3 > Is there any way to check the disk without damaging its
4 > contents?
5
6
7 If you have copied from /dev/sda to /dev/sdb then `md5sum /dev/sda /
8 dev/sdb` will compare both drives. You're probably safest to compare a
9 partition at a time `md5sum /dev/sda1 /dev/sdb1` to make sure the free
10 space at the end of the drive don't throw things off. I'm pretty sure
11 I've used this successfully.
12
13 Stroller.