Questions tagged [sshfs]

SSHFS (Secure Shell File System) is a file system client to mount and interact with directories and files located on a remote server or workstation. The client interacts with the remote file system via the SSH File Transfer Protocol (SFTP), a network protocol providing file access, file transfer, and file management functionality over any reliable data stream that was designed as an extension of the Secure Shell protocol (SSH) version 2.0.

SSHFS (Secure Shell File System) is a file system for Linux (and other operating systems with a FUSE implementation, such as Mac OS X or FreeBSD) capable of operating on files on a remote computer using just a secure shell login on the remote computer. On the local computer where the SSHFS is mounted, the implementation makes use of the FUSE (Filesystem in Userspace) kernel module. The practical effect of this is that the end user can seamlessly interact with remote files being securely served over SSH just as if they were local files on his/her computer. On the remote computer the SFTP subsystem of SSH is used.

Windows implementations, such as win-sshfs, are often built around Dokan, a user mode file system for windows.

232 questions
-1
votes
1 answer

Node js watch files in mounted folder

Hello I'm using a node JS server that is watching file changes from mounted folder but it doesn't detect the changes because the files should be a local files. Can anybody ask me a solution because I should do it like this onde node js who detects…
-1
votes
1 answer

MySQL Adding external space for storage tables

I would like to add more freespace to storage mysql tables. I have tried use symbolic links with curlftpfs/sshfs (first create table, then move to ftp and add ln -s) but mysql gives me error "Operating system error number 95 in a file operation."…
-1
votes
1 answer

Macos SSHFS produce broken mountpoint

broken mount point, as it seens in mc I'm trying to mount my work servers to local folder. "sudo sshfs webuser@rgslb.com:/var/www/webuser/data/www /Volumes/rgslb.com" It asks me password and silently proceed. But as result I have broken file, in mc…
-1
votes
1 answer

failed to mount a network drive to vbox using sshfs

Tried to use sshfs to map a network drive to vbox started by vagrant. I cooked up the following command but it failed. Any idea why? The OS running in vbox is FC20. I can ssh into it fine. $ sshfs -p 2222 -o Compression=yes -o…
packetie
  • 4,181
  • 7
  • 28
  • 61
-1
votes
1 answer

Is there any fuse server/client software like sshfs but don't have any ssh authentication?

I want to read log files in many linux hosts. But don't have all the ssh permisson on all the hosts. Instead, I can install a agent on all the hosts. So, Is there any fuse server/client software like sshfs but don't have any ssh…
HardySimpson
  • 1,006
  • 1
  • 11
  • 14
-2
votes
1 answer

Mounting remote directories with the same names (Centos)

I've tried sshfs, but it seems it supports only directories that have different names? I want to achieve the following and can't seem to find a solution: (server 1) (server 2) (server 1 after mount) ["Data"] ["Data"] …
-4
votes
1 answer

Permission denied to edit the file in sysroot which used sshfs

I set up the sysroot of odroid xu4 board (arm board) in macbook using sshfs through ssh. So I can see all the folders and files on my macbook. I just wondering if it should be able to edit those files in this sysroot (on my macbook). Any suggestions…
crazymumu
  • 71
  • 2
  • 10
1 2 3
15
16