<?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 on: HOWTO: /dev file system in chroot-ed environment</title>
	<atom:link href="http://karuppuswamy.com/wordpress/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/feed/" rel="self" type="application/rss+xml" />
	<link>http://karuppuswamy.com/wordpress/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/</link>
	<description>Bits and Bytes of Life</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:49:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Jan</title>
		<link>http://karuppuswamy.com/wordpress/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/comment-page-1/#comment-1199</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sat, 17 May 2008 21:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://cutecomputer.wordpress.com/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/#comment-1199</guid>
		<description>Thanks a lot, works great!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot, works great!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hpno2</title>
		<link>http://karuppuswamy.com/wordpress/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/comment-page-1/#comment-1197</link>
		<dc:creator>Hpno2</dc:creator>
		<pubDate>Fri, 15 Feb 2008 07:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://cutecomputer.wordpress.com/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/#comment-1197</guid>
		<description>Well it works, many thanks</description>
		<content:encoded><![CDATA[<p>Well it works, many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drsputnik0815</title>
		<link>http://karuppuswamy.com/wordpress/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/comment-page-1/#comment-1198</link>
		<dc:creator>drsputnik0815</dc:creator>
		<pubDate>Mon, 30 Jul 2007 09:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://cutecomputer.wordpress.com/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/#comment-1198</guid>
		<description>Thank You - if got the same problem, and you help me!!!!!

it works fine</description>
		<content:encoded><![CDATA[<p>Thank You &#8211; if got the same problem, and you help me!!!!!</p>
<p>it works fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linuxguy</title>
		<link>http://karuppuswamy.com/wordpress/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/comment-page-1/#comment-1196</link>
		<dc:creator>linuxguy</dc:creator>
		<pubDate>Sat, 03 Mar 2007 03:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://cutecomputer.wordpress.com/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/#comment-1196</guid>
		<description>Thanks for this bind option in rescue system.

In openSuse 10.2 the &quot;-o bind&quot; option works.

Rescue:~ # mount -o rw /dev/rootpartion /mnt/newroot
Rescue:~ # mount -o bind /dev /mnt/newroot/dev

Then

Rescue:~ # chroot /mnt/newroot

Then one can change root password etc.

Rescue:/ # passwd root</description>
		<content:encoded><![CDATA[<p>Thanks for this bind option in rescue system.</p>
<p>In openSuse 10.2 the &#8220;-o bind&#8221; option works.</p>
<p>Rescue:~ # mount -o rw /dev/rootpartion /mnt/newroot<br />
Rescue:~ # mount -o bind /dev /mnt/newroot/dev</p>
<p>Then</p>
<p>Rescue:~ # chroot /mnt/newroot</p>
<p>Then one can change root password etc.</p>
<p>Rescue:/ # passwd root</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swamytk</title>
		<link>http://karuppuswamy.com/wordpress/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/comment-page-1/#comment-1195</link>
		<dc:creator>swamytk</dc:creator>
		<pubDate>Thu, 01 Mar 2007 09:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://cutecomputer.wordpress.com/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/#comment-1195</guid>
		<description>In some system mount command does not accept &quot;--bind&quot; option, it accepts &quot;-o bind&quot; instead.</description>
		<content:encoded><![CDATA[<p>In some system mount command does not accept &#8220;&#8211;bind&#8221; option, it accepts &#8220;-o bind&#8221; instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swamytk</title>
		<link>http://karuppuswamy.com/wordpress/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/comment-page-1/#comment-1194</link>
		<dc:creator>swamytk</dc:creator>
		<pubDate>Sat, 10 Feb 2007 11:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://cutecomputer.wordpress.com/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/#comment-1194</guid>
		<description>Thanks toolman for pointing out the syntax error. It is a typo mistake. &quot;bind&quot; should be preceded with two hyphens as shown below:

# mount --bind /dev /mnt/newroot/dev</description>
		<content:encoded><![CDATA[<p>Thanks toolman for pointing out the syntax error. It is a typo mistake. &#8220;bind&#8221; should be preceded with two hyphens as shown below:</p>
<p># mount &#8211;bind /dev /mnt/newroot/dev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toolman</title>
		<link>http://karuppuswamy.com/wordpress/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/comment-page-1/#comment-1193</link>
		<dc:creator>toolman</dc:creator>
		<pubDate>Sat, 10 Feb 2007 01:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://cutecomputer.wordpress.com/2007/01/07/howto-dev-file-system-in-chroot-ed-environment/#comment-1193</guid>
		<description>This isn&#039;t quite correct, at least for my distro (ubuntu).  the command at step 2 is:


 mount -o bind /dev /location/of/mountpoint/dev</description>
		<content:encoded><![CDATA[<p>This isn&#8217;t quite correct, at least for my distro (ubuntu).  the command at step 2 is:</p>
<p> mount -o bind /dev /location/of/mountpoint/dev</p>
]]></content:encoded>
	</item>
</channel>
</rss>

