Search results

  1. B

    Can I and *should* I mirror an existing LVM root partition on an SSD with another SSD?

    Background: I have a 'server' running Proxmox that I used for self-hosting a number of low-intensity services mainly for myself. This 'server' is my old repurposed HEDT desktop machine. It is also used for storage, and has raidz2 running across 6 spinning rust disks. The system (root, etc) runs...
  2. B

    Do idmaps for bind mounts in multiple unprivileged containers require separate users?

    Hi folks, I have been using the unprivileged containers wiki guide to bind mount a directory for containerA (uid+guid 1000), which works grand. When I tried to do a similar thing for a separate mount point for containerB (also uid+gid 1000), things went awry. Using the same idmap lxc config...