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
x226 是SERVERAID 7E SCSI (HOSTRAID)据说是介于硬raid与软件raid之间,但也属于软件raid
linuxcn 于 2009-05-22 11:11:00发表:
looks like your partition is not RAID 1. to make RAID 1 partition, you have to change partition type to
ctpyy 于 2009-06-08 09:28:56发表:
目前我是把系统重新安装,在安装时分好,据说可以用dmraid parted即可没试
wei_zhang 于 2009-06-07 22:04:47发表:
咋没有人回复呢
wei_zhang 于 2009-06-07 22:04:25发表:
没明白 关注中
zrl20888 于 2009-06-06 11:00:27发表:
xue xi l
ctpyy 于 2009-05-23 08:22:21发表:
安装系统时用的什么程序分区呀?难道我必须重新安装系统才能分区?
batle007 于 2009-05-22 15:03:30发表:
偷学中!!!!!!!
ctpyy 于 2009-05-22 12:10:11发表:
我的操作方法:
1\fdisk /dev/sda
2\新建2个分区
3\改变分区类型
楼上的老兄你看我操作对吗?可是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
x226 是SERVERAID 7E SCSI (HOSTRAID)据说是介于硬raid与软件raid之间,但也属于软件raid
linuxcn 于 2009-05-22 11:11:00发表:
looks like your partition is not RAID 1. to make RAID 1 partition, you have to change partition type to
fd Linux raid auto
you can use fdisk to do this.
good luck
you_me 于 2009-05-22 10:16:51发表:
持续关注中!
top17564177 于 2009-05-22 09:51:27发表:
从没有在linux下用过硬阵列,这个在安装时可以看到两个硬盘合成的阵列,应该就已经是阵列了,但是不明白为什么在linux系统下又显示成两个硬盘,不知这是不是linux特有的。
ctpyy 于 2009-05-22 09:31:04发表:
[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
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