[gentoo-user] can't mount raid0

2020-08-12 Thread Никита Степанов
livecd gentoo # mount /dev/md1 /mnt/gentoo
mount: unknown filesystem type 'linux_raid_member'
what to do?

Re: [gentoo-user] can't mount raid0

2020-08-12 Thread Rich Freeman
On Wed, Aug 12, 2020 at 3:30 PM Grant Taylor
 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



Re: [gentoo-user] can't mount raid0

2020-08-12 Thread antlists

On 12/08/2020 20:28, Никита Степанов wrote:

livecd gentoo # mount /dev/md1 /mnt/gentoo
mount: unknown filesystem type 'linux_raid_member'
what to do?


cat /proc/mdstat ?

Cheers,
Wol



Re: [gentoo-user] can't mount raid0

2020-08-12 Thread Grant Taylor

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.




--
Grant. . . .
unix || die