mount unknown filesystem type ‘linux_raid_member’ centos

If this disk partition was on raid1 and you cant mount it, you should:

mdadm --assemble --run /dev/md0 /dev/sdc1
mount /dev/md0 /mnt/data

Leave a Reply

Your email address will not be published. Required fields are marked *