红联Linux门户
Linux帮助

分区求助?

发布时间:2009-05-22 09:28:08来源:红联作者:ctpyy
创建的硬raid 1 ,在安装系统时看到2个硬盘合并后的盘,在安装时留有一定的空间,装完系统后,把剩余空间分区,为什么FDISK -L看到的是2个硬盘sda sdb,对sda分区sdb为什么没有同步改变呢?这样sda和sdb分出来的区都是独立的
文章评论

共有 11 条评论

  1. ctpyy 于 2009-06-08 09:28:56发表:

    目前我是把系统重新安装,在安装时分好,据说可以用dmraid parted即可没试

  2. wei_zhang 于 2009-06-07 22:04:47发表:

    咋没有人回复呢

  3. wei_zhang 于 2009-06-07 22:04:25发表:

    没明白 关注中

  4. zrl20888 于 2009-06-06 11:00:27发表:

    xue xi l

  5. ctpyy 于 2009-05-23 08:22:21发表:

    安装系统时用的什么程序分区呀?难道我必须重新安装系统才能分区?

  6. batle007 于 2009-05-22 15:03:30发表:

    偷学中!!!!!!!

  7. 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

  8. 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

  9. you_me 于 2009-05-22 10:16:51发表:

    持续关注中!

  10. top17564177 于 2009-05-22 09:51:27发表:

    从没有在linux下用过硬阵列,这个在安装时可以看到两个硬盘合成的阵列,应该就已经是阵列了,但是不明白为什么在linux系统下又显示成两个硬盘,不知这是不是linux特有的。

  11. 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