Trying to read linux-lvm on 11.0-RC2 using geom, bhyve, fail.
Andrey V. Elsukov
bu7cher at yandex.ru
Mon Oct 3 05:32:36 UTC 2016
On 15.09.2016 08:10, Zaphod Beeblebrox wrote:
> After this fail, I decided I didn't really _need_ to run linux here and I
> discovered 'geom_linux_lvm.ko' ... cool. But fail, too. Doesn't emit any
> messages. I even enabled the debug messages for it.
>
> The linux disk is partitioned thusly:
>
> => 63 1953525105 ada1 MBR (932G)
> 63 1985 - free - (993K)
> 2048 1953523120 1 linux-data [active] (932G)
Probably it isn't LVM or some modern version, which isn't supported by
module. With enable kern.geom.linux_lvm.debug=1 module will complain
only if it will find magic string "LABELONE" in the metadata.
You can check what is stored in the metadata with the following command:
# dd if=/dev/ada1s1 count=1 | hexdump -vC
--
WBR, Andrey V. Elsukov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 563 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20161003/10a1f753/attachment.sig>
More information about the freebsd-current
mailing list