NetBSD-Bugs archive

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

Re: port-amd64/54776: install media does not contain support for LVM




On Dec 19, 2019, at 10:20 AM, Eric S. Hvozda <hvozda%ack.org@localhost> wrote:

I will test this and report back.

Indeed, if I do this:

mount -t tmpfs -o-s=10m tmpfs /mnt2
mount -t union /mnt2 /dev
mkdir /dev/mapper
mknod /dev/mapper/control b 194 0

then:

lvm lvcreate --name foo -L 4m vg0 

works as expected.

So having a writable /dev and ensuring the “control” exists, makes life much happier...




Home | Main Index | Thread Index | Old Index