Is it possible to clone a SCSI drive to SCSI2SD
#1
Is it possible to clone a SCSI drive to SCSI2SD
Hi Again Irixers,

I have a beat up O2 with a howling SCSI disk. I bought a SCSI2SD, which in theory could be plugged into the SCSI chain where the CD-ROM is supposed to be. I was hoping to clone the spinning disk to the SD card. Maybe this is impossible due to block sizes, etc. What do you guys think? 

Thanks,

KB
KayBee
Octane

Trade Count: (0)
Posts: 132
Threads: 40
Joined: Feb 2020
Find Reply
02-17-2020, 10:31 PM
#2
RE: Is it possible to clone a SCSI drive to SCSI2SD
SCSI2SD isn't supported on stuff like the O2 and up. Only 50-pin SGIs use it, and it's possible the O2's PROM may not permit that to be done.

You should just get a more modern SCSI disk.

As for cloning, yes, but it's not for the faint of heart. It involves xfs_dump and xfs_restore.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
02-18-2020, 12:31 AM
#3
RE: Is it possible to clone a SCSI drive to SCSI2SD
Technically, attaching the SCSI2SD with termination enabled to the CDROM flatcable should work, since both the SCA boot drive and the CDROM are on the same SCSI controller.
But aside from that, the SCSI2SD is simply too slow for what the O2 is capable of. Getting a fast and silent SCSI disk with SCA connector will provide you with much more performance.
dexter1
Administrator

Trade Count: (1)
Posts: 297
Threads: 17
Joined: May 2018
Location: The Netherlands
Find Reply
02-18-2020, 05:25 PM
#4
RE: Is it possible to clone a SCSI drive to SCSI2SD
Thank you. Back then, we used O2's for video work, so having a fast Seagate was critical. Now however I want to do a little C++ messing around, and so throughput isn't essential for me. So I hope there is a way to clone the drive.
KayBee
Octane

Trade Count: (0)
Posts: 132
Threads: 40
Joined: Feb 2020
Find Reply
02-19-2020, 05:54 AM
#5
RE: Is it possible to clone a SCSI drive to SCSI2SD
As I said, there is. You basically have to run xfs_dump over the filesystem, then restore it to the new one. You can DD it, but that's far more risky and potentially destructive.

A 10k 147G HDD on ebay is like $25 though, so it's not that big of a deal to go that route.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
02-19-2020, 06:23 AM
#6
RE: Is it possible to clone a SCSI drive to SCSI2SD
Thanks Raion, I'll investigate. I may also get a SCSI HDD, just in case.
KayBee
Octane

Trade Count: (0)
Posts: 132
Threads: 40
Joined: Feb 2020
Find Reply
02-19-2020, 06:27 AM
#7
RE: Is it possible to clone a SCSI drive to SCSI2SD
(02-19-2020, 06:23 AM)Raion Wrote:  A 10k 147G HDD on ebay is like $25 though, so it's not that big of a deal to go that route.


Here's a 300GB/15K for $20 shipped.  I put these drives in my O2 and my Octane, and they're really nice.

** click --> HP 300GB 15K Drives, <-- click ** pull the drive from the tray and install it into the Octane sled, and you're in business.

Indigo2 IMPACT  : R10K-195MHz, 1GB RAM, 146GB 15K, CD-ROM, AudioDAT, MaxImpact w/ TRAM.  IRIX 6.5.22

O2 : R12K-400MHz, 1GB RAM, 300GB 15K, DVD-ROM, CRM Graphics, AV1/2 Media Boards & O2 Cam, DV-Link, FPA & SW1600.  IRIX 6.5.30

 : 2 x R14K-600MHz, 6GB RAM, V12 Graphics, PCI Shoebox.  IRIX 6.5.30

IBM  : 7012-39H, 7043-140

(This post was last modified: 02-19-2020, 03:21 PM by chulofiasco.)
chulofiasco
Hardware Junkie

Trade Count: (0)
Posts: 328
Threads: 51
Joined: May 2019
Location: New York, NY
Website Find Reply
02-19-2020, 03:21 PM
#8
RE: Is it possible to clone a SCSI drive to SCSI2SD
Xfsdump/xfarestore are pretty easy to use, imo. I use them to create backups on a semi-regular basis.

Basic SGI disk imaging tutorial is here: http://www.cspry.co.uk/computing/Indy_ad...ackup.html

Note that many 'recent' SGIs have diagnostics in ROM, so there is no IDE to copy using DVHtool. Xfsdump can be run on live disks. A better mount folder name for your new disk is 1, as the dump runs in alphabetical order. This all but eliminates the dump that is redumped into the /disk2 folder.
callahan
Octane

Trade Count: (0)
Posts: 147
Threads: 20
Joined: Dec 2018
Location: East Coast, USA
Find Reply
02-24-2020, 01:17 AM
#9
RE: Is it possible to clone a SCSI drive to SCSI2SD
Greta, thank you Callahan, I'll start there.

KB
KayBee
Octane

Trade Count: (0)
Posts: 132
Threads: 40
Joined: Feb 2020
Find Reply
02-24-2020, 05:19 PM
#10
RE: Is it possible to clone a SCSI drive to SCSI2SD
(02-24-2020, 05:19 PM)KayBee Wrote:  Greta, thank you Callahan, I'll start there.

KB
Hey... Check this out         https://www.datastoragecables.com/scsi/internaladapters/

You should be able to get a SCSI to SATA adapter on this website. I would recommend that you buy the adapter and then get a modern SATA drive. There is bootable Linux-based utility called Clonezilla that lets you clone hard drives really easily. You just download clonezilla for free and then install it onto a USB flash drive. If you do that you could take the SCSI drive out of your O2, put it in a modern PC using the SCSI to SATA adapter, also put the new SATA drive in your PC, and then use Clonezilla to copy the SCSI drive to the SATA drive. Once you have it copied, plug the new SATA drive into the SATA side of the adapter and then plug the SCSI side back into your O2 and it should work. You could use an SSD if you want. Ill also add the link to clonezilla's website.

https://clonezilla.org/

Good luck! Happy cloning XD
TommyBoy
O2

Trade Count: (0)
Posts: 44
Threads: 9
Joined: Feb 2020
Location: Ohio, USA
Website Find Reply
03-23-2020, 10:20 PM


Forum Jump:


Users browsing this thread: 1 Guest(s)