Determining Hard Drive

I just got a dedicated server set up which is supposed to have a 10k SCSI hard drive. What is the best way to determine if a SCSI hard drive is actually installed?

When I run cat /var/log/dmesg I get the following:

VP_IDE: IDE controller on PCI bus 00 dev 21
VP_IDE: placing both ports into native PCI mode
VP_IDE: Missing I/O address #0, please report to <mj@ucw.cz>
VP_IDE: device disabled (BIOS)
floppy0: no floppy controllers found
md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
raid5: measuring checksumming speed
raid5: MMX detected, trying high-speed MMX checksum routines
pII_mmx : 1919.478 MB/sec
p5_mmx : 2002.536 MB/sec
8regs : 1471.803 MB/sec
32regs : 867.156 MB/sec
using fastest function: p5_mmx (2002.536 MB/sec)
scsi : 0 hosts.
scsi : detected total.
md.c: sizeof(mdp_super_t) = 4096
Partition check:
RAMDISK: Compressed image found at block 0
autodetecting RAID arrays
autorun ...
... autorun DONE.
VFS: Mounted root (ext2 filesystem).
scsi : 0 hosts.

Does this mean anything?

 

 

 

 

Top