Bart Friederichs | 3 May 2012 11:54
Picon
Favicon
Gravatar

sshfs gives an I/O error

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 <at> desktop-bf:~/SSHNetwork$ sshfs -o allow_other root <at> intranet:/var/www
Frodoweb/
root <at> intranet's password:
bf <at> 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 <at> desktop-bf:~/SSHNetwork$ sshfs -o allow_other root <at> intranet:/var/www/
Frodoweb/
root <at> intranet's password:
bf <at> desktop-bf:~/SSHNetwork$ ls -la
total 64
...

I am using:
bf <at> 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
(Continue reading)

Miklos Szeredi | 14 May 2012 15:26
Picon

Re: sshfs gives an I/O error

Bart Friederichs <bf <at> tbwb.nl> writes:

> 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 <at> desktop-bf:~/SSHNetwork$ sshfs -o allow_other root <at> intranet:/var/www
> Frodoweb/
> root <at> intranet's password:
> bf <at> 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 <at> desktop-bf:~/SSHNetwork$ sshfs -o allow_other root <at> intranet:/var/www/
> Frodoweb/
> root <at> intranet's password:
> bf <at> desktop-bf:~/SSHNetwork$ ls -la
> total 64
> ...
>
> I am using:
> bf <at> desktop-bf:~/SSHNetwork/Frodoweb$ sshfs --version
> SSHFS version 2.3
> FUSE library version: 2.8.6
(Continue reading)


Gmane