/dev/md1 is full (1und1 Server)

Discussion in 'Installation/Configuration' started by dburucu1975, Aug 16, 2015.

  1. dburucu1975

    dburucu1975 New Member

    my /dev/md1 on a running system has only 4GB space. How can I increase it?

    Code:
    /# cat /proc/mdstat
    Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [ra                                            id10]
    md11 : active raid1 sdd1[1] sdc1[0]
          1953513472 blocks [2/2] [UU]
    
    md1 : active raid1 sda1[0] sdb1[1]
          4194240 blocks [2/2] [UU]
    
    md3 : active raid1 sdb3[1] sda3[0]
          228138496 blocks [2/2] [UU]
    
    unused devices: <none>
    root@yit4:/# cat /proc/mdstat
    Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
    md11 : active raid1 sdd1[1] sdc1[0]
          1953513472 blocks [2/2] [UU]
    
    md1 : active raid1 sda1[0] sdb1[1]
          4194240 blocks [2/2] [UU]
    
    md3 : active raid1 sdb3[1] sda3[0]
          228138496 blocks [2/2] [UU]
    
    unused devices: <none>
    
    # mdadm -D /dev/md1
    /dev/md1:
            Version : 0.90
      Creation Time : Sat Jan  3 03:05:52 2015
         Raid Level : raid1
         Array Size : 4194240 (4.00 GiB 4.29 GB)
      Used Dev Size : 4194240 (4.00 GiB 4.29 GB)
       Raid Devices : 2
      Total Devices : 2
    Preferred Minor : 1
        Persistence : Superblock is persistent
    
        Update Time : Sun Aug 16 12:41:04 2015
              State : clean
    Active Devices : 2
    Working Devices : 2
    Failed Devices : 0
      Spare Devices : 0
    
               UUID : 3281cf53:3351227f:1f51fb89:78ee93fe
             Events : 0.95
    
        Number   Major   Minor   RaidDevice State
           0       8        1        0      active sync   /dev/sda1
           1       8       17        1      active sync   /dev/sdb1
    
     
  2. Hello,
    Can you please let me know following command output from your server.

    Code:
    df -h
    
    fdisk -l
    
    vgs
    
    lvs
    
    pvs
    
     

Share This Page