Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>dmesg might help.</p> <p>On a system where we do have software raid we see things like:</p> <p>SCSI device sda: 143374744 512-byte hdwr sectors (73408 MB)</p> <p>sda: Write Protect is off</p> <p>sda: Mode Sense: ab 00 10 08</p> <p>SCSI device sda: write cache: enabled, read cache: enabled, supports DPO and FUA</p> <p>SCSI device sda: 143374744 512-byte hdwr sectors (73408 MB)</p> <p>sda: Write Protect is off</p> <p>sda: Mode Sense: ab 00 10 08</p> <p>SCSI device sda: write cache: enabled, read cache: enabled, supports DPO and FUA</p> <p>sda: sda1 sda2</p> <p>sd 0:0:0:0: Attached scsi disk sda</p> <p>SCSI device sdb: 143374744 512-byte hdwr sectors (73408 MB)</p> <p>sdb: Write Protect is off</p> <p>sdb: Mode Sense: ab 00 10 08</p> <p>SCSI device sdb: write cache: enabled, read cache: enabled, supports DPO and FUA</p> <p>SCSI device sdb: 143374744 512-byte hdwr sectors (73408 MB)</p> <p>sdb: Write Protect is off</p> <p>sdb: Mode Sense: ab 00 10 08</p> <p>SCSI device sdb: write cache: enabled, read cache: enabled, supports DPO and FUA</p> <p>sdb: sdb1 sdb2</p> <p>sd 0:0:1:0: Attached scsi disk sdb</p> <p>A bit later we see:</p> <p>md: md0 stopped.</p> <p>md: bind</p> <p>md: bind</p> <p>md: raid0 personality registered for level 0</p> <p>md0: setting max_sectors to 512, segment boundary to 131071</p> <p>raid0: looking at sda2</p> <p>raid0: comparing sda2(63296000) with sda2(63296000)</p> <p>raid0: END</p> <p>raid0: ==> UNIQUE</p> <p>raid0: 1 zones</p> <p>raid0: looking at sdb2</p> <p>raid0: comparing sdb2(63296000) with sda2(63296000)</p> <p>raid0: EQUAL</p> <p>raid0: FINAL 1 zones</p> <p>raid0: done.</p> <p>raid0 : md_size is 126592000 blocks.</p> <p>raid0 : conf->hash_spacing is 126592000 blocks.</p> <p>raid0 : nb_zone is 1.</p> <p>raid0 : Allocating 4 bytes for hash.</p> <p>and a df shows:</p> <p>Filesystem Size Used Avail Use% Mounted on /dev/sda1 7.8G 3.3G 4.2G 45% /</p> <p>tmpfs 2.0G 0 2.0G 0% /dev/shm</p> <p>/dev/md0 117G 77G 35G 69% /scratch</p> <p>So part of sda and all of sdb have been bound as one raid volume.</p> <p>What you have could be one disk, or it could be hardware raid. dmesg should give you some clues.</p> <p>It is always possible that it is a hardware raid controller that just looks like a single sata (or scsi) drive. Ie, our systems with fiber channel raid arrays, linux only sees a single device, and you control the raid portion and disk assignment via connecting to the fiber raid array directly.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload