<?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>Irfan's Corner on the Web &#187; mobileme</title>
	<atom:link href="http://irfanhabib.com/blog/tag/mobileme/feed/" rel="self" type="application/rss+xml" />
	<link>http://irfanhabib.com/blog</link>
	<description>On Mac, Linux, Grid, Virtualization and Software Technology</description>
	<lastBuildDate>Sat, 18 Jun 2011 07:07:01 +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>How to mount your MobileMe iDisk in Linux</title>
		<link>http://irfanhabib.com/blog/2009/11/11/how-to-mount-your-mobileme-idisk-in-linux/</link>
		<comments>http://irfanhabib.com/blog/2009/11/11/how-to-mount-your-mobileme-idisk-in-linux/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 09:16:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mobileme]]></category>

		<guid isPermaLink="false">http://irfanhabib.com/blog/2009/11/11/how-to-mount-your-mobileme-idisk-in-linux/</guid>
		<description><![CDATA[
			
				
			
		
I tried mounting my iDisk about 3 years ago in a Linux system and I had to use Cadaver for it. It was not easy to configure. Fortunately now things have changed. You just need 1 command (or two if you have to install davfs2) to mount a Webdav share (iDisk uses webdav).
1. First install [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Firfanhabib.com%2Fblog%2F2009%2F11%2F11%2Fhow-to-mount-your-mobileme-idisk-in-linux%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Firfanhabib.com%2Fblog%2F2009%2F11%2F11%2Fhow-to-mount-your-mobileme-idisk-in-linux%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I tried mounting my iDisk about 3 years ago in a Linux system and I had to use <a href="http://www.webdav.org/cadaver/">Cadaver</a> for it. It was not easy to configure. Fortunately now things have changed. You just need 1 command (or two if you have to install davfs2) to mount a Webdav share (iDisk uses webdav).</p>
<p>1. First install the <a href="http://dav.sourceforge.net/">WebDAV Linux File System (davfs2)</a>. If you are using Ubuntu (as many people seem to be doing nowadays), you can install davfs2 by typing.</p>
<pre>~# sudo apt-get install davfs2</pre>
<p>2. To mount a dav share then, simply create a folder for it</p>
<pre>sudo mkdir /mnt/idisk</pre>
<p>and mount your idisk</p>
<pre>sudo mount -t davfs https://idisk.me.com/$MOBILEMEUSERNAME /mnt/idisk/</pre>
<p>Replace <code>$MOBILEMEUSERNAME</code> with your Mobile Me username. Davfs2 will ask for your password, and then you can start using your idisk.</p>
]]></content:encoded>
			<wfw:commentRss>http://irfanhabib.com/blog/2009/11/11/how-to-mount-your-mobileme-idisk-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

