|
ibm x226 是SERVERAID 7E SCSI (HOSTRAID)创建的 raid 1 ,在安装系统时看到2个硬盘合并后的盘,在安装时留有一定的空间,装完系统后,把剩余空间分区,为什么FDISK -L看到的是2个硬盘sda sdb,对sda分区sdb为什么没有同步改变呢?这样sda和sdb分出来的区都是独立的
[root@localhost ~]# fdisk -l
Disk /dev/sda: 73.4 GB, 73407488000 bytes
255 heads, 63 sectors/track, 8924 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 3200 25599577+ 8e Linux LVM
/dev/sda3 3201 5900 21687750 fd Linux raid autodetect
/dev/sda4 5901 8924 24290280 fd Linux raid autodetect
Disk /dev/sdb: 73.4 GB, 73407488000 bytes
255 heads, 63 sectors/track, 8924 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 13 104391 83 Linux
/dev/sdb2 14 3200 25599577+ 8e Linux LVM |
|