Skip site navigation (1)Skip section navigation (2)
Date:      05 Nov 2002 17:33:28 +0300
From:      Akifyev Sergey <asa@gascom.ru>
To:        neil@mpfreescene.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Kernal Panics
Message-ID:  <1036506808.1578.38.camel@asa.gascom.net.ru>
In-Reply-To: <006801c284a2$9c683a80$0200a8c0@b1>
References:  <006801c284a2$9c683a80$0200a8c0@b1>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2002-11-05 at 11:08, Neil Doody wrote:
> Hi, ive been getting kernel panics, number 12's for some time, ive had
> the whole load of hardware changed, the only thing that is the same now
> is the hard disk drive.
> 
> We thought this had cured the problem, but I had one the other day.
> Okay, I thought this was a one off, but I just had another, only this
> time it is different.  Is this possible that it is the hard drive?

It's very likely, that your HDD causes this.
 
> How can I make a duplicate image of that hard drive to another what
> tools will copy it.

In __single__ user mode execute (HD must be mounted read-only):
	dd bs=65536 if=/dev/yer-source-hd of=/dev/yer-target-hd
for example:
	dd bs=65536 if=/dev/da0 of=/dev/da1

Regards,
Ded PoXoron


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1036506808.1578.38.camel>