Re: Re: recent kernels can't access my encrypted disk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thursday 16 October 2008 04:57:50 James R. Van Zandt wrote:
>Unfortunately neither vgscan nor pvscan are in the initramfs.

Usually not all of the comfort links are created in the initramfs, so you have 
to type "lvm vgscan" instead of simply "vgscan".

>  find . | cpio -o | gzip >/boot/initrd.img-2.6.26

IMHO this should look like

  find . | cpio -o -H newc | gzip -9 > /boot/initrd...

But as written, you should just be able to use the lvm binary as /sbin/vgscan 
is usually just a comfort link.

Yours, Uwe

---------------------------------------------------------------------
dm-crypt mailing list - http://www.saout.de/misc/dm-crypt/
To unsubscribe, e-mail: dm-crypt-unsubscribe@xxxxxxxx
For additional commands, e-mail: dm-crypt-help@xxxxxxxx


[Index of Archives]     [Device Mapper Devel]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux