summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 8c9e33bb9b9ede908e34fa2e1212c635f7e2e711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
LVM2 installation
=================

1) Install device-mapper

   Ensure the device-mapper has been installed on the machine.

   The device-mapper should be in the kernel (look for 'device-mapper'
   messages in the kernel logs) and /usr/include/libdevmapper.h should 
   be present.

   The device-mapper is available from:
     ftp://ftp.sistina.com/pub/LVM2/device-mapper/


2) Generate custom makefiles.

   Run the 'configure' script from the top directory.

   If you do not have GNU readline (http://www.gnu.org/directory/readline.html)
   installed use
     ./configure --disable-readline


3) Build and install LVM2.

   Run 'make install' from the top directory.


4) Create a configuration file

   The tools will work fine without a configuration file being
   present, but you ought to review the example file in doc/example.conf.
   For example, specifying the devices that LVM2 is to use should
   make the tools run more efficiently - and avoid scanning /dev/cdrom!