<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for /dev/rant</title>
	<atom:link href="http://www.thegibson.org/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thegibson.org/blog</link>
	<description>Technology-related rantings of David Hilley</description>
	<lastBuildDate>Sun, 22 Aug 2010 06:08:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Mount LVM-based volumes from loopback full disk images by Mount VMWare disk partitions</title>
		<link>http://www.thegibson.org/blog/archives/467/comment-page-1#comment-61913</link>
		<dc:creator>Mount VMWare disk partitions</dc:creator>
		<pubDate>Sun, 22 Aug 2010 06:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegibson.org/blog/?p=467#comment-61913</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mount LVM-based volumes from loopback full disk images by Best place to post how-to's ?</title>
		<link>http://www.thegibson.org/blog/archives/467/comment-page-1#comment-61912</link>
		<dc:creator>Best place to post how-to's ?</dc:creator>
		<pubDate>Sun, 22 Aug 2010 05:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegibson.org/blog/?p=467#comment-61912</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More pxelinux tricks: GParted LivePXE and PXE-booting DOS CDs by speedo &#187; Blog Archive &#187; Install Gentoo over PXE</title>
		<link>http://www.thegibson.org/blog/archives/13/comment-page-1#comment-60651</link>
		<dc:creator>speedo &#187; Blog Archive &#187; Install Gentoo over PXE</dc:creator>
		<pubDate>Fri, 02 Jul 2010 11:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegibson.org/blog/archives/13#comment-60651</guid>
		<description>[...] BETTER SEE THAT ONE other way  and just do: # Make a temporary directory and unpack gentoo.igz: mkdir tmp; cd tmp; zcat [...]</description>
		<content:encoded><![CDATA[<p>[...] BETTER SEE THAT ONE other way  and just do: # Make a temporary directory and unpack gentoo.igz: mkdir tmp; cd tmp; zcat [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mount LVM-based volumes from loopback full disk images by Gerry</title>
		<link>http://www.thegibson.org/blog/archives/467/comment-page-1#comment-59299</link>
		<dc:creator>Gerry</dc:creator>
		<pubDate>Mon, 14 Jun 2010 18:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegibson.org/blog/?p=467#comment-59299</guid>
		<description>Followup:

On some systems instead of:
mount ${LOOP}p1 /tmp/part1

You may need to do:
mount ${LOOP/\/dev/\/dev\/mapper}p1 /tmp/part1</description>
		<content:encoded><![CDATA[<p>Followup:</p>
<p>On some systems instead of:<br />
mount ${LOOP}p1 /tmp/part1</p>
<p>You may need to do:<br />
mount ${LOOP/\/dev/\/dev\/mapper}p1 /tmp/part1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mount LVM-based volumes from loopback full disk images by Gerry</title>
		<link>http://www.thegibson.org/blog/archives/467/comment-page-1#comment-59298</link>
		<dc:creator>Gerry</dc:creator>
		<pubDate>Mon, 14 Jun 2010 17:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegibson.org/blog/?p=467#comment-59298</guid>
		<description>I do this using kpartx.
losetup $LOOP IMAGE  MOUNT
kpartx -av $LOOP
fdisk -lu $LOOP
mount ${LOOP}p1 /tmp/part1
ls /tmp/part1  # see files

LVM?
lvdisplay -c
(find /dev/mapper equivalent)
mount /dev/mapper/$LV /tmp/lv
ls /tmp/lv  # see files</description>
		<content:encoded><![CDATA[<p>I do this using kpartx.<br />
losetup $LOOP IMAGE  MOUNT<br />
kpartx -av $LOOP<br />
fdisk -lu $LOOP<br />
mount ${LOOP}p1 /tmp/part1<br />
ls /tmp/part1  # see files</p>
<p>LVM?<br />
lvdisplay -c<br />
(find /dev/mapper equivalent)<br />
mount /dev/mapper/$LV /tmp/lv<br />
ls /tmp/lv  # see files</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH tips and tricks by davidhi</title>
		<link>http://www.thegibson.org/blog/archives/572/comment-page-1#comment-58847</link>
		<dc:creator>davidhi</dc:creator>
		<pubDate>Sat, 12 Jun 2010 23:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegibson.org/blog/?p=572#comment-58847</guid>
		<description>Just to comment on my own entry -- the one-liner for adding a key to a remote machine&#039;s ~/.ssh/authorized_keys file (in the &quot;Distributing the key&quot; section), can also be done with the script &quot;ssh-copy-id.&quot;</description>
		<content:encoded><![CDATA[<p>Just to comment on my own entry &#8212; the one-liner for adding a key to a remote machine&#8217;s ~/.ssh/authorized_keys file (in the &#8220;Distributing the key&#8221; section), can also be done with the script &#8220;ssh-copy-id.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mount LVM-based volumes from loopback full disk images by davidhi</title>
		<link>http://www.thegibson.org/blog/archives/467/comment-page-1#comment-58843</link>
		<dc:creator>davidhi</dc:creator>
		<pubDate>Sat, 12 Jun 2010 23:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegibson.org/blog/?p=467#comment-58843</guid>
		<description>Thanks for the note Rich.  libguestfs looks very useful, and it certainly fits an emerging need for better disk image tools.  This blog entry was posted quite a while ago, and at the time I wasn&#039;t aware of libguestfs.  A great thing about blogs with open comments is that you can keep abreast of current &quot;best practices&quot; for tasks like this if someone stumbles upon the entry in the future and leaves a comment.  So thanks for that!</description>
		<content:encoded><![CDATA[<p>Thanks for the note Rich.  libguestfs looks very useful, and it certainly fits an emerging need for better disk image tools.  This blog entry was posted quite a while ago, and at the time I wasn&#8217;t aware of libguestfs.  A great thing about blogs with open comments is that you can keep abreast of current &#8220;best practices&#8221; for tasks like this if someone stumbles upon the entry in the future and leaves a comment.  So thanks for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mount LVM-based volumes from loopback full disk images by Rich</title>
		<link>http://www.thegibson.org/blog/archives/467/comment-page-1#comment-58753</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Sat, 12 Jun 2010 15:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegibson.org/blog/?p=467#comment-58753</guid>
		<description>This blog entry came up on the Fedora users mailing list today.  I&#039;d like to point out that this whole process can be done more simply and without root by using &lt;a href=&quot;http://libguestfs.org/&quot; rel=&quot;nofollow&quot;&gt;libguestfs&lt;/a&gt; and guestfish.</description>
		<content:encoded><![CDATA[<p>This blog entry came up on the Fedora users mailing list today.  I&#8217;d like to point out that this whole process can be done more simply and without root by using <a href="http://libguestfs.org/" rel="nofollow">libguestfs</a> and guestfish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mount LVM-based volumes from loopback full disk images by Andrey</title>
		<link>http://www.thegibson.org/blog/archives/467/comment-page-1#comment-58351</link>
		<dc:creator>Andrey</dc:creator>
		<pubDate>Fri, 11 Jun 2010 06:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegibson.org/blog/?p=467#comment-58351</guid>
		<description>Thank you!
The way described works perfectly.

I&#039;ll never-never use LVM on my development host.</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
The way described works perfectly.</p>
<p>I&#8217;ll never-never use LVM on my development host.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mount LVM-based volumes from loopback full disk images by davidhi</title>
		<link>http://www.thegibson.org/blog/archives/467/comment-page-1#comment-58014</link>
		<dc:creator>davidhi</dc:creator>
		<pubDate>Sat, 05 Jun 2010 20:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegibson.org/blog/?p=467#comment-58014</guid>
		<description>Depending on what your situation is, you could do the following:

* Back up your lvm.conf
* Edit the lvm.conf default filter to only scan a subset of block devices (/dev/loop* only, for example) for volumes (or temporarily reject the ones you want to ignore)
* Use vgrename to change the name of one of them
* Restore your original lvm.conf

You might have to do this from a rescue disk if the volume group with precedence can&#039;t be stopped and contains a critical partition for the running system.</description>
		<content:encoded><![CDATA[<p>Depending on what your situation is, you could do the following:</p>
<p>* Back up your lvm.conf<br />
* Edit the lvm.conf default filter to only scan a subset of block devices (/dev/loop* only, for example) for volumes (or temporarily reject the ones you want to ignore)<br />
* Use vgrename to change the name of one of them<br />
* Restore your original lvm.conf</p>
<p>You might have to do this from a rescue disk if the volume group with precedence can&#8217;t be stopped and contains a critical partition for the running system.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
