<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iptables and more on Linux &#187; storage</title>
	<atom:link href="http://iptables.gen.tr/category/storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://iptables.gen.tr</link>
	<description>networking, tools in Linux and more...</description>
	<lastBuildDate>Wed, 16 Jun 2010 15:37:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to use LVM in rescue mode</title>
		<link>http://iptables.gen.tr/2010/01/how-to-use-lvm-in-rescue-mode/</link>
		<comments>http://iptables.gen.tr/2010/01/how-to-use-lvm-in-rescue-mode/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 13:55:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[storage]]></category>
		<category><![CDATA[lvm]]></category>

		<guid isPermaLink="false">http://iptables.gen.tr/?p=97</guid>
		<description><![CDATA[One day it may happen to you that either MBR is corrupted or partition table has gone then you will need rescue mode. However there is one problem,  what if you use LVM in your system. Because redhat does everything for us we don&#8217;t actually know what it does for initialization unless you have looked [...]]]></description>
			<content:encoded><![CDATA[<p>One day it may happen to you that either MBR is corrupted or partition table has gone then you will need rescue mode. However there is one problem,  what if you use LVM in your system. Because redhat does everything for us we don&#8217;t actually know what it does for initialization unless you have looked inside the init scripts.</p>
<p>In my rescue environment when I issue &#8220;lvm vgdisplay&#8221; , I was able to display the configuration but there was no device files under /dev. To overcome this problem do the followings:</p>
<table style="background-color: #87cefa; width: 436px; height: 24px;" border="0">
<tbody>
<tr>
<td><strong>#lvm vgscan</strong><br />
<strong>#lvm vgchange -ay</strong></td>
</tr>
</tbody>
</table>
<p>The first command &#8220;vgscan&#8221; scans all disks for volume groups and the second one &#8220;vgchange&#8221; makes the logical volumes known to the kernel. To deactivate you should but &#8220;n&#8221; instead of &#8220;y&#8221; on the command line.</p>
<p>Now you can access logical volumes.</p>
]]></content:encoded>
			<wfw:commentRss>http://iptables.gen.tr/2010/01/how-to-use-lvm-in-rescue-mode/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
