<?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>kb.hurricane-ridge.com &#187; ext3</title>
	<atom:link href="http://kb.hurricane-ridge.com/tag/ext3/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Tue, 31 Aug 2010 22:18:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bookmarks for September 24, 2009</title>
		<link>http://kb.hurricane-ridge.com/links/bookmarks-for-september-24-2009</link>
		<comments>http://kb.hurricane-ridge.com/links/bookmarks-for-september-24-2009#comments</comments>
		<pubDate>Fri, 25 Sep 2009 13:16:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[diskdump]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[swap]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=643</guid>
		<description><![CDATA[Links for September 24, 2009:

Red Hat Magazine &#124; Tips and tricks: Why is my system unable to reboot after converting my ext3 partition to a diskdump partition. How can I fix this&#160;? &#8211; &#34;This problem occurs and leaves the system in an unbootable state. This is because yaboot tries to to boot from a partition [...]]]></description>
			<content:encoded><![CDATA[<p>Links for September 24, 2009:</p>
<ul>
<li><a href="http://magazine.redhat.com/2007/07/23/tips-and-tricks-why-is-my-system-unable-to-reboot-after-converting-my-ext3-partition-to-a-diskdump-partition-how-can-i-fix-this/">Red Hat Magazine | Tips and tricks: Why is my system unable to reboot after converting my ext3 partition to a diskdump partition. How can I fix this&nbsp;?</a> &#8211; &quot;This problem occurs and leaves the system in an unbootable state. This is because yaboot tries to to boot from a partition of type &#39;Linux&#39; (Type 83).&quot; This error does not occur if the partition is labeled as swap (Type 82).</li>
<li><a href="http://kbase.redhat.com/faq/docs/DOC-7075">Red Hat Knowledgebase: How do I use the diskdump utility to capture a vmcore in Red Hat Enterprise Linux 3 and 4?</a> &#8211; &quot;The diskdump utility offers the ability to create and collect vmcore (Kernel dumps) on a single system without needing to be connected to a network. Diskdump creates files in an identical format to the netdump core files and can be analyzed with the same tools. Like netdump, diskdump will only work with certain hardware.&quot;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/links/bookmarks-for-september-24-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access control lists on Linux</title>
		<link>http://kb.hurricane-ridge.com/os/linux/access-control-lists-on-linux</link>
		<comments>http://kb.hurricane-ridge.com/os/linux/access-control-lists-on-linux#comments</comments>
		<pubDate>Thu, 15 Jan 2009 23:09:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[acl]]></category>
		<category><![CDATA[ext3]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=159</guid>
		<description><![CDATA[To view ACLs on a file:
 &#62; getfacl file.txt
To modify the ACL on a file:
 &#62; setfacl -m user:rwx file.txt
To recursively change an ACL:
 &#62; setfacl -R -m user:rwx .
To modify the default ACL for a directory:
 &#62; setfacl -d -m user:rwx.
See the getfacl and setfacl man pages for more information.
]]></description>
			<content:encoded><![CDATA[<p>To view ACLs on a file:</p>
<pre> &gt; <span class="highlightedSearchTerm">getfacl</span> file.txt</pre>
<p>To modify the ACL on a file:</p>
<pre> &gt; setfacl -m user:rwx file.txt</pre>
<p>To recursively change an ACL:</p>
<pre> &gt; setfacl -R -m user:rwx .</pre>
<p>To modify the default ACL for a directory:</p>
<pre> &gt; setfacl -d -m user:rwx.</pre>
<p>See the <code><span class="highlightedSearchTerm">getfacl</span></code> and <code>setfacl</code> man pages for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/os/linux/access-control-lists-on-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
