diff --git a/sources/tech/20140818 How to Take 'Snapshot of Logical Volume and Restore' in LVM--Part III.md b/sources/tech/20140818 How to Take 'Snapshot of Logical Volume and Restore' in LVM--Part III.md index fa5024fe1c..17ba85f0a1 100644 --- a/sources/tech/20140818 How to Take 'Snapshot of Logical Volume and Restore' in LVM--Part III.md +++ b/sources/tech/20140818 How to Take 'Snapshot of Logical Volume and Restore' in LVM--Part III.md @@ -1,3 +1,4 @@ +Translating by GOLinux ... How to Take ‘Snapshot of Logical Volume and Restore’ in LVM – Part III ================================================================================ **LVM Snapshots** are space efficient pointing time copies of lvm volumes. It works only with lvm and consume the space only when changes are made to the source logical volume to snapshot volume. If source volume has a huge changes made to sum of 1GB the same changes will be made to the snapshot volume. Its best to always have a small size of changes for space efficient. Incase the snapshot runs out of storage, we can use lvextend to grow. And if we need to shrink the snapshot we can use lvreduce. @@ -197,4 +198,4 @@ via: http://www.tecmint.com/take-snapshot-of-logical-volume-and-restore-in-lvm/ [a]:http://www.tecmint.com/author/babinlonston/ [1]:http://www.tecmint.com/create-lvm-storage-in-linux/ -[2]:http://www.tecmint.com/extend-and-reduce-lvms-in-linux/ \ No newline at end of file +[2]:http://www.tecmint.com/extend-and-reduce-lvms-in-linux/