md0 sw raid 1 시 /dev/sda2의 크기를 조정하는 방법

md0 sw raid 1 시 /dev/sda2의 크기를 조정하는 방법

방금 RAID 4TB에 더 큰 SSD를 추가했지만 크기는 여전히 동일합니다. .partition의 크기를 조정해 보았으나 사용 중이라고 표시됩니다. Parted는 여전히 이전 치수에 따라 크기를 조정하고 있습니다.2TBmd0

대량:

Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10] 
md0 : active raid1 sdb2[3] sda2[2]
      1875210240 blocks super 1.2 [2/2] [UU]
      bitmap: 3/14 pages [12KB], 65536KB chunk

내가 뭘 잘못하고 있는지 아시나요? 감사해요

resize2fs /dev/sda2 
resize2fs 1.44.5 (15-Dec-2018)
resize2fs: Device or resource busy while trying to open /dev/sda2
Couldn't find valid filesystem superblock.

GNU Parted 3.2
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) p                                                                
Warning: Not all of the space available to /dev/sda appears to be used, you can fix the GPT to use all of the space (an extra 3750727680 blocks) or continue with the current setting? 
Fix/Ignore? Fix                                                           
Model: ATA KINGSTON SEDC450 (scsi)
Disk /dev/sda: 3841GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name  Flags
 1      1049kB  32.5MB  31.5MB                     bios_grub
 2      32.5MB  1920GB  1920GB                     raid

resize      resizepart  
(parted) resizepart 2
End?  [1920GB]? 35000GB                                                   
Error: The location 35000GB is outside of the device /dev/sda.

fdisk 출력:

Disk /dev/sda: 3.5 TiB, 3840755982336 bytes, 7501476528 sectors
Disk model: KINGSTON SEDC450
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 36C330A7-33FB-423A-981B-2DC29CCE3822

Device     Start        End    Sectors  Size Type
/dev/sda1   2048      63487      61440   30M BIOS boot
/dev/sda2  63488 3750748159 3750684672  1.8T Linux RAID

Disk /dev/sdb: 3.5 TiB, 3840755982336 bytes, 7501476528 sectors
Disk model: KINGSTON SEDC450
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 36C330A7-33FB-423A-981B-2DC29CCE3822

Device     Start        End    Sectors  Size Type
/dev/sdb1   2048      63487      61440   30M BIOS boot
/dev/sdb2  63488 3750748159 3750684672  1.8T Linux RAID

답변1

문제를 해결하고 거기에 크기를 잘못 입력했는데 3.5TB 크기가 실제로는 3500GB가 아닌 3840GB인 줄은 몰랐습니다.

문제를 해결한 @archemar의 의견에 감사드립니다.

관련 정보