<?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>Review, Specs and Price &#187; Linux</title>
	<atom:link href="http://dhanti.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://dhanti.com</link>
	<description>Review of Gadget, Laptop, Notebook, Netbook and Tablet</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:22:47 +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>Mounting a Remote Filesystem via ssh on Linux Ubuntu</title>
		<link>http://dhanti.com/mounting-a-remote-filesystem-via-ssh-on-linux-ubuntu/</link>
		<comments>http://dhanti.com/mounting-a-remote-filesystem-via-ssh-on-linux-ubuntu/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 08:33:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dhanti.com/?p=10</guid>
		<description><![CDATA[What is the fastest way ever to have available on your computer the contents of the file system of a remote server accessible via local network or the Internet? Until recently, personally I would have necessarily thought that the only way to solve this problem was to create an archive on the remote server to [...]]]></description>
			<content:encoded><![CDATA[<p>What is the fastest way ever to have available on your computer the contents of the file system of a remote server accessible via local network or the Internet? Until recently, personally I would have necessarily thought that the only way to solve this problem was to create an archive on the remote server to be able to download and unzip locally, which we know, is quite costly both in terms of time and disk space and bandwidth required &#8230; <span id="more-10"></span></p>
<p>But, apparently I was wrong: it seems there are no limits to the power and flexibility of Linux! I have found that you can solve the problem in a much faster which is &#8220;simply&#8221; in the mount remote filesystems as local directory through a secure ssh, without any open window of vulnerability on the remote server.<br />
Here are the steps needed to be covered:<br />
installed packages sshfs and fuse-utils:<br />
sudo aptitude install fuse-utils sshfs<br />
verified that the kernel module &#8220;fuse&#8221; is loaded. Lancindo the following command, you should get as output a line containing the word &#8220;fuse&#8221;<br />
lsmod | grep fuse<br />
Simply mount the file system remotely with a command similar to the following:<br />
mkdir-p / mnt / sshfs /<br />
sshfs remote-user @ remote-machine: / some / directory / mnt / sshfs<br />
where &#8220;remote-user&#8221; is the user that the user authorized to access the remote server &#8220;remote-machine&#8221;</p>
<p>That&#8217;s it! Easy no?</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://dhanti.com/mounting-a-remote-filesystem-via-ssh-on-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

