Posts with #storage
Sun, December 28, 2025
1 min read
How to use virt-sparsify to reclaim unused disk space from qcow2 VM images.
Sun, December 14, 2025
1 min read
How to rename Logical Volumes (LV) and Volume Groups (VG) in LVM on Linux.
Sun, April 1, 2018
1 min read
By default on Linux machines CFQ I/O scheduler is used. For virtualization like KVM, VMware it needs to have optimized throughput using deadline or noop scheduler.
Sat, March 31, 2018
1 min read
On libvirt default storage pool is created called default, default pool will be defined to use location /var/lib/libvirt/images for file based volumes.
Thu, March 29, 2018
2 min read
Libvirtd by default has a storage pool called default, we can create additional storage pools from a simple XML file.
Thu, March 29, 2018
2 min read
With standard partition layout we can have maximum 4 primary partitions (considering MBR). With LVM we can create number of partitions.
Mon, March 26, 2018
1 min read
NFS (network file storage) can be used to share files on Linux, used for Linux diskless installation, good solution to share huge amount of data.