O2 hd SCSI replacement question
#1
O2 hd SCSI replacement question
Hello,

I did a search on the web for some scsi hdd to replace one on my O2. Found a cheap 18gb scsi-3  seagate 80 pin cheetah st318451lc. 
But i don't have sure if it's compatible, i only found info about generic hdds, like toshiba, fujitsu IBM and others. I would like to know if this particular hdd i have mentioned is compatible, if someone already have it, etc. Any help will be much apreciated. thanks!

O2
overlogic2011
O2

Trade Count: (0)
Posts: 33
Threads: 7
Joined: Dec 2020
Location: Brazil
Find Reply
01-15-2022, 08:59 PM
#2
RE: O2 hd SCSI replacement question
Any 1” (low profile) SCA 80 SCSI drive will work. Though you’ll want to try to avoid 15K RPM or higher due to noise and heat. But all SCA 80 pin connector drives follow the same physical dimensions and connector.

I doubt you’ll have an issue with the drive you want as long as it’s 1” thick and not half height (which physically won’t fit into O2).
weblacky
I play an SGI Doctor, on daytime TV.

Trade Count: (10)
Posts: 1,716
Threads: 88
Joined: Jan 2019
Location: Seattle, WA
Find Reply
01-15-2022, 10:34 PM
#3
RE: O2 hd SCSI replacement question
Ok weblacky, thanks for the info. I guess this one is 15000 rpm, but it's late i already got him. Do you know a command to display the partitions of the hdd? Thanks!

O2
(This post was last modified: 01-15-2022, 10:55 PM by overlogic2011.)
overlogic2011
O2

Trade Count: (0)
Posts: 33
Threads: 7
Joined: Dec 2020
Location: Brazil
Find Reply
01-15-2022, 10:53 PM
#4
RE: O2 hd SCSI replacement question
SGIs use a completely different partition table format that any other platform. So it’s not MBR or GPT or the like. They use what they call a disk label (very advanced btw).

So you’ll need to rephrase your question to be more specific. If you want to look at any SGI partitions okay, otherwise Irix is rather destructive if the disk does not contain an SGI partition table, it will forcibly create a blank one without your consent when you enter the partition program in Irix.

So if you’re asking me to view a non-SGI partition table on an SGI, I do not know any way to do that. Non-SGI partitions are only supported by a few forms of removable media (floppy, ZIP, etc).

Otherwise if you’re curious I’d assume you need a Linux box with a SCSI card and correct adapter to view it under Linux which can see SGI, MBR, and GPT tables correctly.
weblacky
I play an SGI Doctor, on daytime TV.

Trade Count: (10)
Posts: 1,716
Threads: 88
Joined: Jan 2019
Location: Seattle, WA
Find Reply
01-15-2022, 11:02 PM
#5
RE: O2 hd SCSI replacement question
Yes, it is compatible. Any off-the-shelf SCSI disk with a SCA-2 connector is compatible with the O2.
In general, SCSI is completely forward and backward compatible, with the following exceptions:

• High voltage differential (HVD) devices are only compatible with HVD bus adapters and vice-versa. Connecting a HVD device or bus adapter to any single-ended (SE), low voltage differential (LVD), or multimode bus or device risks permanent circuit damage as a result of the much higher voltages used in HVD. Note that as far as I know, HVD devices never have SCA-2 connectors.

• Narrow (8-bit) and Wide (16-bit) devices can sometimes coexist, but there are a number of special considerations when doing so. You should look up "high byte termination" to find out what's involved.

Personaliris O2 Indigo2 R10000/IMPACT Indigo2 R10000/IMPACT Indigo2 Indy   (past: 4D70GT)
robespierre
refector peritus

Trade Count: (0)
Posts: 640
Threads: 3
Joined: Nov 2020
Location: Massholium
Find Reply
01-15-2022, 11:25 PM
#6
RE: O2 hd SCSI replacement question
Thanks robespierre for reply! And weblacky, i am Just curious about fx command, if i can visualize any sgi partitions before creating one. Thanks.

O2
overlogic2011
O2

Trade Count: (0)
Posts: 33
Threads: 7
Joined: Dec 2020
Location: Brazil
Find Reply
01-15-2022, 11:39 PM
#7
RE: O2 hd SCSI replacement question
Not really, FX is sort of single purpose and not very exploratory. Your supposed to just say if the disk is for ROOT, USR, or Home usage (basically). It does a lot without asking when your exploring or selecting options. I’d suggest you read up on it in the SGI admin guides versus fool with it. You can get yourself into a bad way misusing FX. SERIOUSLY, it’s not fdisk and it can do bad things like take you into a low level format you didn’t expect and hope you come out the other side.

Not for fiddling with a drive you care about!
weblacky
I play an SGI Doctor, on daytime TV.

Trade Count: (10)
Posts: 1,716
Threads: 88
Joined: Jan 2019
Location: Seattle, WA
Find Reply
01-16-2022, 12:17 AM
#8
RE: O2 hd SCSI replacement question
Got it weblacky, thanks!

O2
overlogic2011
O2

Trade Count: (0)
Posts: 33
Threads: 7
Joined: Dec 2020
Location: Brazil
Find Reply
01-16-2022, 01:06 AM
#9
RE: O2 hd SCSI replacement question
I am trying to find some tutorials or info about place a second hdd scsi on O2, since i found an secondary slot on my O2.
I just want to know , when i plug a clean secondary hdd on O2 , what i need to do? repartition it? How i do that and my system will recognize it as more space on system? Or just another hdd drive? Sorry, i'm very beginner , any help will be much apreciated. Thanks!

O2
overlogic2011
O2

Trade Count: (0)
Posts: 33
Threads: 7
Joined: Dec 2020
Location: Brazil
Find Reply
01-18-2022, 12:32 PM
#10
RE: O2 hd SCSI replacement question
(Stop me if I say anything obsolete here...)

What you need is a primer in Unix administration. In this case you're partitioning it (not "repartitioning", as a clean disk will have no partitions on it) with fx. Since most of my time is with older versions of fx, the warnings above about how easy it is for it to get away from you are news to me - I've never found it to be an uncivilized tool. Anyway, fx is the disk maintenance program that will test, partition, and label the disk in preparation for use. Then you make a filesystem (or filesystems) with mkfs, then you can mount those filesystems on the "mount points" in the existing file system that you wish.

That's the thumbnail version.

Arguing with an engineer is like wrestling with a pig.
You're going to get dirty. You're going to lose. And the pig likes it.

Just about everything from Iris 1000 to Challenge L Rack and a few beyond.
(This post was last modified: 01-18-2022, 06:23 PM by wroteafaq.)
wroteafaq
O2

Trade Count: (0)
Posts: 41
Threads: 6
Joined: Dec 2021
Location: In the woods
Find Reply
01-18-2022, 06:22 PM


Forum Jump:


Users browsing this thread: 1 Guest(s)