Posts with #storage

Linux

Sun, December 28, 2025

1 min read

Virt-sparsify

How to use virt-sparsify to reclaim unused disk space from qcow2 VM images.

Linux

Sun, December 14, 2025

1 min read

Renaming lv and vg

How to rename Logical Volumes (LV) and Volume Groups (VG) in LVM on Linux.

Linux

Sun, April 1, 2018

1 min read

Scheduling disk I/O on fedora 26

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

Libvirt volume management

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

KVM custom storage pool on LVM partition

Libvirtd by default has a storage pool called default, we can create additional storage pools from a simple XML file.

Linux

Thu, March 29, 2018

2 min read

LVM disk management on fedora 26

With standard partition layout we can have maximum 4 primary partitions (considering MBR). With LVM we can create number of partitions.

Linux

Mon, March 26, 2018

1 min read

NFS server setup on fedora 26

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.