LVM Create Snapshot Sep 24, 2017 • Yet another Kirisame Marisa $ lvcreate --size 900G --snapshot --name mdb-snap01 /dev/mapper/vg-data $ mount /dev/vg/mdb-snap01 /mnt/backup/ -onouuid,ro # backup things $ umount /mnt/backup $ lvremove /dev/vg/mdb-snap01