<?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>ThinkSupport.net - Outsourced Web Hosting Support, Cheap Server Management, Cheap Fully Managed Dedicated Servers, Software Development, Website Designing and SEO services, Vision Helpdesk Software &#187; Virtuozzo</title>
	<atom:link href="http://www.thinksupport.net/blog/category/virtuozzo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thinksupport.net/blog</link>
	<description>Outsourced Web Hosting and Software Development</description>
	<lastBuildDate>Tue, 01 Feb 2011 12:42:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How do I safely remove the /home/virtfs directory?</title>
		<link>http://www.thinksupport.net/blog/how-do-i-safely-remove-the-homevirtfs-directory.html</link>
		<comments>http://www.thinksupport.net/blog/how-do-i-safely-remove-the-homevirtfs-directory.html#comments</comments>
		<pubDate>Wed, 18 Nov 2009 17:26:27 +0000</pubDate>
		<dc:creator>Sunil</dc:creator>
				<category><![CDATA[Virtuozzo]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[WHM/cPanel]]></category>

		<guid isPermaLink="false">http://www.thinksupport.net/blog/?p=303</guid>
		<description><![CDATA[The virtfs directory contains hard links to all the system binaries to help with security via jailshelled accounts. If you remove the virtfs system without unmounting the directories under it, you will completely break the system. The procedure you need to do is the following: cd /home/virtfs find . -regex &#8216;^.*[How do I safely remove [...]]]></description>
			<content:encoded><![CDATA[<p>The virtfs directory contains hard links to all the system binaries to help with security via jailshelled accounts.</p>
<p>If you remove the virtfs system without unmounting the directories under it, you will completely break the system.</p>
<p>The procedure you need to do is the following:</p>
<p><strong>cd /home/virtfs<br />
find . -regex &#8216;^.*[How do I safely remove the virtfs directory?^.]&#8216; -type d &gt; t1<br />
for i in $(cat t1); do umount $i; done</strong></p>
<p>After this is ran, you can safely recursively remove the /home/virtfs directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/how-do-i-safely-remove-the-homevirtfs-directory.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.thinksupport.net/blog/hello-world.html</link>
		<comments>http://www.thinksupport.net/blog/hello-world.html#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Articles -- Webhosting]]></category>
		<category><![CDATA[C# / VB/ ASP .net]]></category>
		<category><![CDATA[Direct Admin]]></category>
		<category><![CDATA[Domains]]></category>
		<category><![CDATA[Ensim]]></category>
		<category><![CDATA[Fantastico / Installatron]]></category>
		<category><![CDATA[HSP]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Kayako Helpdesk]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ModernBill]]></category>
		<category><![CDATA[PHP / Mysql]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Ubersmith]]></category>
		<category><![CDATA[Virtuozzo]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[WHM Auto Pilot]]></category>
		<category><![CDATA[WHM/cPanel]]></category>
		<category><![CDATA[WHMCS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinksupport.net/blog/hello-world.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

