Tagged Questions
1
vote
1answer
189 views
convert /dev/md0 to /dev/sda1
I used a Software-RAID I and want to access the data without RAID now.
After
mdadm --fail /dev/md0 /dev/sda1
mdadm --remove /dev/md0 /dev/sda1
I tried
mount -t ext4 /dev/sda1 /mnt
but dmesg ...