Hi everyone,
I'm a new forum subscriber and a 'rookie' Proxmox user (1 year).
I removed two 4TB sata disks from my ex (death) Proxmox server and I need to recover the data inside.
I tried to mount that disks for days in a new Proxmox server but I could not access them.
I tried to re-create the raid with madm and then I tried to re-mount but I failed.
I have some details, I hope someone already solved this problem.
Any help would be appreciate.
Thanks.
I'm a new forum subscriber and a 'rookie' Proxmox user (1 year).
I removed two 4TB sata disks from my ex (death) Proxmox server and I need to recover the data inside.
I tried to mount that disks for days in a new Proxmox server but I could not access them.
I tried to re-create the raid with madm and then I tried to re-mount but I failed.
I have some details, I hope someone already solved this problem.
Any help would be appreciate.
Thanks.
Code:
fdisk -l
Disk /dev/sdb: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: Dual SATA Bridge
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: 5176ABFA-49D5-4E71-B3B6-129110AE5E47
Device Start End Sectors Size Type
/dev/sdb1 2048 7814035455 7814033408 3.6T Linux RAID
Disk /dev/sdc: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: Dual SATA Bridge
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: B7EA93A7-224A-4A8D-8A63-9E8D6C7B46DF
Device Start End Sectors Size Type
/dev/sdc1 2048 7814035455 7814033408 3.6T Linux RAID
Disk /dev/md3: 3.64 TiB, 4000650887168 bytes, 7813771264 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: 9A1AD1CD-BE1B-448C-94FE-0CB94CCDE2C0
Device Start End Sectors Size Type
/dev/md3p1 2048 7813771230 7813769183 3.6T Solaris reserved 2
Code:
root@server:/mnt# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465.8G 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 512M 0 part /boot/efi
└─sda3 8:3 0 465.3G 0 part
├─pve-swap 253:0 0 7G 0 lvm [SWAP]
├─pve-root 253:1 0 96G 0 lvm /
├─pve-data_tmeta 253:2 0 3.5G 0 lvm
│ └─pve-data-tpool 253:4 0 339.3G 0 lvm
│ ├─pve-data 253:5 0 339.3G 1 lvm
│ ├─pve-vm--110--disk--0 253:6 0 32G 0 lvm
│ ├─pve-vm--119--disk--0 253:7 0 32G 0 lvm
│ └─pve-vm--127--disk--0 253:8 0 16G 0 lvm
└─pve-data_tdata 253:3 0 339.3G 0 lvm
└─pve-data-tpool 253:4 0 339.3G 0 lvm
├─pve-data 253:5 0 339.3G 1 lvm
├─pve-vm--110--disk--0 253:6 0 32G 0 lvm
├─pve-vm--119--disk--0 253:7 0 32G 0 lvm
└─pve-vm--127--disk--0 253:8 0 16G 0 lvm
sdb 8:16 0 3.6T 0 disk
└─sdb1 8:17 0 3.6T 0 part
└─md3 9:3 0 3.6T 0 raid1
└─md3p1 259:0 0 3.6T 0 part
sdc 8:32 0 3.6T 0 disk
└─sdc1 8:33 0 3.6T 0 part
└─md3 9:3 0 3.6T 0 raid1
└─md3p1 259:0 0 3.6T 0 part
Code:
root@server:/mnt# mount -t ext4 /dev/md3p1 /mnt/minerbe/
mount: /mnt/minerbe: wrong fs type, bad option, bad superblock on /dev/md3p1, missing codepage or helper program, or other error.
Code:
root@server:/mnt# mount -t zfs /dev/md3p1 /mnt/minerbe/
filesystem '/dev/md3p1' cannot be mounted, unable to open the dataset
Code:
root@server:/mnt# mount /dev/md3 /mnt/minerbe
mount: /mnt/minerbe: wrong fs type, bad option, bad superblock on /dev/md3, missing codepage or helper program, or other error.
Code:
root@server:/mnt# mdadm --detail /dev/md3
/dev/md3:
Version : 1.2
Creation Time : Mon Feb 18 00:54:12 2019
Raid Level : raid1
Array Size : 3906885632 (3725.90 GiB 4000.65 GB)
Used Dev Size : 3906885632 (3725.90 GiB 4000.65 GB)
Raid Devices : 2
Total Devices : 2
Persistence : Superblock is persistent
Intent Bitmap : Internal
Update Time : Sat Jul 8 16:54:38 2023
State : clean
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
Consistency Policy : bitmap
Name : proxmox:3
UUID : d2546b8d:6aebdfac:08264ee5:5fdcab09
Events : 15438
Number Major Minor RaidDevice State
0 8 17 0 active sync /dev/sdb1
1 8 33 1 active sync /dev/sdc1
Code:
root@server:/mnt# cat /proc/mdstat
Personalities : [raid1]
md3 : active raid1 sdb1[0] sdc1[1]
3906885632 blocks super 1.2 [2/2] [UU]
bitmap: 0/30 pages [0KB], 65536KB chunk
unused devices: <none>