<?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>Random thoughts of an overloaded mind &#187; webdav</title>
	<atom:link href="http://blog.amarkulo.com/tag/webdav/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.amarkulo.com</link>
	<description>Yet another technical blog about iOS, Windows, Linux, Arduino and everything else</description>
	<lastBuildDate>Tue, 13 Dec 2011 16:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to mount web folder (webdav) under Linux?</title>
		<link>http://blog.amarkulo.com/mount-web-dav-folder</link>
		<comments>http://blog.amarkulo.com/mount-web-dav-folder#comments</comments>
		<pubDate>Sun, 23 Nov 2008 21:15:28 +0000</pubDate>
		<dc:creator>amar</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[davfs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web folder]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://dzo.blogsite.org/?p=177</guid>
		<description><![CDATA[I have recently received 10GB of disk space from my ISP for free so I thought that I could store backup of my local server there. For making my Ubuntu server to recognise webdav as a file system I needed &#8230; <a href="http://blog.amarkulo.com/mount-web-dav-folder">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have recently received 10GB of disk space from my ISP for free so I thought that I could store backup of my local server there.</p>
<p>For making my Ubuntu server to recognise webdav as a file system I needed to install package <strong>davfs2</strong>.</p>
<p>After installation all I needed to do was to create one new directory on / and execute following command:</p>
<blockquote><p><strong>mount -t davfs http://your.server/your_username /mount_point</strong></p></blockquote>
<p>After that you will get prompt to enter username and password.</p>
<p>That&#8217;s it, now you have your webdav folder mounted.</p>
<hr>
<p><div class="entry-utility">If you don't already have a <a href="http://db.tt/aqrG0tY">Dropbox</a> account then you can create it by clicking on my <a href="http://db.tt/aqrG0tY">affiliate link</a>. You will receive 2GB free account + 250 MB extra and I will receive 250 MB as well. Win-Win :-)</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amarkulo.com/mount-web-dav-folder/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

