I have a Proliant DL380 G6 Server with 4 146GB 2.5" SAS drives.
In Ubuntu, (I'm using Webmin to manage), I see a single physical volume, as though there actually is only one disk.
If I run the command lshw -class disk -short
I see:
/0/100/1/0/1.0.0 /dev/sda disk 293GB LOGICAL VOLUME
/0/100/1d.7/1/8/0.0.0 /dev/sdb disk 6001GB d2 TBT2 USB3
/0/3/0.0.0 /dev/cdrom disk DV-W28S-VS
At the moment, I cannot recall how I setup the HW raid controller, but it appears as though I've used all 4 internal drives in the LV.
QUESTION: By using the HW controller to manage RAID, am I sort of "tricking" the OS into thinking there is only one physical disk in the system?
FOLLOWUP: If that is the case, is this the better solution for RAID, or would it be better to manage raid inside of the OS?
Ultimately, what is the core difference between the two methods?