I have a Dell T420 server with a PERC H710 Adapter RAID Controller. I had a RAID 1 with two hard drives. And another disk into the same controller, with no RAID only for backup.
The Motherboard of this server now is damaged, It didn't boot because of a hardware failure in a NIC card.
I have access to another old Dell PowerEdge 2900 with a SAS Controller.
I'm trying to connect the hard disks into the old server to recover the backup or the filesystem of my server but I didn't have success yet.
I tried to connect the backup disk (A seagate barracuda 2TB disk) and it didn't appear when using a live ubuntu.
When I tried with one of the RAID 1 disks (a Dell Constellation 4T disk), it appear but I'm unable to mount the disk.
sudo fdisk /dev/sdb
Welcome to fdisk (util-linux 2.37.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): p
Disk /dev/sdb: 2 TiB, 2199023254528 bytes, 4294967294 sectors
Disk model: ST4000NM0033-9ZM
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: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sdb1 1 4294967295 4294967295 2T ee GPT
sudo mount /dev/sdb1 /media/backup/
mount: /media/backup: special device /dev/sdb1 does not exist.
sudo mdadm --assemble --run /dev/md0 /dev/sdb1
mdadm: cannot open device /dev/sdb1: No such file or directory
mdadm: /dev/sdb1 has no superblock - assembly aborted
ls /dev/mapper/*
/dev/mapper/control
Is is possible to read the data without the PERC H710 controller?