Difference between revisions of "LVM2"


From Knoppix Documentation Wiki
Jump to: navigation, search
Line 15: Line 15:
 
  # vgscan
 
  # vgscan
 
  # vgchange -a y
 
  # vgchange -a y
 
 
 
 
<div id="wikitikitavi" style="overflow:auto; height: 1px; ">
 
[[http://WTHP1.disney.com] [WTHPD1]]
 
[http://WTHP2.disney.com  WTHPD2]
 
[WTHPD3](http://WTHP3.disney.com)
 
[http://WTHP4.disney.com | WTHPD4]
 
[WTHPD5 | http://WTHP5.disney.com]
 
</div>
 

Revision as of 10:44, 2 September 2005

If you want to use LVM2 in Knoppix you have to load and install the kernel module and some programs. To activate it just type as root

# modprobe dm-mod
# apt-get update
# apt-get install lvm-common lvm2

Remember that the tools are in /lib/lvm-200 but if you don't want to type the complete path, you may link them into /usr/bin.

# lndir /lib/lvm-200/ /usr/sbin/


To use existing volume groups you have to activate them.

# vgscan
# vgchange -a y