I'm working with a client that has their own VM images of RHEL 7 that they want to use for a project. Unfortunately, all of / is only 50GB. I asked for /var to be 300GB but all they did was mount a raw 300GB Disk onto the VM.
How can I safely move everything in /var to this new 300GB disk?
I initially attempted to follow these instructions which seemed sensible but after a reboot broke just about everything. Polkit wouldn't start, which meant I couldn't control systemd, and I couldn't reboot. So I'm very wary of trying that way again.