answersLogoWhite

0

The Fireball CX is a line of hard drives manufactured by Quantum Corporation prior to 2001. It does not refer to any specific product or drive. Below is a list of each drive along with its basic specifications:

6.4 GB modelCylinders: 13,328
Heads: 15
Sectors / Tracks : 63
Base 10 (advertised) capacity: 6,449 MB.
Base 2 (actual) capacity: 6,150 MB.

10.2 GB modelCylinders: 16,383
Heads: 16
Sectors / Tracks : 63
Base 10 (advertised) capacity: 10,263 MB
Base 2 (actual) capacity: 9,787 MB

13.0 GB modelCylinders: 16,383
Heads: 16
Sectors / Tracks : 63
Base 10 (advertised) capacity: 13,020 MB
Base 2 (actual) capacity: 12,417 MB

20.4 GB modelCylinders: 16,383
Heads: 16
Sectors / Tracks: 63
Base 10 (advertised) capacity: 20,417 MB
Base 2 (actual) capacity: 19,471 MB


Note: If you actually need most of this information for anything besides curiosity, you're probably doing something wrong. Most systems post-1996 can autodetect the settings of the drive, so you don't have to specify them manually in the BIOS.
User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Is there any way to connect your quantum fireball cx 3.5 series hard drive to your computer?

Sure as long as you have a molex (white peripheral) power connector and an extra IDE connection available you should be good to go. Although these old fireball series seem to be notorious for degrading magnetic sectors after time.


Definition or function of CX register?

The CX register is a 16-bit register in the x86 architecture that is primarily used for counting operations, particularly in string manipulation and looping functions. It is part of the general-purpose registers in the CPU and can store values ranging from 0 to 65,535.


What kind of engine is in a 1994 Honda Civic CX?

US Based CX were 70-horsepower, 1.5-liter four cylinder. d15b8 8 valve or its like mine (Canadian Built) and its a 102 HP and 98 ft-Lbs D15B7 16 valve.


Who designed the CX snowmobile?

Mazda CX-9


What does cx stand for in roman numerals?

It is: CX = 110


How many liters of oil does a 97 Honda civic cx 1.6L 4 cylinder hold?

The 1997 Honda Civic CX with a 1.6L 4-cylinder engine typically holds about 4.4 quarts of oil, which is approximately 4.2 liters. It's always best to check the owner's manual for the specific oil capacity, as it can vary slightly based on factors like the oil filter change.


What is a CX-9?

The CX-9 is a midsize SUV manufactured by Mazda, known for its stylish design, spacious interior, and engaging driving dynamics. It typically seats up to seven passengers and features a blend of performance, safety, and technology. The CX-9 is equipped with a turbocharged four-cylinder engine, providing a balance of power and fuel efficiency. It is popular among families looking for a versatile and comfortable vehicle.


Source code of Maze game in Visual Basic Net?

um... i found this somewhere, i think it works. I use Java, so i dont know how it works. I think you can compile it in Microsoft Excel. (if you are a mac user, you wont be able to. anyway, here it is: Dim CX As Integer Dim CY As Integer Dim started As Boolean Dim playerdead As Boolean Private Sub Worksheet_SelectionChange(ByVal Target As Range) If CX = 0 Then CX = Cells(1, 1) End If If CY = 0 Then CY = Cells(1, 2) End If If playerdead = True Then Cells(CY, CX) = "" playerdead = False CX = Cells(1, 1) CY = Cells(1, 2) End If If Target.Row = 2 Then If Target.Column = 1 Then If Cells(2, 1) = ">" Then Cells(2, 1) = "ll" ElseIf Cells(2, 1) = "ll" Then Cells(2, 1) = ">" Else Cells(2, 1) = ">" End If End If End If If Cells(2, 1) = ">" Then Exit Sub If Target.Row = CY - 1 Then If Target.Borders(xlEdgeBottom).LineStyle > 0 Then Cells(CY, CX).Select ElseIf Cells(CY, CX).Borders(xlEdgeTop).LineStyle > 0 Then Cells(CY, CX).Select Else Cells(CY, CX) = "" CY = CY - 1 If Cells(CY, CX) = "F" Then Cells(CY, CX) = "F" CX = Cells(1, 1) CY = Cells(1, 2) Cells(2, 2) = "yippee!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "R" Then Cells(CY, CX) = "R" CX = Cells(CY, 1) CY = Cells(CY, 2) Cells(2, 2) = "poof!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "C" Then Cells(CY, CX) = "C" CY = Cells(2, CX) CX = Cells(1, CX) Cells(2, 2) = "poof!" Cells(2, 2).Speak End If Cells(CY, CX) = "J" End If End If If Target.Row = CY + 1 Then If Target.Borders(xlEdgeTop).LineStyle > 0 Then Cells(CY, CX).Select ElseIf Cells(CY, CX).Borders(xlEdgeBottom).LineStyle > 0 Then Cells(CY, CX).Select Else Cells(CY, CX) = "" CY = CY + 1 If Cells(CY, CX) = "F" Then Cells(CY, CX) = "F" CX = Cells(1, 1) CY = Cells(1, 2) Cells(2, 2) = "yippee!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "R" Then Cells(CY, CX) = "R" CX = Cells(CY, 1) CY = Cells(CY, 2) Cells(2, 2) = "poof!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "C" Then Cells(CY, CX) = "C" CY = Cells(2, CX) CX = Cells(1, CX) Cells(2, 2) = "poof!" Cells(2, 2).Speak End If Cells(CY, CX) = "J" End If End If If Target.Column = CX + 1 Then If Target.Borders(xlEdgeLeft).LineStyle > 0 Then Cells(CY, CX).Select ElseIf Cells(CY, CX).Borders(xlEdgeRight).LineStyle > 0 Then Cells(CY, CX).Select Else Cells(CY, CX) = "" CX = CX + 1 If Cells(CY, CX) = "F" Then Cells(CY, CX) = "F" CX = Cells(1, 1) CY = Cells(1, 2) Cells(2, 2) = "yippee!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "R" Then Cells(CY, CX) = "R" CX = Cells(CY, 1) CY = Cells(CY, 2) Cells(2, 2) = "poof!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "C" Then Cells(CY, CX) = "C" CY = Cells(2, CX) CX = Cells(1, CX) Cells(2, 2) = "poof!" Cells(2, 2).Speak End If Cells(CY, CX) = "J" End If End If If Target.Column = CX - 1 Then If Target.Borders(xlEdgeRight).LineStyle > 0 Then Cells(CY, CX).Select ElseIf Cells(CY, CX).Borders(xlEdgeLeft).LineStyle > 0 Then Cells(CY, CX).Select Else Cells(CY, CX) = "" CX = CX - 1 If Cells(CY, CX) = "F" Then Cells(CY, CX) = "F" CX = Cells(1, 1) CY = Cells(1, 2) Cells(2, 2) = "yippee!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "R" Then Cells(CY, CX) = "R" CX = Cells(CY, 1) CY = Cells(CY, 2) Cells(2, 2) = "poof!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "C" Then Cells(CY, CX) = "C" CY = Cells(2, CX) CX = Cells(1, CX) Cells(2, 2) = "poof!" Cells(2, 2).Speak End If Cells(CY, CX) = "J" End If End If Cells(CY, CX).Select If Cells(CY, CX).Font.Bold = True Then playerdead = True End If If playerdead = True Then Cells(CY, CX) = "N" Cells(2, 2) = "ouch!" Cells(2, 2).Speak Else Cells(CY, CX) = "J" End If End Sub


When was Citroën CX created?

Citroën CX was created in 1974.


How do you tow my cx 90?

Sorry, but I have no means to tow your cx 90.


How much does a 98 Honda Civic cx weight?

1998 Honda Civic CX HB MT 2295 1998 Honda Civic CX HB AT 2357


What is the amount of CX in roman numerals?

CX is equivalent to 110. C=100 X=10