On Wed, Aug 12, 2020 at 3:30 PM Grant Taylor
<gtay...@gentoo.tnetconsulting.net> wrote:
>
> On 8/12/20 1:28 PM, Никита Степанов wrote:
> > livecd gentoo # mount /dev/md1 /mnt/gentoo
> > mount: unknown filesystem type 'linux_raid_member'
> > what to do?
>
> What does /proc/mdstat show?
>
> Is it a partitioned software RAID?  If so, you need the partition
> devices and to mount the desired partition.

I haven't run mdadm in ages, but it almost sounds like a raid was
accidentally created inside another raid.

The kernel assembled the raw devices into /dev/md1.  However, when
mount checked the contents of /dev/md1 it found a raid member
signature instead of a filesystem.  That suggests that /dev/md1 is one
component of a larger raid (which might only have one device in it).

That almost certainly isn't what was intended.  I wouldn't be
surprised if it is possible to do by accident though.

-- 
Rich

Reply via email to