neuropoly/intranet.neuro.polymtl.ca

Cannot mount station

jcohenadad opened this issue · 4 comments

Trying this command listed in the doc:

julien-macbook:~/temp $ sshfs p101317@joplin:~/code joplin_data_nvme_p101317
kext load failed: -603947007
mount_osxfuse: the file system is not available (255)

note: i'm at poly

i've also tried a bunch of other combinations:

julien-macbook:~/temp $ sshfs p101317@joplin:/home/GRAMES.POLYMTL.CA/p101317/data_nvme_p101317 joplin_data_nvme_p101317
kext load failed: -603947007
mount_osxfuse: the file system is not available (255)
julien-macbook:~/temp $ sshfs joplin:/home/GRAMES.POLYMTL.CA/p101317/data_nvme_p101317 joplin_data_nvme_p101317
kext load failed: -603947007
mount_osxfuse: the file system is not available (255)
julien-macbook:~/temp $ sshfs p101317@joplin.neuro.polymtl.ca:/home/GRAMES.POLYMTL.CA/p101317/data_nvme_p101317 joplin_data_nvme_p101317
kext load failed: -603947007
mount_osxfuse: the file system is not available (255)

ah! maybe a clue:

julien-macbook:~/temp $ brew install sshfs
sshfs 2.10_2 is already installed but outdated (so it will be upgraded).
Error: sshfs has been disabled because it requires closed-source macFUSE!

trying

brew upgrade

following telepresenceio/telepresence#1654 (comment) i then ran:

brew install gromgit/fuse/sshfs-mac

and it looks like things are now working because my mac opened a "security" window asking to restart the mac... so we'll see.

Victory 🎉 After restarting, launching this command successfully mounts the folder:

sshfs joplin:/mnt/nvme/p101317/neuromod/20220622_neuromod_results/ joplin_data_nvme_p101317

Needs to be documented