I know this is yet another idmap question... but...
I have an unprivileged ubuntu container to which i bind mount a directory from the host. The user:group in the container I want to map is 999:999. I would like to map that to 1000:1000 on the host because that's the what the permissions are...
I can't because I use other ports on that same bus for other things in other VMs. But just for my education - would that be faster than either of the other two methods?
I need some advice on the best way to pass through 3 USB external hard drives to a VM (running openmediavault if that matters).
Right now I have them passed through by passing through the USB device. Would it be "better" to pass them through from the host as scsi devices? Is there an...