|
You are here |
mikecoats.com | ||
| | | | |
blog.nobugware.com
|
|
| | | | | Gentoo support for lvm root is still a pain in the ass, here is a working solution. Assuming you have 2 disks same size to be mirrored. You want a mirrored /boot and a big lvm. Start a normal gentoo installation with this disks layout: fdisk -l /dev/sda Device Boot Start End Blocks Id System /dev/sda1 * 1 31 248976 fd Linux raid autodetect /dev/sda2 32 242246 1945591987+ fd Linux raid autodetect fdisk -l /dev/sdb Device Boot Start End Blocks Id System /dev/sdb1 * 1 31 248976 fd Linux raid autodetect /dev... | |
| | | | |
www.claudiokuenzler.com
|
|
| | | | | Wanted to the Proxmox containers root disk to sync the data from another PVE host. But I ran into a weird problem mounting the logical volume. | |
| | | | |
barretts.club
|
|
| | | | | What do you do when you need more space? Well, you use fdisk of course! | |
| | | | |
jborza.com
|
|
| | | I thought it would be fun to run Windows 2000 on a Pinebook - a nice little ARM-powered laptop. As there is no version targetting this architecture, we have to use an emulator. QEMU is a nice free choice to run on Linux, and it supports the combination we need, which is i386 guest on an aarch64 host. I am running the Manjaro Linux distribution, so I had to install qemu and qemu-arch-extra packages. | ||