Re: Replacing a failing HD

2005-10-19 Thread Jerry McAllister
But, won't doing a dd between two disks with incompatible sizes create a bad partition table on the destination drive? Basically yes, at least an incorrect one, even if you can make it work. It is much better to build your slices, partitions and file systems and then move your old data using

RE: Replacing a failing HD

2005-10-19 Thread Craig Deal
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gayn Winters Sent: Tuesday, October 18, 2005 8:53 PM To: 'Craig Deal'; freebsd-questions@freebsd.org Subject: RE: Replacing a failing HD Craig Deal wrote: Hope it's ok

RE: Replacing a failing HD

2005-10-19 Thread Gayn Winters
-Original Message- From: Craig Deal [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 19, 2005 7:07 AM To: [EMAIL PROTECTED]; freebsd-questions@freebsd.org Subject: RE: Replacing a failing HD I tried this and got the following error: ad0: FAILURE - READ_DMA status

RE: Replacing a failing HD

2005-10-19 Thread Gayn Winters
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ramakrishna Nalla Sent: Tuesday, October 18, 2005 9:52 PM To: Bob Ababurko Cc: freebsd-questions@freebsd.org; Craig Deal Subject: Re: Replacing a failing HD But, won't doing a dd between two

RE: Replacing a failing HD

2005-10-18 Thread Craig Deal
Hope it's ok to continue this thread, but can you explain in more detail how to use dd to copy a HD. I read man dd and was unable to figure out how this is done. Thanks, Craig ___ freebsd-questions@freebsd.org mailing list

Re: Replacing a failing HD

2005-10-18 Thread Bob Ababurko
Craig Deal wrote: Hope it's ok to continue this thread, but can you explain in more detail how to use dd to copy a HD. I read man dd and was unable to figure out how this is done. Thanks, Craig ___ freebsd-questions@freebsd.org mailing list

Re: Replacing a failing HD

2005-10-18 Thread Bob Ababurko
Craig Deal wrote: Hope it's ok to continue this thread, but can you explain in more detail how to use dd to copy a HD. I read man dd and was unable to figure out how this is done. Thanks, Craig ___ freebsd-questions@freebsd.org mailing list

RE: Replacing a failing HD

2005-10-18 Thread Craig Deal
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Ababurko Sent: Tuesday, October 18, 2005 5:27 PM To: Craig Deal; freebsd-questions@freebsd.org Subject: Re: Replacing a failing HD Craig Deal wrote: Hope it's ok to continue

RE: Replacing a failing HD

2005-10-18 Thread Gayn Winters
Craig Deal wrote: Hope it's ok to continue this thread, but can you explain in more detail how to use dd to copy a HD. I read man dd and was unable to figure out how this is done. Thanks, Craig ___

Re: Replacing a failing HD

2005-10-18 Thread Ramakrishna Nalla
But, won't doing a dd between two disks with incompatible sizes create a bad partition table on the destination drive? TIA, Rama On 10/19/05, Bob Ababurko [EMAIL PROTECTED] wrote: Craig Deal wrote: Hope it's ok to continue this thread, but can you explain in more detail how to use dd to

RE: Replacing a failing HD

2005-10-06 Thread Craig Deal
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Ababurko Sent: Wednesday, October 05, 2005 7:53 AM To: Charlie Schluting; freebsd-questions@freebsd.org Subject: Re: Replacing a failing HD Yes, I guess I should mention that the drives were

Re: Replacing a failing HD

2005-10-06 Thread Bob Ababurko
Craig Deal wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Ababurko Sent: Wednesday, October 05, 2005 7:53 AM To: Charlie Schluting; freebsd-questions@freebsd.org Subject: Re: Replacing a failing HD Yes, I guess I should mention

Re: Replacing a failing HD

2005-10-05 Thread Bob Ababurko
Yes, I guess I should mention that the drives were on the same machine, actually the same bus and/or channel. I have also done this on Solaris. I believe it was Solaris 8, but it works just the same. I am not sure if it would work over a network. Just make sure you dd the disk as a whole

Replacing a failing HD

2005-10-04 Thread Charlie Schluting
So, clearly dd'ing the drive to another drive won't work. How can I replicate the boot block and partition table from my existing drive onto a new one in freebsd? In solaris, I'd use prtvtoc | fmthard, then dd... Thanks :) -Charlie ___

Re: Replacing a failing HD

2005-10-04 Thread Bob Ababurko
Charlie Schluting wrote: So, clearly dd'ing the drive to another drive won't work. How can I replicate the boot block and partition table from my existing drive onto a new one in freebsd? In solaris, I'd use prtvtoc | fmthard, then dd... Thanks :) -Charlie

Re: Replacing a failing HD

2005-10-04 Thread Charlie Schluting
I have used dd to image a drive many times before in freebsd. It works like a champion and will boot up just fine. I may have misunderstood your mail but if not then it will work. Well, maybe my weird over ssh calling a setuid program that calls a script dd was flawed somehow. I'll do it