mounting raid1 disk in proxmox

Blisk

Member
Apr 16, 2022
47
3
13
I have installed proxmox on computere where it was centos7 before. Now I like to mount disk into proxmox to copy data from it.
All disk are in raid1 and when I am trying to mount it in proxmox I get error.
root@pve:/# mount /dev/sdb /test
mount: /test: unknown filesystem type 'linux_raid_member'.
How to mount that disk to get data from it before I erase it and setup it in proxmox?
 
i think by default , the program mdadm isn't install by default . Perhaps it's a better idea to mount the disque on another pc, and copy the data via the network

But you can install with apt-get install mdadm
 
  • Like
Reactions: Blisk