Impossibile montare la directory remota usando SSHFS

0

Ho installato SSHFS 3.5 tramite Homebrew su OSX 10.9. Provo il seguente:

~$ mkdir link
~$ sshfs user@hostname:/path/to/dir/ ./link

Ma continuo a ricevere questo errore:

the OSXFUSE file system is not available (-1)
the OSXFUSE file system is not available (1)

Qualche idea su cosa sto facendo male?

    
posta John J. Camilleri 15.05.2014 - 13:47
fonte

1 risposta

1

Si è scoperto che era solo un caso di RTFM. Ho anche avuto bisogno di installare l'estensione del kernel, in questo modo:

sudo /bin/cp -RfX /usr/local/opt/osxfuse/Library/Filesystems/osxfusefs.fs /Library/Filesystems
sudo chmod +s /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs
    
risposta data 15.05.2014 - 14:07
fonte

Leggi altre domande sui tag