<?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 for Mahal kita</title>
	<atom:link href="http://mahalkita.nanogeex.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mahalkita.nanogeex.com</link>
	<description>means "I love you"</description>
	<lastBuildDate>Thu, 17 Dec 2009 16:20:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to fix the Invalid Sibling Link error by Brian</title>
		<link>http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/comment-page-3/#comment-7933</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 17 Dec 2009 16:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/#comment-7933</guid>
		<description>I just found this page using Google. I&#039;m working on a friend&#039;s Powerbook that wouldn&#039;t boot. It had an invalid volume header and invalid sibling link. I was ready to give up repairing it since I tried everything I could find and nothing would fix it. Then I found this page and tried this fix and the Mac is back up. My friend&#039;s kids thank you.</description>
		<content:encoded><![CDATA[<p>I just found this page using Google. I&#8217;m working on a friend&#8217;s Powerbook that wouldn&#8217;t boot. It had an invalid volume header and invalid sibling link. I was ready to give up repairing it since I tried everything I could find and nothing would fix it. Then I found this page and tried this fix and the Mac is back up. My friend&#8217;s kids thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the Invalid Sibling Link error by mika</title>
		<link>http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/comment-page-3/#comment-7932</link>
		<dc:creator>mika</dc:creator>
		<pubDate>Thu, 03 Dec 2009 20:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/#comment-7932</guid>
		<description>awesome!
it worked with my mb. thx a lot</description>
		<content:encoded><![CDATA[<p>awesome!<br />
it worked with my mb. thx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the Invalid Sibling Link error by Abhinay Omkar</title>
		<link>http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/comment-page-3/#comment-7931</link>
		<dc:creator>Abhinay Omkar</dc:creator>
		<pubDate>Sun, 29 Nov 2009 07:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/#comment-7931</guid>
		<description>This didn&#039;t work for me...

I tried doing fsck in single user mode of Mac and also tried in Ubuntu with hfsprog utility, I got the same error - it says &#039;Macintosh HD&#039; couldn&#039;t be repaired. My Mac is not booting too.

(in Ubuntu)
abhinay@abhiomkar:~$ sudo fsck.hfsplus -r  /dev/sda2
** /dev/sda2
** Checking HFS Plus volume.
** Checking Extents Overflow file.
** Checking Catalog file.
** Rebuilding Catalog B-tree.
** The volume Macintosh HD could not be repaired.

abhinay@abhiomkar:~$ sudo fsck.hfsplus /dev/sda2
** /dev/sda2
** Checking HFS Plus volume.
** Checking Extents Overflow file.
** Checking Catalog file.
   Incorrect block count for file configd.pid
   (It should be 1 instead of 0)
   Incorrect block count for file DirectoryService.pid
   (It should be 1 instead of 0)
   Incorrect block count for file syslog.pid
   (It should be 1 instead of 0)
   Incorrect block count for file utmpx
   (It should be 1 instead of 0)
   Invalid sibling link
(4, 53631)
** Volume check failed.

I believe that, this is because, the Mac partition is not unmounted properly in Ubuntu Linux, my suggestion is - do not mount Mac partition with Write permissions as the hfsplus write is still an experimental.

PS:
I&#039;m still in the process of finding a solution to fix my partition...</description>
		<content:encoded><![CDATA[<p>This didn&#8217;t work for me&#8230;</p>
<p>I tried doing fsck in single user mode of Mac and also tried in Ubuntu with hfsprog utility, I got the same error &#8211; it says &#8216;Macintosh HD&#8217; couldn&#8217;t be repaired. My Mac is not booting too.</p>
<p>(in Ubuntu)<br />
abhinay@abhiomkar:~$ sudo fsck.hfsplus -r  /dev/sda2<br />
** /dev/sda2<br />
** Checking HFS Plus volume.<br />
** Checking Extents Overflow file.<br />
** Checking Catalog file.<br />
** Rebuilding Catalog B-tree.<br />
** The volume Macintosh HD could not be repaired.</p>
<p>abhinay@abhiomkar:~$ sudo fsck.hfsplus /dev/sda2<br />
** /dev/sda2<br />
** Checking HFS Plus volume.<br />
** Checking Extents Overflow file.<br />
** Checking Catalog file.<br />
   Incorrect block count for file configd.pid<br />
   (It should be 1 instead of 0)<br />
   Incorrect block count for file DirectoryService.pid<br />
   (It should be 1 instead of 0)<br />
   Incorrect block count for file syslog.pid<br />
   (It should be 1 instead of 0)<br />
   Incorrect block count for file utmpx<br />
   (It should be 1 instead of 0)<br />
   Invalid sibling link<br />
(4, 53631)<br />
** Volume check failed.</p>
<p>I believe that, this is because, the Mac partition is not unmounted properly in Ubuntu Linux, my suggestion is &#8211; do not mount Mac partition with Write permissions as the hfsplus write is still an experimental.</p>
<p>PS:<br />
I&#8217;m still in the process of finding a solution to fix my partition&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the Invalid Sibling Link error by Lisa</title>
		<link>http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/comment-page-3/#comment-7930</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Thu, 26 Nov 2009 11:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/#comment-7930</guid>
		<description>OMG - If I could, I would kiss you!!

Thankyou so much. I had tried everything, to no avail, but this worked a treat for me.

Furiously doing major backup now though, just in case . . 

Thankyou!

Lisa</description>
		<content:encoded><![CDATA[<p>OMG &#8211; If I could, I would kiss you!!</p>
<p>Thankyou so much. I had tried everything, to no avail, but this worked a treat for me.</p>
<p>Furiously doing major backup now though, just in case . . </p>
<p>Thankyou!</p>
<p>Lisa</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the Invalid Sibling Link error by Marc</title>
		<link>http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/comment-page-3/#comment-7929</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sat, 21 Nov 2009 15:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/#comment-7929</guid>
		<description>Works GREAT !!! Thanks a lot, my PowerBook Pro die, and like Amy posted on 12.08.08 at 12:56 pm: &quot;...I thought everything on my computer was lost… &quot;
Once again THANK YOU !!! :)</description>
		<content:encoded><![CDATA[<p>Works GREAT !!! Thanks a lot, my PowerBook Pro die, and like Amy posted on 12.08.08 at 12:56 pm: &#8220;&#8230;I thought everything on my computer was lost… &#8221;<br />
Once again THANK YOU !!! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on minbar for Ubuntu Edgy by Mostafa</title>
		<link>http://mahalkita.nanogeex.com/2007/04/23/minbar-for-ubuntu-edgy/comment-page-1/#comment-7928</link>
		<dc:creator>Mostafa</dc:creator>
		<pubDate>Sat, 14 Nov 2009 17:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/2007/04/23/minbar-for-ubuntu-edgy/#comment-7928</guid>
		<description>nice post, you can find azan ogg files here:
http://mhashem.wordpress.com/2009/11/14/minbar-athan-ogg-azan-ogg-mecca-azan-ogg/</description>
		<content:encoded><![CDATA[<p>nice post, you can find azan ogg files here:<br />
<a href="http://mhashem.wordpress.com/2009/11/14/minbar-athan-ogg-azan-ogg-mecca-azan-ogg/" rel="nofollow">http://mhashem.wordpress.com/2009/11/14/minbar-athan-ogg-azan-ogg-mecca-azan-ogg/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the Invalid Sibling Link error by Another Frank</title>
		<link>http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/comment-page-3/#comment-7927</link>
		<dc:creator>Another Frank</dc:creator>
		<pubDate>Fri, 06 Nov 2009 20:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/#comment-7927</guid>
		<description>Didn&#039;t work for me....

Still getting &quot;The volume Macintosh HD could not be repaired&quot; when I attempt fsck_hfs -r /dev/disk0s5

When I do the fsck -fy I&#039;m back to getting &quot;Invalid sibling link... Volume check failed&quot;

I think my next step may be DiskWarrior.</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t work for me&#8230;.</p>
<p>Still getting &#8220;The volume Macintosh HD could not be repaired&#8221; when I attempt fsck_hfs -r /dev/disk0s5</p>
<p>When I do the fsck -fy I&#8217;m back to getting &#8220;Invalid sibling link&#8230; Volume check failed&#8221;</p>
<p>I think my next step may be DiskWarrior.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPlite by Top 1000 WordPress Plugin Authors &#171; Metode de promovare</title>
		<link>http://mahalkita.nanogeex.com/wplite/comment-page-3/#comment-7926</link>
		<dc:creator>Top 1000 WordPress Plugin Authors &#171; Metode de promovare</dc:creator>
		<pubDate>Fri, 06 Nov 2009 19:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/wplite-10/#comment-7926</guid>
		<description>[...] WPlite [...]</description>
		<content:encoded><![CDATA[<p>[...] WPlite [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPlite by delicious Links: 26. October 2009</title>
		<link>http://mahalkita.nanogeex.com/wplite/comment-page-3/#comment-7923</link>
		<dc:creator>delicious Links: 26. October 2009</dc:creator>
		<pubDate>Mon, 26 Oct 2009 23:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/wplite-10/#comment-7923</guid>
		<description>[...] WPlite WPlite (”Wordpress lite”) is a Wordpress plugin that lets you hide ‘unnecessary’ items from the Wordpress administration menu—even the Dashboard. On top of that, you can also hide post meta controls on the Write page, so as to simplify the editing interface. Tags: wordpress wp light hide users plugin manage visibility menue [...]</description>
		<content:encoded><![CDATA[<p>[...] WPlite WPlite (”Wordpress lite”) is a Wordpress plugin that lets you hide ‘unnecessary’ items from the Wordpress administration menu—even the Dashboard. On top of that, you can also hide post meta controls on the Write page, so as to simplify the editing interface. Tags: wordpress wp light hide users plugin manage visibility menue [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPlite by Plugin: WPlite &#8211; Wordpress anpassen &#124; Wordpress Lesezeichen</title>
		<link>http://mahalkita.nanogeex.com/wplite/comment-page-3/#comment-7921</link>
		<dc:creator>Plugin: WPlite &#8211; Wordpress anpassen &#124; Wordpress Lesezeichen</dc:creator>
		<pubDate>Mon, 26 Oct 2009 08:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/wplite-10/#comment-7921</guid>
		<description>[...] WPlite &#8211; Wordpress anpassen http://mahalkita.nanogeex.com/wplite/ Tweet This!Share this on TechnoratiSubmit this to NetvibesAdd this to Mister WongMark this on [...]</description>
		<content:encoded><![CDATA[<p>[...] WPlite &#8211; Wordpress anpassen <a href="http://mahalkita.nanogeex.com/wplite/" rel="nofollow">http://mahalkita.nanogeex.com/wplite/</a> Tweet This!Share this on TechnoratiSubmit this to NetvibesAdd this to Mister WongMark this on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the Invalid Sibling Link error by Frank</title>
		<link>http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/comment-page-3/#comment-7920</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sun, 25 Oct 2009 07:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/#comment-7920</guid>
		<description>Hi,

I have tried fsck_hfs -r /dev/disk0s2, and got the message,

the volum disk0s2 could not be repaired.

I also try to backup image and got message, input/output error.

Please help.

Thanks.

Frank</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have tried fsck_hfs -r /dev/disk0s2, and got the message,</p>
<p>the volum disk0s2 could not be repaired.</p>
<p>I also try to backup image and got message, input/output error.</p>
<p>Please help.</p>
<p>Thanks.</p>
<p>Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lagi tentang Berita Harian by jantan sejati</title>
		<link>http://mahalkita.nanogeex.com/2007/07/16/lagi-tentang-berita-harian/comment-page-1/#comment-7919</link>
		<dc:creator>jantan sejati</dc:creator>
		<pubDate>Thu, 22 Oct 2009 19:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/2007/07/16/lagi-tentang-berita-harian/#comment-7919</guid>
		<description>yeah, melayu mmg suka benda2 seks ni.</description>
		<content:encoded><![CDATA[<p>yeah, melayu mmg suka benda2 seks ni.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bad noodles by e</title>
		<link>http://mahalkita.nanogeex.com/2009/10/13/bad-noodles/comment-page-1/#comment-7918</link>
		<dc:creator>e</dc:creator>
		<pubDate>Tue, 20 Oct 2009 00:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/?p=2622#comment-7918</guid>
		<description>dpt gadget baruke?</description>
		<content:encoded><![CDATA[<p>dpt gadget baruke?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the Invalid Sibling Link error by Brian</title>
		<link>http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/comment-page-3/#comment-7917</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 15 Oct 2009 22:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/#comment-7917</guid>
		<description>Finally worked after repeating the command 5 times. It seems that it slowly corrected things after each attempt and finally took on the last.

Dont give up if it doesn&#039;t work the first time.

The error I was getting was the same as the original disk utility error 
&quot;invalid sibling link&quot;</description>
		<content:encoded><![CDATA[<p>Finally worked after repeating the command 5 times. It seems that it slowly corrected things after each attempt and finally took on the last.</p>
<p>Dont give up if it doesn&#8217;t work the first time.</p>
<p>The error I was getting was the same as the original disk utility error<br />
&#8220;invalid sibling link&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bad noodles by ba (:</title>
		<link>http://mahalkita.nanogeex.com/2009/10/13/bad-noodles/comment-page-1/#comment-7916</link>
		<dc:creator>ba (:</dc:creator>
		<pubDate>Thu, 15 Oct 2009 03:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/?p=2622#comment-7916</guid>
		<description>Cey cey ceyyy. Dah boleh capture stills from video sey ;) Better noodles today, I hope!</description>
		<content:encoded><![CDATA[<p>Cey cey ceyyy. Dah boleh capture stills from video sey ;) Better noodles today, I hope!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the Invalid Sibling Link error by Scott</title>
		<link>http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/comment-page-3/#comment-7915</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 13 Oct 2009 20:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/#comment-7915</guid>
		<description>After approx 3 minutes, the process returned the Failed After 3 Attempts; then ran standard fsck and repair went through. Rebooted. Live again. First order of business. Backup!

Thank you. If only all tech support were so happy.</description>
		<content:encoded><![CDATA[<p>After approx 3 minutes, the process returned the Failed After 3 Attempts; then ran standard fsck and repair went through. Rebooted. Live again. First order of business. Backup!</p>
<p>Thank you. If only all tech support were so happy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Malay/Muslim French kissing? by Ray Jr</title>
		<link>http://mahalkita.nanogeex.com/2007/07/26/malaymuslim-french-kissing/comment-page-1/#comment-7906</link>
		<dc:creator>Ray Jr</dc:creator>
		<pubDate>Sun, 04 Oct 2009 08:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/2007/07/26/malaymuslim-french-kissing/#comment-7906</guid>
		<description>who is this khairulneezam?
looks like a muslim but sorry to say you&#039;re so pathetic...</description>
		<content:encoded><![CDATA[<p>who is this khairulneezam?<br />
looks like a muslim but sorry to say you&#8217;re so pathetic&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the Invalid Sibling Link error by CP</title>
		<link>http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/comment-page-3/#comment-7904</link>
		<dc:creator>CP</dc:creator>
		<pubDate>Sat, 03 Oct 2009 07:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/2007/09/28/how-to-fix-the-invalid-sibling-link-error/#comment-7904</guid>
		<description>Worked fine, thank you!</description>
		<content:encoded><![CDATA[<p>Worked fine, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On the Ris Low incident by introspectif</title>
		<link>http://mahalkita.nanogeex.com/2009/09/22/on-the-ris-low-incident/comment-page-1/#comment-7901</link>
		<dc:creator>introspectif</dc:creator>
		<pubDate>Fri, 02 Oct 2009 16:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/?p=2589#comment-7901</guid>
		<description>Read: &lt;a href=&quot;http://mahalkita.nanogeex.com/2008/12/13/miss-world-the-annual-big-time-farce/&quot; rel=&quot;nofollow&quot;&gt;Miss World, the annual big time farce&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Read: <a href="http://mahalkita.nanogeex.com/2008/12/13/miss-world-the-annual-big-time-farce/" rel="nofollow">Miss World, the annual big time farce</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On the Ris Low incident by ZenSensei</title>
		<link>http://mahalkita.nanogeex.com/2009/09/22/on-the-ris-low-incident/comment-page-1/#comment-7895</link>
		<dc:creator>ZenSensei</dc:creator>
		<pubDate>Sun, 27 Sep 2009 19:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://mahalkita.nanogeex.com/?p=2589#comment-7895</guid>
		<description>I&#039;ve a feeling that it&#039;s Ris&#039; dream to be famous. That&#039;s why she chose to participate in a beauty pageant. She probably didn&#039;t expect herself to become famous for the &#039;wrong reasons&#039; though. 

As for the existence of beauty pageants, it exists because there&#039;s a demand for it in the world. Outwardly, it may look just like a parade of outer beauty. But what about the fact that the real person behind the title, like Miss Universe, use their fame to go out there and make a difference in the less privileged community?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve a feeling that it&#8217;s Ris&#8217; dream to be famous. That&#8217;s why she chose to participate in a beauty pageant. She probably didn&#8217;t expect herself to become famous for the &#8216;wrong reasons&#8217; though. </p>
<p>As for the existence of beauty pageants, it exists because there&#8217;s a demand for it in the world. Outwardly, it may look just like a parade of outer beauty. But what about the fact that the real person behind the title, like Miss Universe, use their fame to go out there and make a difference in the less privileged community?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.241 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-12-24 04:05:10 -->
<!-- Compression = gzip -->