<?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 on: Mount a remote file system through ssh Using sshfs</title>
	<atom:link href="http://www.debianadmin.com/mount-a-remote-file-system-through-ssh-using-sshfs.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/mount-a-remote-file-system-through-ssh-using-sshfs.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Emanuel</title>
		<link>http://www.debianadmin.com/mount-a-remote-file-system-through-ssh-using-sshfs.html/comment-page-1#comment-9051</link>
		<dc:creator>Emanuel</dc:creator>
		<pubDate>Fri, 18 Nov 2011 03:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mount-a-remote-file-system-through-ssh-using-sshfs.html#comment-9051</guid>
		<description>Here&#039;s a tip for those who are puzzled as to why permissions might break, use the -o idmap=none option to disable mapping remote user id/group id from being applied to the local folder after mounting.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a tip for those who are puzzled as to why permissions might break, use the -o idmap=none option to disable mapping remote user id/group id from being applied to the local folder after mounting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby</title>
		<link>http://www.debianadmin.com/mount-a-remote-file-system-through-ssh-using-sshfs.html/comment-page-1#comment-8939</link>
		<dc:creator>Toby</dc:creator>
		<pubDate>Tue, 04 Oct 2011 17:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mount-a-remote-file-system-through-ssh-using-sshfs.html#comment-8939</guid>
		<description>man sshfs:

SYNOPSIS
   mounting
       sshfs [user@]host:[dir] mountpoint [options]


tony&#039;s reply is only true if your remote host and your local host require the same UID.</description>
		<content:encoded><![CDATA[<p>man sshfs:</p>
<p>SYNOPSIS<br />
   mounting<br />
       sshfs [user@]host:[dir] mountpoint [options]</p>
<p>tony&#8217;s reply is only true if your remote host and your local host require the same UID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://www.debianadmin.com/mount-a-remote-file-system-through-ssh-using-sshfs.html/comment-page-1#comment-8254</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Fri, 04 Mar 2011 02:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mount-a-remote-file-system-through-ssh-using-sshfs.html#comment-8254</guid>
		<description>This is incorrent.
To ssh, one does user@ip.add.re.ss
but to sshfs one does
sshfs ip.add.re.ss:/remote/dir /local/mount/point

The username is not part of the sshfs command.
I know. I use that almost daily.

./tony</description>
		<content:encoded><![CDATA[<p>This is incorrent.<br />
To ssh, one does <a href="mailto:user@ip.add.re.ss">user@ip.add.re.ss</a><br />
but to sshfs one does<br />
sshfs ip.add.re.ss:/remote/dir /local/mount/point</p>
<p>The username is not part of the sshfs command.<br />
I know. I use that almost daily.</p>
<p>./tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John H</title>
		<link>http://www.debianadmin.com/mount-a-remote-file-system-through-ssh-using-sshfs.html/comment-page-1#comment-1863</link>
		<dc:creator>John H</dc:creator>
		<pubDate>Sun, 10 Aug 2008 09:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mount-a-remote-file-system-through-ssh-using-sshfs.html#comment-1863</guid>
		<description>Hi  there, thanks alot for this tip! I am using it in conjunction with mondo rescue so i can burn my ISOs from different computers (and also because the computer that I&#039;m backing up doesn&#039;t have a lot of disk space, or a DVDburner).

Once again, THANK YOU.

John H =D</description>
		<content:encoded><![CDATA[<p>Hi  there, thanks alot for this tip! I am using it in conjunction with mondo rescue so i can burn my ISOs from different computers (and also because the computer that I&#8217;m backing up doesn&#8217;t have a lot of disk space, or a DVDburner).</p>
<p>Once again, THANK YOU.</p>
<p>John H =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HackITLinux</title>
		<link>http://www.debianadmin.com/mount-a-remote-file-system-through-ssh-using-sshfs.html/comment-page-1#comment-1862</link>
		<dc:creator>HackITLinux</dc:creator>
		<pubDate>Tue, 04 Sep 2007 00:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mount-a-remote-file-system-through-ssh-using-sshfs.html#comment-1862</guid>
		<description>&lt;strong&gt;How to securely mount a remote file system...&lt;/strong&gt;

 In last year&#039;s Linux Admin Tips entry, I mentioned FUSE, the open source Filesystem in Userspace project, and how it is used to mount remote file systems via SSH. Here&#039;s a tutorial on how to install and use it......</description>
		<content:encoded><![CDATA[<p><strong>How to securely mount a remote file system&#8230;</strong></p>
<p> In last year&#39;s Linux Admin Tips entry, I mentioned FUSE, the open source Filesystem in Userspace project, and how it is used to mount remote file systems via SSH. Here&#39;s a tutorial on how to install and use it&#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

