Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_faq:fix_thin_lvm [2019/09/25 06:42] – created adminlinux_faq:fix_thin_lvm [2019/09/25 06:56] (current) admin
Line 1: Line 1:
 +https://www.unixrealm.com/?p=12000 \\
 +https://github.com/jthornber/thin-provisioning-tools \\
 +
 +<code>
 +apt-get update && apt-get install git autoconf g++ libexpat1-dev libaio-dev libaio1 make libboost-dev
 +git clone https://github.com/jthornber/thin-provisioning-tools.git
 +cd thin-provisioning-tools/
 +autoconf
 +./configure
 +make install
 +</code>
 +
  
  • linux_faq/fix_thin_lvm.txt
  • Last modified: 2019/09/25 06:56
  • by admin