Skip to main content

All Questions

Tagged with
1 vote
1 answer
3k views

sshfs to mount ftp folder to local folder not working

in my debian I am trying to mount a remote FTP folder to a local folder with sshfs. This is the command I use: sshfs ftp_user@ftp_ip: /mnt/myfolder The command is executed and I get the error: read:...
Giacomo M's user avatar
  • 143
3 votes
1 answer
4k views

SSHFS mounting with FSTAB during boot (Linux / Debian)

Is there anyone out there who can help me try to "translate" this SSHFS command to a proper fstab-line? I already tried once and messed up with whole FSTAB and boot. sshfs user@remoteserver....
Kim Hiekkanen's user avatar
0 votes
2 answers
1k views

10 second delay on ssh operations

After doing various things to my BeagleBone Black, I noticed it started giving me a ten second delay on every SSH operation, including SSHFS file transfers. But once it was connected (after that ...
JimB's user avatar
  • 677
0 votes
1 answer
166 views

Debian 7.5 Prevents Access to Router, Hardware is OK

My Problem: I can't access my router from the Problem OS (Debian 7.5) of my main computer. I am sure the hardware is okay. It would be problematic to reinstall the Problem OS. Problem OS Symptoms ...
Thor's user avatar
  • 1
29 votes
5 answers
35k views

How do I make sshfs work in Debian? (I get /dev/fuse: Permission denied )

I've moved from Ubuntu to Debian on a machine and all my sshfs mounting scripts fail with fuse: failed to open /dev/fuse: Permission denied now. Am I missing something simple?
John Baber-Lucero's user avatar