From owner-freebsd-questions Tue Nov 5 6:33:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1874737B401 for ; Tue, 5 Nov 2002 06:33:46 -0800 (PST) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id A016A43E77 for ; Tue, 5 Nov 2002 06:33:43 -0800 (PST) (envelope-from asa@gascom.ru) Received: (qmail 17316 invoked from network); 5 Nov 2002 14:33:05 -0000 Received: from asa.gascom.net.ru (HELO asa) (192.168.100.29) by mail.gascom.ru with SMTP; 5 Nov 2002 14:33:05 -0000 Subject: Re: Kernal Panics From: Akifyev Sergey To: neil@mpfreescene.com Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <006801c284a2$9c683a80$0200a8c0@b1> References: <006801c284a2$9c683a80$0200a8c0@b1> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 05 Nov 2002 17:33:28 +0300 Message-Id: <1036506808.1578.38.camel@asa.gascom.net.ru> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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