| Mounting Logical Volumes I have a external usb enclousure with a HD i pulled from an old
system I had.
It has Fedora 4 on it. But i can't mount it.
I tried:
vgscan
vgchange
lvscan
pvscan
They all give me "no physical volumes found"
I can mount it in the usuall way:
mount -t ext3 /dev/sda1 /mnt/usb
but all It reads is the boot sector, grub, lost+found.
Can one of the guru's out there show me what i'm doing wrong?
vgscan and pvscan should give me results.
By the way i'm using Slack 10.2 with the defualt kernel. |