Hello
pspreston:
The hint is "hd
b". It's Unix/Linux way of saying the device is HardDisk "B". Not sure how your hardware is configured, but I bet you are using two IDE drives which are being referred to as "hda" and "hdb". And "hda" is the Master (end of cable), while "hdb" is the Slave (middle of IDE cable).
To find out for sure, read through your (lengthy) "Server Message Log". Somewhere in the middle you'll find a line that probably says "user.warn kernel: hd
b: attached ide-disk driver." And right above and below it further identifies the disk drive including model and size. Unless the drives are identical that should help you id the flaky drive (back it up soon !).
Because of the "
b" this also indicates that it will probably be "Disk-1". In the "Server Storage Disk-1" page you'll find additional info. At the top under "INTERFACE" it will probably say "IDE, HOST-0, BUS-0, TARGET-
1, LUN-0". The
1 relates to "hd
b", while a "TARGET-0" would indicate "Disk-0" as "hd
a". If you still had any doubts after looking at "Server" log, this "Disk" log will tell you for sure, since Serial # is also included at the top.
Hope this helps.

Georg