While attempting to mount a certain remote volume:
> sshfs -d -o debug -o sshfs_debug -oIdentityFile=$HOME/.ssh/id_rsa-droid root@192.168.1.229:/ /Volumes/Android/
SSHFS version 2.5
executing <ssh> <-x> <-a> <-oClearAllForwardings=yes> <-oIdentityFile=/Users/dummy/.ssh/id_rsa-droid> <-2> <root@192.168.1.229> <-s> <sftp>
Server version: 3
Extension: posix-rename@openssh.com <1>
Extension: statvfs@openssh.com <2>
Extension: fstatvfs@openssh.com <2>
Extension: hardlink@openssh.com <1>
unique: 0, opcode: INIT (26), nodeid: 0, insize: 56
INIT: 7.8
flags=0x00000000
max_readahead=0x00100000
remote_uid = 0
INIT: 7.8
flags=0x00000000
max_readahead=0x00100000
max_write=0x01000000
unique: 0, error: 0 (Undefined error: 0), outsize: 40
unique: 0, opcode: STATFS (17), nodeid: 1, insize: 40
[00002] EXTENDED
[00002] STATUS 42bytes (2ms)
unique: 0, error: -102 (Operation not supported on socket), outsize: 16
mount_osxfusefs: failed to mount /Volumes/Android@/dev/osxfuse1: Operation not supported on socket
sent: 1 messages, 37 bytes
received: 1 messages, 42 bytes
rtt min/max/avg: 2ms/2ms/2ms
num connect: 1
I am on Mavericks. sshfs version info:
> sshfs --version
SSHFS version 2.5 (OSXFUSE SSHFS 2.5.0)
OSXFUSE library version: FUSE 2.7.3 / OSXFUSE 2.6.2
no mount point
The same volume mounts correctly on Linux:
> sshfs --version
SSHFS version 2.4
FUSE library version: 2.9.0
fusermount version: 2.9.0
using FUSE kernel interface version 7.18
The remote SSH server runs on an Android device with OpenSSH_6.2p2 and the sftp service works just fine.
I am not sure if this is a sshfs problem or an OSX FUSE problem...
Thanks!
While attempting to mount a certain remote volume:
I am on Mavericks. sshfs version info:
The same volume mounts correctly on Linux:
The remote SSH server runs on an Android device with OpenSSH_6.2p2 and the sftp service works just fine.
I am not sure if this is a sshfs problem or an OSX FUSE problem...
Thanks!