<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Surf the Web Faster by Disabling IPV6 in Ubuntu Linux</title>
	<atom:link href="http://ubuntulinuxhelp.com/surf-the-web-faster-by-disabling-ipv6-in-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntulinuxhelp.com/surf-the-web-faster-by-disabling-ipv6-in-ubuntu-linux/</link>
	<description>Resources, help, how to's and tutorials for Ubuntu Linux users!</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:52:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bruce</title>
		<link>http://ubuntulinuxhelp.com/surf-the-web-faster-by-disabling-ipv6-in-ubuntu-linux/comment-page-1/#comment-10</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Fri, 27 Jul 2007 02:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntulinuxhelp.com/surf-the-web-faster-by-disabling-ipv6-in-ubuntu-linux/#comment-10</guid>
		<description>Another issue to improve speed it to change the Ubuntu journaling system to data=writeback system.

 *  Open your Grub boot menu. 

sudo nano -w /boot/grub/menu.lst

* Look for the Defoptions and Altoptions and make them look like the entry below. 

# defoptions=quiet splash rootflags=data=writeback
# altoptions=(recovery mode) single rootflags=data=writeback

* You need to update your Grub since you have altered it. 

sudo update-grub

* Now we are going to edit the Fstab because it will be expecting these options. 

sudo nano -w /etc/fstab

* Now you are going to want to add the (data=writeback and noatime=0) flags to your hard drive. It might be a little confusing because of the new naming system. Look for the (,errors=remount-ro) and add it afterwards to make it look like our example. 

defaults,errors=remount-ro,data=writeback,noatime 0

 * Now you tell your system to use them both. 

sudo tune2fs -o journal_data_writeback /dev/yourdrive</description>
		<content:encoded><![CDATA[<p>Another issue to improve speed it to change the Ubuntu journaling system to data=writeback system.</p>
<p> *  Open your Grub boot menu. </p>
<p>sudo nano -w /boot/grub/menu.lst</p>
<p>* Look for the Defoptions and Altoptions and make them look like the entry below. </p>
<p># defoptions=quiet splash rootflags=data=writeback<br />
# altoptions=(recovery mode) single rootflags=data=writeback</p>
<p>* You need to update your Grub since you have altered it. </p>
<p>sudo update-grub</p>
<p>* Now we are going to edit the Fstab because it will be expecting these options. </p>
<p>sudo nano -w /etc/fstab</p>
<p>* Now you are going to want to add the (data=writeback and noatime=0) flags to your hard drive. It might be a little confusing because of the new naming system. Look for the (,errors=remount-ro) and add it afterwards to make it look like our example. </p>
<p>defaults,errors=remount-ro,data=writeback,noatime 0</p>
<p> * Now you tell your system to use them both. </p>
<p>sudo tune2fs -o journal_data_writeback /dev/yourdrive</p>
]]></content:encoded>
	</item>
</channel>
</rss>
