PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

debian - How to mount a disk from destroyed raid system? - Unix & Linux Stack Exchange

jeudi 26 novembre 2015 à 15:52
Doo's bookmarks
0
down vote


I did it by the "hard way": (first if its possible clone this disk before you do anything!)

dmesg for the raid-disk or try (example: sdc1)

$ fdisk -l

Change the RAID-DISK-Flag to your Linux filesystem (ext3 or something), save this and reboot.

After that

$ mdadm --zero-superblock /dev/sdx

and voila you can mount

$ mount /dev/sdc1 /mnt
(Permalink)