Difference between revisions of "SCSI Hard Drive Triage"
Jump to navigation
Jump to search
m (added 80-pin connector picture) |
m |
||
Line 11: | Line 11: | ||
start [label="START HERE", shape="box", style="bold"] | start [label="START HERE", shape="box", style="bold"] | ||
inspect [label="Visually inspect it:\nAre there any signs of damage?"] | inspect [label="Visually inspect it:\nAre there any signs of damage?"] | ||
− | + | sizespeed [label="Is it at least 36 GB And Is it rated U160 (Ultra160) or faster?"] | |
− | + | connector [label="Does it have an 80-pin connector?"] | |
− | |||
keep [label="KEEP" shape="box", style="bold"] | keep [label="KEEP" shape="box", style="bold"] | ||
recycle [label="RECYCLE" shape="box", style="bold"] | recycle [label="RECYCLE" shape="box", style="bold"] | ||
Line 19: | Line 18: | ||
start -> inspect | start -> inspect | ||
inspect -> recycle [label="YES"] | inspect -> recycle [label="YES"] | ||
− | inspect -> | + | inspect -> connector [label="NO"] |
− | + | connector -> keep [label="YES"] | |
− | + | connector -> sizespeed [label="NO"] | |
− | + | sizespeed -> speed [label="YES"] | |
− | + | sizespeed -> recycle [label="NO"] | |
− | |||
− | |||
− | |||
} | } | ||
Line 38: | Line 34: | ||
[[Category: Advanced Testing]] | [[Category: Advanced Testing]] | ||
+ | |||
+ | <!-- comment here --> |
Revision as of 15:12, 24 August 2010
Currently, Eval is told to bring all SCSI HDs 36GB & larger to HD Incoming in the TARDIS. We do not ask them to tell if a drive is U160 or not.
Triage Chart