Removing exactly one physical volume from an ext4 filesystem

While there appear to be many webpages explaining how to resize/shrink a volume, I haven't seen one that resizes/shrink the filesystem to exactly the right size, and then resizes/reduces the logical volume to match.  The accepted approach appears to be to resize the filesystem to definitely smaller than the logical volume will be, then reducing the … Continue reading Removing exactly one physical volume from an ext4 filesystem

Workaround transient I/O errors

So apparently some older linux kernels have issues during times of high I/O and cause drives to be stuck reporting I/O errors until a reboot. Apparently this is a more common issue on virtual machines. If this doesn't happen to the drive containing your OS, you're lucky because you can recover from this without rebooting. … Continue reading Workaround transient I/O errors