<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mail.knoppix.net/wiki3/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=82.93.37.155</id>
		<title>Knoppix Documentation Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=82.93.37.155"/>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Special:Contributions/82.93.37.155"/>
		<updated>2026-09-19T00:05:59Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://mail.knoppix.net/wiki/LVM2</id>
		<title>LVM2</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/LVM2"/>
				<updated>2008-05-03T19:18:13Z</updated>
		
		<summary type="html">&lt;p&gt;82.93.37.155: fixed markup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&amp;lt;u&amp;gt;If you use an old Knoppix version&amp;lt;/u&amp;gt; you may need to install LVM tools first. Version 5.0.1 and later (at least) already have the packages and dm-mod module loaded, and the following first steps are not necessary.&lt;br /&gt;
&lt;br /&gt;
 # modprobe dm-mod&lt;br /&gt;
 # apt-get update&lt;br /&gt;
 # apt-get install lvm-common lvm2&lt;br /&gt;
 &lt;br /&gt;
 If you needed the above steps, remember that the tools are in /lib/lvm-200 &lt;br /&gt;
 but if you don't want to type the complete path, you may link them into /usr/bin.&lt;br /&gt;
 &lt;br /&gt;
 # lndir /lib/lvm-200/ /usr/sbin/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*To use existing volume groups you have to activate them.&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
 # vgscan&lt;br /&gt;
 # vgchange -a y&lt;br /&gt;
&lt;br /&gt;
*To mount a logical volume first find out what it is called, unless you know already. Use lvs or vgdisplay/lvdisplay for this.&lt;br /&gt;
-----&lt;br /&gt;
 # lvs&lt;br /&gt;
 LV   VG   Attr   LSize Origin Snap%  Move Log Copy%&lt;br /&gt;
 home vg   -wi-ao 2.09G&lt;br /&gt;
 var  vg   -wi-ao 1.32G&lt;br /&gt;
&lt;br /&gt;
*In this example, the volume group 'vg' contains two logical volumes, called 'home' and 'var'. To mount the 'home' volume:&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
 # mount /dev/vg/home /mnt/tmp&lt;br /&gt;
 # ls /mnt/tmp&lt;br /&gt;
 lost+found   fuzzy   joe   mp3&lt;br /&gt;
&lt;br /&gt;
*The volumes can be accessed with names '''/dev/&amp;lt;vg&amp;gt;/&amp;lt;lv&amp;gt;''' or '''/dev/mapper/vg-lv'''. For example, the file /dev/vg/home is a symbolic link to /dev/mapper/vg-home, and you can use either name to mount it.&lt;/div&gt;</summary>
		<author><name>82.93.37.155</name></author>	</entry>

	</feed>