SCSI + IDE together

2005-09-06 Thread Gayn Winters
What does it take to be able to use a mixture of SCSI and IDE (ATA)
disks?  I'd like to be able to copy (dd) one to another.   

I'd like to be able to boot off a floppy or CD to do the disk copy, but
booting off a third hard drive would suffice.  

I do have a couple disk cloning programs, but none seems to recognize a
SCSI disk and an IDE disk simultaneously.

TIA for any help!

-gayn

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SCSI + IDE together

2005-09-06 Thread Charles Swiger

On Sep 6, 2005, at 1:56 PM, Gayn Winters wrote:

What does it take to be able to use a mixture of SCSI and IDE (ATA)
disks?


Nothing special.  You could boot off a FreeBSD CD-ROM image and do  
so, or from a working FreeBSD install on one of the drives.  Your  
SCSI disks will be /dev/da0, da1, etc and your IDE disks will be /dev/ 
ad0, ad1, etc.



  I'd like to be able to copy (dd) one to another.


While dd will work, in the sense that you can copy blocks of data  
directly, it is unlikely that the two drives will be of the same size  
and have the same geometry/partition table.  This may or may not  
present a problem, but you might want to consult:


http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NEW- 
HUGE-DISK


--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]