A while ago, I had 2 disks combined in RAID-1 with softraid Later, 1 disk died. I just removed and kept the good remaining disk and now I want to grab some files off of it.
The drive shows up as sd1 in dmesg $disklabel sd1 shows that the partition in question is d and has fstype RAID but it won't let me $mount /dev/sd1d /mnt/disk_d If I remember correctly, the RAID was itself (sub?)partitioned (is that the right terminology?) I don't want to rebuild it, or recover it, I just want to get access and copy some of the files off of it. So, what is the best recommended way to mount and get access to the files on a partition with fstype RAID? thanks