<?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>KutuKupret &#187; filesystem</title>
	<atom:link href="http://www.kutukupret.com/tag/filesystem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kutukupret.com</link>
	<description>My Colourful Website ;)</description>
	<lastBuildDate>Tue, 10 Jan 2012 03:58:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Postfix, Realtime Maildir Replication Using Dual-primary DRBD with OCFS2</title>
		<link>http://www.kutukupret.com/2011/06/19/postfix-realtime-maildir-replication-using-dual-primary-drbd-with-ocfs2/</link>
		<comments>http://www.kutukupret.com/2011/06/19/postfix-realtime-maildir-replication-using-dual-primary-drbd-with-ocfs2/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 05:56:59 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[load balance]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[drbd]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[maildir]]></category>
		<category><![CDATA[ocfs2]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1361</guid>
		<description><![CDATA[As I&#8217;ve been written on my previous post about Maildir Replication using ChironFS in postfix, I will explain step by step it can also be done by using drbd and ocfs2. Compiling &#38; Installing note: if your Linux distribution is shipped with a kernel older than 2.6.33 you have to install a kernel module package <a href='http://www.kutukupret.com/2011/06/19/postfix-realtime-maildir-replication-using-dual-primary-drbd-with-ocfs2/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/06/19/postfix-realtime-maildir-replication-using-dual-primary-drbd-with-ocfs2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix, Maildir Replication In Real Time Using ChironFS</title>
		<link>http://www.kutukupret.com/2011/06/14/postfix-maildir-replication-in-real-time-using-chironfs/</link>
		<comments>http://www.kutukupret.com/2011/06/14/postfix-maildir-replication-in-real-time-using-chironfs/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 09:25:50 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[pop3]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[ChironFS]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[kernel module]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[sshfs]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1346</guid>
		<description><![CDATA[In this tutorial I will describe how to set up postfix and maildir which can automatically replicate email when email is delivered. We will not touch the postfix configuration at all. we will manipulate maildir directory behavior using ChironFS, instead. what is ChironFS? This the Chiron Filesystem. It is a Fuse based filesystem. It&#8217;s main purpose <a href='http://www.kutukupret.com/2011/06/14/postfix-maildir-replication-in-real-time-using-chironfs/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/06/14/postfix-maildir-replication-in-real-time-using-chironfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting a JFFS2 filesystem in Linux</title>
		<link>http://www.kutukupret.com/2010/09/16/mounting-a-jffs2-filesystem-in-linux/</link>
		<comments>http://www.kutukupret.com/2010/09/16/mounting-a-jffs2-filesystem-in-linux/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 03:20:01 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[jffs]]></category>
		<category><![CDATA[jffs2]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=961</guid>
		<description><![CDATA[what is JFFS2? JFFS2 is Journalling Flash File System version 2 or JFFS2 is a log-structured file system for use in flash memory devices. It is the successor to JFFS. JFFS2 has been included in the Linux kernel since the 2.4.10 release. JFFS2 is also available for Open Firmware, the eCos RTOS and the RedBoot <a href='http://www.kutukupret.com/2010/09/16/mounting-a-jffs2-filesystem-in-linux/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2010/09/16/mounting-a-jffs2-filesystem-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To Make the root filesystem read-only</title>
		<link>http://www.kutukupret.com/2008/07/09/how-to-make-the-root-filesystem-read-only/</link>
		<comments>http://www.kutukupret.com/2008/07/09/how-to-make-the-root-filesystem-read-only/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:08:14 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[filesystem]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=45</guid>
		<description><![CDATA[Introduction There are several reasons why you might want to make your root file system read only. I wanted to have a system on a flash disk, and since flash disks are damaged after repeated read-write circles the read-only root is a very nice solution. Other reasons why you would want to make your root <a href='http://www.kutukupret.com/2008/07/09/how-to-make-the-root-filesystem-read-only/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2008/07/09/how-to-make-the-root-filesystem-read-only/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Anatomy of the Linux kernel</title>
		<link>http://www.kutukupret.com/2008/06/27/anatomy-of-the-linux-kernel/</link>
		<comments>http://www.kutukupret.com/2008/06/27/anatomy-of-the-linux-kernel/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 12:05:56 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[minix]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[vfs]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=25</guid>
		<description><![CDATA[http://www.ibm.com/developerworks/linux/library/l-linux-kernel/ History and architectural decomposition M. Tim Jones (mtj@mtjones.com), Consultant Engineer, Emulex Corp. The Linux® kernel is the core of a large and complex operating system, and while it&#8217;s huge, it is well organized in terms of subsystems and layers. In this article, you explore the general structure of the Linux kernel and get to <a href='http://www.kutukupret.com/2008/06/27/anatomy-of-the-linux-kernel/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2008/06/27/anatomy-of-the-linux-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 7/25 queries in 0.023 seconds using memcached
Object Caching 894/929 objects using xcache

Served from: www.kutukupret.com @ 2012-02-10 05:32:30 -->
