<?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>Linux, Open Source and Web 2.0 &#187; mount</title>
	<atom:link href="http://articles.itecsoftware.com/tag/mount/feed" rel="self" type="application/rss+xml" />
	<link>http://articles.itecsoftware.com</link>
	<description>Itec Software</description>
	<lastBuildDate>Mon, 06 Sep 2010 18:29:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mount Remote Folder Via SSH Using SSHFS</title>
		<link>http://articles.itecsoftware.com/linux/mount-remote-folder-via-ssh-using-sshfs</link>
		<comments>http://articles.itecsoftware.com/linux/mount-remote-folder-via-ssh-using-sshfs#comments</comments>
		<pubDate>Mon, 23 Mar 2009 20:55:40 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshfs]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=35</guid>
		<description><![CDATA[If you do any kind of web or application development, then you&#8217;re used to working with remote servers and systems. You work locally, create test cases and do some kind of qa before deploying to the live system. But what if your qa / test system is also remotely? Wouldn&#8217;t it be nice if you [...]]]></description>
			<content:encoded><![CDATA[<p>If you do any kind of web or application development, then you&#8217;re used to working with remote servers and systems. You work locally, create test cases and do some kind of qa before deploying to the live system. But what if your qa / test system is also remotely? Wouldn&#8217;t it be nice if you could just work as if your files were local and have changes sync automatically? Mounting a remote folder using sshfs makes it possible.<span id="more-35"></span>Be careful as all changes are reflected on your remote server immediately and without warning.</p>
<p>If you&#8217;re often working with remote servers, directories and files, then you know how annoying it can become to constantly sync your content using ftp, ssh, sftp or some other method.</p>
<p>Following are the steps necessary to accomplish this:</p>
<p>- Install sshfs (<span style="color: #008000;">$sudo apt-get install sshfs</span>) . This will also install fuse-utils and libfuse2, which are required.</p>
<p>- Create a folder to serve as mount location (<span style="color: #008000;">$ mkdir ~/mount/some-name<span style="color: #000000;">)</span></span></p>
<p>- Add your user account to the user group &#8220;fuse&#8221;, so that you will have the appropriate rights for sshfs (<span style="color: #008000;">$sudo adduser your-username fuse</span>)</p>
<p>- Log off and log back in. This step is necessary for the account changes to take effect.</p>
<p>- Mount the remote filesystem with the following syntax: sshfs user@host:/remote-folder local-mount  (<span style="color: #008000;">sshfs user@example.com:/web ~/mount/localweb</span>)</p>
<p>That&#8217;s it, you should now have a local folder with all the files from the remote location.</p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>]]></content:encoded>
			<wfw:commentRss>http://articles.itecsoftware.com/linux/mount-remote-folder-via-ssh-using-sshfs/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: articles.itecsoftware.com @ 2010-09-09 23:18:28 -->