今日、新しいディスクをインストールして準備していましたが、既存のRAID1アレイの「準備」作業がすでに完了していることに気づきました!可能であれば回復してください。
私の配列は次のように生成されます。/dev/md2ドライブから/dev/sdfそして/dev/sdh。これが私が見るものですfdisk -l
今後何でも破壊してください:
Disk /dev/sdf: 10.91 TiB, 12000138625024 bytes, 23437770752 sectors
Disk model: Generic DISK01
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sdf1 1 4294967295 4294967295 2T ee GPT
Partition 1 does not start on physical sector boundary.
...
Disk /dev/sdh: 10.91 TiB, 12000138625024 bytes, 23437770752 sectors
Disk model: Generic DISK03
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sdh1 1 4294967295 4294967295 2T ee GPT
Partition 1 does not start on physical sector boundary.
...
Disk /dev/md2: 10.91 TiB, 12000003358720 bytes, 23437506560 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
その後、実行して次のようにfdisk /dev/md2
入力しました。g
w
Command (m for help): g
Created a new GPT disklabel (GUID: C3FA8F3E-4DD4-AD47-B2D4-F838EF831A2E).
The device contains 'ext4' signature and it will be removed by a write command. See fdisk(8) man page and --wipe option for more details.
Command (m for help): w
The partition table has been altered.
Syncing disks.
fdisk -l
次のようになります。
Disk /dev/sdf: 10.91 TiB, 12000138625024 bytes, 23437770752 sectors
Disk model: Generic DISK01
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sdf1 1 4294967295 4294967295 2T ee GPT
Partition 1 does not start on physical sector boundary.
...
Disk /dev/sdh: 10.91 TiB, 12000138625024 bytes, 23437770752 sectors
Disk model: Generic DISK03
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sdh1 1 4294967295 4294967295 2T ee GPT
Partition 1 does not start on physical sector boundary.
...
Disk /dev/md2: 10.91 TiB, 12000003358720 bytes, 23437506560 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: C3FA8F3E-4DD4-AD47-B2D4-F838EF831A2E
その後、すべてのデフォルト値を使用してfdisk /dev/md2
再実行しました。n
Command (m for help): n
Partition number (1-128, default 1):
First sector (2048-23437506526, default 2048):
Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-23437506526, default 23437506526):
Created a new partition 1 of type 'Linux filesystem' and of size 10.9 TiB.
Command (m for help): w
The partition table has been altered.
Syncing disks.
それから再び実行し、fdisk -l
私の愚かな間違いを実現しました。
Disk /dev/sdf: 10.91 TiB, 12000138625024 bytes, 23437770752 sectors
Disk model: Generic DISK01
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sdf1 1 4294967295 4294967295 2T ee GPT
Partition 1 does not start on physical sector boundary.
...
Disk /dev/sdh: 10.91 TiB, 12000138625024 bytes, 23437770752 sectors
Disk model: Generic DISK03
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sdh1 1 4294967295 4294967295 2T ee GPT
Partition 1 does not start on physical sector boundary.
...
Disk /dev/md2: 10.91 TiB, 12000003358720 bytes, 23437506560 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: C3FA8F3E-4DD4-AD47-B2D4-F838EF831A2E
Device Start End Sectors Size Type
/dev/md2p1 2048 23437506526 23437504479 10.9T Linux filesystem
現在の状態は次のとおりです/proc/mdstat
。
md2 : active raid1 sdh[1] sdf[0]
11718753280 blocks super 1.2 [2/2] [UU]
bitmap: 0/88 pages [0KB], 65536KB chunk
md1 : active raid1 sda[0] sdb[1]
15625747456 blocks super 1.2 [2/2] [UU]
bitmap: 0/117 pages [0KB], 65536KB chunk
md0 : active raid1 sdc[0] sdd[1]
15625747456 blocks super 1.2 [2/2] [UU]
bitmap: 0/117 pages [0KB], 65536KB chunk
これで/ dev / md2をアンマウントしてコメントアウトしました/etc/mdadm/mdadm.conf
。
奇妙なことに、削除する前にディスク使用量を確認したときに、次のようなことがわかりました。
plexadmin@petaccio-plex:/mnt$ df -h
Filesystem Size Used Avail Use% Mounted on
...
/dev/md2 4.4T 3.8T 0 100% /mnt/md2
...
RAID1アレイの12TBディスクなので、これをどのように解釈するのかわかりません。
まず、次のように配列を作成しました。このDigitalOceanチュートリアル、最後にファイルシステムを作成します。
mkfs.ext4 -F /dev/md2
ここでどこに行くべきかわからず(他の)愚かなことをしてデータを破損することについて不安です。
このフォーメーションが回復する希望はありますか?
助けと時間を与えてくれた皆さんに感謝します! :)
答え1
私が見つけた指示を使ってext4ファイルシステムを復元することができました。ここ:
fsck.ext4 -vy /dev/md2
私はext4ファイルシステムを確認して修復しました。いくつかの自動修正エラーの後にアレイをマウントでき、すべてのデータが破損していないことがわかりました!
クイック通知データを収集する前に作業内容を再確認してください。! :D