向 RAID 阵列添加了驱动器,并将其从 5 更改为 6,但似乎我忘了向它们添加文件系统

向 RAID 阵列添加了驱动器,并将其从 5 更改为 6,但似乎我忘了向它们添加文件系统
mdadm --detail output

Version : 1.2 Creation Time : Tue Jul 21 15:52:43 2020 Raid Level : raid6 Array Size : 29298912768 (27941.62 GiB 30002.09 GB) Used Dev Size : 9766304256 (9313.87 GiB 10000.70 GB) Raid Devices : 5 Total Devices : 5 Persistence : Superblock is persistent

Intent Bitmap : Internal

Update Time : Thu Sep  1 06:03:27 2022
      State : clean
Active Devices : 5 Working Devices : 5 Failed Devices : 0 Spare Devices : 0

     Layout : left-symmetric
 Chunk Size : 512K

       Name : peterspc:127
       UUID : 33ddab84:a3066cc3:88d7ea2a:adc72083
     Events : 103455

Number   Major   Minor   RaidDevice State
   0       8       17        0      active sync   /dev/sdb1
   1       8       49        1      active sync   /dev/sdd1
   3       8       33        2      active sync   /dev/sdc1
   5       8       96        3      active sync   /dev/sdg
   4       8       64        4      active sync   /dev/sde

由于每个驱动器为 10 TB,因此阵列大小和使用的设备大小小于应有的大小。

sdg 和 sde 不是 sdg1 和 sde1......所以我认为我搞砸了。

我怎样才能在它们之间获得正确的空间?

相关内容