Tagged Questions
3
votes
1answer
519 views
Mounting an old LVM hard drive in Fedora 17 gives error message
On Fedora 17, I am trying to mount a hard drive as slave using the following command:
mount /dev/sda5 /mnt/fedora8
And I get this error:
mount: unknown filesystem type 'LVM2_member'
How do I ...