<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs">
    <title>gmane.comp.file-systems.fuse.sshfs</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1339"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1338"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1337"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1336"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1335"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1334"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1333"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1332"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1331"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1330"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1329"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1328"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1327"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1326"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1325"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1324"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1323"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1322"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1321"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1320"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1339">
    <title>Re: sshfs gives an I/O error</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1339</link>
    <description>&lt;pre&gt;

Can you please post the debug output you get with the
"-odebug,sshfs_debug" options?

Thanks,
Miklos

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Miklos Szeredi</dc:creator>
    <dc:date>2012-05-14T13:26:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1338">
    <title>sshfs gives an I/O error</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1338</link>
    <description>&lt;pre&gt;Hi

I am not following the list, but thought I'd remind you of this issue:

When I want to mount using sshfs as remote root, it mounts fine, but I get
an I/O error when trying to read anything:

bf&amp;lt; at &amp;gt;desktop-bf:~/SSHNetwork$ sshfs -o allow_other root&amp;lt; at &amp;gt;intranet:/var/www
Frodoweb/
root&amp;lt; at &amp;gt;intranet's password:
bf&amp;lt; at &amp;gt;desktop-bf:~/SSHNetwork$ ls -la
ls: cannot access Frodoweb: Input/output error

When I use a normal user, it seems to work fine.

When I add a trialing slash, the whole thing works fine:

bf&amp;lt; at &amp;gt;desktop-bf:~/SSHNetwork$ sshfs -o allow_other root&amp;lt; at &amp;gt;intranet:/var/www/
Frodoweb/
root&amp;lt; at &amp;gt;intranet's password:
bf&amp;lt; at &amp;gt;desktop-bf:~/SSHNetwork$ ls -la
total 64
...

I am using:
bf&amp;lt; at &amp;gt;desktop-bf:~/SSHNetwork/Frodoweb$ sshfs --version
SSHFS version 2.3
FUSE library version: 2.8.6
fusermount version: 2.8.6
using FUSE kernel interface version 7.12

On Ubuntu 12.04.

Regards,
Bart Friederichs
technisch buro west-brabant b.v.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exc&lt;/pre&gt;</description>
    <dc:creator>Bart Friederichs</dc:creator>
    <dc:date>2012-05-03T09:54:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1337">
    <title>Re: cp moves content to host</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1337</link>
    <description>&lt;pre&gt;
I'd think the FAQ is just incomplete there. A move shouldn't have to 
move any data "over the wire", but a copy would. The cp command doesn't 
have a system call it uses to make the copy. It just opens the old file 
for reading, the new file for writing, and writes the data. The mv 
command, though, can use the rename(2) command when staying on the same 
filesystem, and that is implemented in sshfs, so that it's done on the 
remote end, without having to read all the data.

--
Mike Kelly

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Mike Kelly</dc:creator>
    <dc:date>2012-04-26T15:16:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1336">
    <title>cp moves content to host</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1336</link>
    <description>&lt;pre&gt;Hello Miklos,
I just found out that SSHFS moves files from server to host when I run
copy command. According to FAG it shouldn't:
http://sourceforge.net/apps/mediawiki/fuse/index.php?title=SshfsFaq

Example:

sshfs host: data
cd data
time cp etc.tgz etc1.tgz

Output:
real1m15.335s
user0m0.000s
sys0m0.040s

The file etc.tgz has about 50MB and it takes 2.673s when I run the same
command directly via SSH.

Is this bug or feature?

Thanks

Best regards
Daniel


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Daniel Milde</dc:creator>
    <dc:date>2012-04-26T08:42:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1335">
    <title>Re: Patch for remote permissions?</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1335</link>
    <description>&lt;pre&gt;

No problem, you can do something like

  "-osftp_server="/usr/lib/openssh/sftp-server -u0"

Does this help?

Thanks,
Miklos

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Miklos Szeredi</dc:creator>
    <dc:date>2012-04-24T15:34:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1334">
    <title>Re: Patch for remote permissions?</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1334</link>
    <description>&lt;pre&gt;The problem iis that I can not access the ssh config on the server side. Also, 
i prefer when my user account has umask of 077. When I upload files to remote, 
whatever -oumask=M i supply, the files are uploaded with permissions based on 
my LOCAL umask. If I am mounting a common/shared folder, it is a problem. 
chmodding each file manually post-upload is not fun, so I was thinking maybe 
FUSE/sshfs could do that instead. For example, CIFS can do this kind of 
mapping.

What is the problem with chmod for each file after upload? Are there any other 
options? Also, AFAIK, Tectia ssh client has this sort of functionality, 
probably because windows does not have umasks, but still.
BR,
Alex.
tiistai 24 huhtikuu 2012 09:29:23 Miklos Szeredi kirjoitti:
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include &lt;/pre&gt;</description>
    <dc:creator>Alex Pyattaev</dc:creator>
    <dc:date>2012-04-24T07:54:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1333">
    <title>Re: patch</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1333</link>
    <description>&lt;pre&gt;

Thanks for the patch, this is already fixed in 2.9.0.

Thanks,
Miklos

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Miklos Szeredi</dc:creator>
    <dc:date>2012-04-24T07:32:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1332">
    <title>Re: Patch for remote permissions?</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1332</link>
    <description>&lt;pre&gt;

In its current form, no.  I don't like the chmod after open/mkdir.

What exactly do you need this for?

There's the -oumask=M option for sshfs.

There's the -u option for sftp-server (change the Subsystem line in
/etc/ssh/sshd_config to something like "Subsystem sftp
/usr/lib/ssh/sftp-server -u0").

The only thing missing is separate mask for files and directories.  Such
a patch I can accept for fuse.

Thanks,
Miklos

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Miklos Szeredi</dc:creator>
    <dc:date>2012-04-24T07:29:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1331">
    <title>patch</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1331</link>
    <description>&lt;pre&gt;Hi
We use sshfs on the platform arm uclibc, her daemon
function does not work as it is implemented in the standard libc.
We offer a patch, which will work on all platforms.
Thank you very much.

&lt;/pre&gt;</description>
    <dc:creator>MTA</dc:creator>
    <dc:date>2012-04-20T12:52:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1330">
    <title>Patch for remote permissions?</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1330</link>
    <description>&lt;pre&gt;Hello!
there is an old patch in the internet here
http://andre.frimberger.de/wp-content/uploads/downloads/2010/08/sshfs-2.2-
permissions-workaround.patch.txt
which allows to specify fmask and dmask for the uploaded files in a way that 
is not dependent on the local user's umask setting. Is there any chance of 
this getting merged into the production version? If there is, I could port it 
to the current stable version and send it to you guys for commit.

I really need this kind of functionality, preferably yesterday, so let me know 
what you think.

Best regards,
Alex Pyattaev
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
&lt;/pre&gt;</description>
    <dc:creator>Alex Pyattaev</dc:creator>
    <dc:date>2012-04-20T12:01:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1329">
    <title>Re: Can't write to mounted SSHFS volume in Mac OS X 10.6.8</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1329</link>
    <description>&lt;pre&gt;

This mailing list is probably the wrong place to ask about sshfs issues
on OSX.  Please try asking on the OSXFUSE forum:

http://osxfuse.github.com/
https://groups.google.com/forum/#!forum/osxfuse-group

Thanks,
Miklos

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>Miklos Szeredi</dc:creator>
    <dc:date>2012-04-18T15:09:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1328">
    <title>Can't write to mounted SSHFS volume in Mac OS X 10.6.8</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1328</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I installed SSHFS via MacPorts onto my system with Mac OS X 10.6.8. It
runs well and mounts a remote volume correctly.

While I can read from the mounted volume, I am not allowed to write
anything to it! This is even though I logged in with credentials that
have write access on the server.

My only theory is that my Mac is trying to write to the SSHFS with local
credentials, and not the remote user that actually has write access. Is
this correct? Or is it another problem?

In any case, would you be able to help me with troubleshooting this issue?

Thank you so much!

- - Pen-Yuan Hsing
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.16 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPhwhwAAoJECAG/RE3RfCwcxcH/2S4VPdNCn+sOvBe7vAmCqHi
OP61AuXFXfrrdhH9OmDPgRpB8aHjRLBFkNzmSiqgR7aBGQabh9EFM+tX3wPtsU+z
d0uIjjtGE9CGgdjtL3q7GLZZxsBLG0j18+8XZLT8Lhbt+5fJo1EY1ftvqdZ4b6fm
/cVzdHHKS1LmOpkRnrgD7MelYiRZ2ZKTiGx4Cw0L8uaQN&lt;/pre&gt;</description>
    <dc:creator>Pen-Yuan Hsing</dc:creator>
    <dc:date>2012-04-12T16:53:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1327">
    <title>Re: gazzilion lookups when cd'ing into mountpoint + assuring responsiveness</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1327</link>
    <description>&lt;pre&gt;On Mon, 19 Mar 2012 18:13:47 +0100
Miklos Szeredi &amp;lt;miklos&amp;lt; at &amp;gt;szeredi.hu&amp;gt; wrote:


it's not a bash completion thing for git.
1) it happens when I execute "cd &amp;lt;mountpoint&amp;gt;", I do not press tab, I just paste the full path and type enter
2) same behavior with /bin/dash
3) it goes over many more files and directories, not just those beginning with .git

Dieter

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>Dieter Plaetinck</dc:creator>
    <dc:date>2012-03-21T12:26:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1326">
    <title>Re: gazzilion lookups when cd'ing into mountpoint +assuring responsiveness</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1326</link>
    <description>&lt;pre&gt;

Ah, that looks like a bash completion thing for git.  On my system it is
at /etc/bash_completion.d/git.sh.  And I have no idea how to enable or
disable it...

Thanks,
Miklos

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>Miklos Szeredi</dc:creator>
    <dc:date>2012-03-19T17:13:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1325">
    <title>Re: gazzilion lookups when cd'ing into mountpoint + assuring responsiveness</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1325</link>
    <description>&lt;pre&gt;On Mon, 19 Mar 2012 15:20:59 +0100
Miklos Szeredi &amp;lt;miklos&amp;lt; at &amp;gt;szeredi.hu&amp;gt; wrote:


yes, so this is the log of mounting and cd'ing into the mount (cd happens in a different terminal)
http://pastie.org/3628477
I cut it off at some point, because it just goes on and on for -I think- every single file in the mount.

Dieter

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>Dieter Plaetinck</dc:creator>
    <dc:date>2012-03-19T14:59:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1324">
    <title>Re: gazzilion lookups when cd'ing into mountpoint +assuring responsiveness</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1324</link>
    <description>&lt;pre&gt;

No ideas.  Can you send the debug log when entering the directory:

  sshfs -d -osshfs_debug ...

Thanks,
Miklos

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>Miklos Szeredi</dc:creator>
    <dc:date>2012-03-19T14:20:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1323">
    <title>Re: gazzilion lookups when cd'ing into mountpoint + assuring responsiveness</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1323</link>
    <description>&lt;pre&gt;On Mon, 19 Mar 2012 14:49:10 +0100
Miklos Szeredi &amp;lt;miklos&amp;lt; at &amp;gt;szeredi.hu&amp;gt; wrote:


this doesn't seem to be the case:
$ echo $LD_LIBRARY_PATH

$ echo "a${LD_LIBRARY_PATH}b"
ab
any other idea?


I see..

thanks

Dieter


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>Dieter Plaetinck</dc:creator>
    <dc:date>2012-03-19T13:56:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1322">
    <title>Re: gazzilion lookups when cd'ing into mountpoint +assuring responsiveness</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1322</link>
    <description>&lt;pre&gt;

This usually happens if LD_LIBRARY_PATH contains an entry for "."


No, this would need support in the sftp-server and int the protocol.
Extending the protocol is theoretically possible, but I don't think
such extension makes sense, it's too far from the original purpose of
SFTP.

Thanks,
Miklos

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>Miklos Szeredi</dc:creator>
    <dc:date>2012-03-19T13:49:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1321">
    <title>gazzilion lookups when cd'ing into mountpoint + assuring responsiveness</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1321</link>
    <description>&lt;pre&gt;Hi,
I've used sshfs with success in various previous use cases,
although I'm now having an issue I haven't seen before.
I mount the sshfs like so:
sshfs -d -o debug -o idmap=user $server:/home/dieter/public_html/master /home/dieter/workspaces/eclipse/master

I can ls the contents of the mountpoint well, and read files, but as soon as I want to cd into the mount,
sshfs seems to perform a LOOKUP/getattr for pretty much every single file contained within the remote directory (recursively).
This causes the cd call to stall.

My other question is, how is responsiveness assured? I know sshfs performs predictive readahead and caching, but when are caches invalidated?
Does sshfs use something like inotify?
I'm working on a remote codebase (editing it locally, but storing and running it remotely, although a full local cache is acceptable)
and I'm considering two options.  One is just using sshfs.  The other one is more involved but possibly more responsive:
I would just do an initial rsync of the directory to my loca&lt;/pre&gt;</description>
    <dc:creator>Dieter Plaetinck</dc:creator>
    <dc:date>2012-03-15T13:18:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1320">
    <title>Re: sshfs client on Android (with Dropbear)?</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1320</link>
    <description>&lt;pre&gt;

Only on the server side, obviously.

Thanks,
Miklos

------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
&lt;/pre&gt;</description>
    <dc:creator>Miklos Szeredi</dc:creator>
    <dc:date>2012-03-14T13:21:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1319">
    <title>sshfs client on Android (with Dropbear)?</title>
    <link>http://permalink.gmane.org/gmane.comp.file-systems.fuse.sshfs/1319</link>
    <description>&lt;pre&gt;Hi,

I am trying to port sshfs to Android. Android uses dropbear as ssh
implementation therefore no sftp on the client side. The host I want
to connrct to surely has "normal" openssh.

Is it necessary to have the sftp program at client side in order to
use sshfs, or is it only the server requirement to have sftp-server?

Thanks.

&lt;/pre&gt;</description>
    <dc:creator>Dimitry Golubovsky</dc:creator>
    <dc:date>2012-03-10T14:18:34</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.file-systems.fuse.sshfs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.file-systems.fuse.sshfs</link>
  </textinput>
</rdf:RDF>

