You’ve moved to XFS volumes and low-and-behold your super simple yet extremely important backup process stopped working. Dig a little and you learn that XFS volumes require their own tooling to do backups at the block level so the old “dump/restore” packages you relied on won’t work. That is what happened to me. I do
If you are running a Samba server as a Domain Controller for your network and a new Windows 10 client workstation prevents you from logging in via the following error: We can’t sign you in with this credential because your domain isn’t available. Make sure your device is connected to your organization’s network and try
How to create an optimally laid out partition using GNU parted: #> parted -a optimal /dev/sda (parted) mklabel gpt (parted) mkpart primary xfs 0% 100% (parted) q