All Linux sysadmin books tell about the awesomeness of LVM. But is actually anyone using it? On a desktop it adds needless complexity - you only need boot, (efi), swap, root and perhaps home. You ...
I've been a sysadmin for a long time, and part of being a sysadmin is doing more than is humanly possible. Sometimes that means writing wicked cool scripts, sometimes it means working late, and ...
I'm trying to figure out the storage setup for KVM. I'm trying to pass a disk directly to a VM (ie map /dev/sdd on the host to /dev/sda on the guest). Is this possible to do (if so, is there anything ...