mounting a partition, type LVM2_member

harlock59

New Member
Feb 29, 2020
1
0
1
45
Hello,

i encounter an issue when i try to mount a partition, i get this message:
Bash:
root@rescue:/mnt# mount -t "LVM2_member" /dev/md4 /mnt
mount: unknown filesystem type 'LVM2_member'
unknown filesystem type: "LVM2_member"

thnanks for your help
 
First, you cannot mount a partition, you can only mount a filesystem. Second, LVM is a logical volume manager and can be inspected with pvs, vgs and lvs. Please provide the output of lvs and we can give you a mount command to mount the actual filesystem.