[root@sysrescue ~]# mdadm --create /dev/md0 --assume-clean --data-offset=1M --level=5 --raid-devices=4 missing /dev/sd{c,d,e}1
mdadm: /dev/sdc1 appears to be part of a raid array:
level=raid5 devices=4 ctime=Mon Dec 14 14:40:08 2020
mdadm: /dev/sdd1 appears to be part of a raid array:
level=raid5 devices=4 ctime=Mon Dec 14 14:40:08 2020
mdadm: /dev/sde1 appears to be part of a raid array:
level=raid5 devices=4 ctime=Mon Dec 14 14:40:08 2020
Continue creating array? y
mdadm: Defaulting to version 1.2 metadata
mdadm: array /dev/md0 started.
[root@sysrescue ~]# cat /proc/mdstat
Personalities : [raid6] [raid5] [raid4]
md0 : active raid5 sde1[3] sdd1[2] sdc1[1]
2930276352 blocks super 1.2 level 5, 512k chunk, algorithm 2 [4/3] [_UUU]
bitmap: 8/8 pages [32KB], 65536KB chunk
unused devices: <none>
[root@sysrescue ~]#
[root@sysrescue ~]# blkid /dev/md0
/dev/md0: UUID="UfQVDk-PHMa-3i8i-T3Ly-zkkX-BOYC-jNbK5B" TYPE="LVM2_member"
[root@sysrescue ~]# pvs
Error reading device /dev/sdb at 0 length 512.
Error reading device /dev/sdb at 0 length 4096.
PV VG Fmt Attr PSize PFree
/dev/md0 Serveur-VG lvm2 a-- <2.73t 249.21g
[root@sysrescue ~]#
[root@sysrescue ~]# vgs
VG #PV #LV #SN Attr VSize VFree
Serveur-VG 1 10 0 wz--n- <2.73t 249.21g
[root@sysrescue ~]#
[root@sysrescue ~]# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
Films Serveur-VG -wi-a----- 200.00g
Imgs Serveur-VG -wi-a----- 350.00g
Info Serveur-VG -wi-a----- 195.31g
Lologramme Serveur-VG -wi-a----- 300.00g
Maison Serveur-VG -wi-a----- 300.00g
Marie Serveur-VG -wi-a----- 100.00g
Musique Serveur-VG -wi-a----- 200.00g
Photos Serveur-VG -wi-a----- 200.00g
Sauvegardes Serveur-VG -wi-a----- 200.00g
Simu Serveur-VG -wi-a----- 500.00g
[root@sysrescue ~]#
on avance on dirait ? 