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.

258 questions
0
votes
1 answer

Why is sshfs not shown in /proc/filesystems?

One of the books on advanced linux programming states: The /proc/filesystems entry displays the file system types known to the kernel. Note that this list isn't very useful because it is not complete: File systems can be loaded and unloaded…
Nehal J Wani
  • 16,071
  • 3
  • 64
  • 89
0
votes
1 answer

Administrating a remote non-bare git repo with a GUI

I've also asked this on reddit, but I'm hedging my bets by asking here as well. We have an employee who needs to be able to treat a remote non-bare repository as if it's a local one. This employee needs to be able to branch, commit, and merge. There…
Campadrenalin
  • 243
  • 1
  • 7
0
votes
1 answer

sshfs the OSXFUSE file system is not available?

I am currently trying to map a drive on my laptop to my raspberry pi the directory I have locally on the laptop is: /Users/username/python_stuff the directory I am trying to map to is: /home/pi/python_project when I connect with sshfs I am using:…
Lombax
  • 851
  • 4
  • 9
  • 25
0
votes
1 answer

sublime unable to save mounted files

edit: it turned out that the hard drive of my dev box is broken. original: I do this every day, but it suddenly down today. I tried restart. I mount to my devbox sshfs -o cache=yes root@zh*****:/var/www www Then I ssh root@zh***** and go to…
Jiayang
  • 738
  • 1
  • 7
  • 13
0
votes
1 answer

sshfs hangs linux server

My linux system uses java base application and it reads config file from remote server using sshfs and fuse. My system got hang in case of remote server does not response. linux kernel version 2.6.18-194.el5 SSHFS version 2.1 FUSE library version:…
0
votes
1 answer

Fstab mount error "mount: unknown filesystem type 'gid=33'

I am trying to use fuse and sshfs to mount a drive. The command I use to do this is sudo sshfs computer2@24.97.20.3:/Volumes/1TB\ Extra/MoodleMount /mnt/CampusServer -o allow_other,uid=33,gid=33 It mounts fine every time. No password needed…
nwestfall
  • 219
  • 2
  • 5
  • 13
0
votes
1 answer

Asterisk AGI/Outgoing Directory Permissions on Mount

I have a little issue with setting up an external call automatically from asterisk an box. What I am Trying to Achieve: I have 2 linux box's and I want to sshfs mount one directory on say 10.100.100.1 to 10.100.100.208/var/spool/asterisk/outgoing…
ZeroG
  • 137
  • 1
  • 3
  • 10
0
votes
2 answers

How to prevent ._ (dot underscore) files?

I am using Textmate 2 to edit a rails project on remote Linux server via sshfs. When I save a file (e.g. README.rdoc) there is another file created (i.e. ._README.rdoc): -rw-rw-r-- 1 4096 Feb 17 17:19 ._README.rdoc -rw-rw-r-- 1 486 Feb 17 17:19…
ohho
  • 50,879
  • 75
  • 256
  • 383
0
votes
1 answer

mounting remote network drive using sshfs

I am using win-sshfs to mount a remote drive from a Debian Linux server on a windows 7 64-bit desktop machine over the internet. The drive works but it is slow. I want to speed up win-sshfs by disabling compression and encryption. How can I do this?…
John Qualis
  • 1,663
  • 4
  • 33
  • 52
0
votes
2 answers

Lighttpd can't get files mounted via sshfs

I've got a CentoOS 6 server with a directory mounted via sshfs from my Mac directory: sshfs -o allow_other dmitri@10.211.55.2:/Users/dmitri/Sites /var/www/html but when I try to start lighttpd server, I get an error: Starting lighttpd: 2013-11-20…
0
votes
1 answer

Fastest way to transfer file between two servers

I have use case where I need to move some payload from one server to the other. Both servers are placed within the same data center (even in the same Amazon's availability zone). I have service / endpoint, that needs to trigger a file transfer…
Tadeck
  • 132,510
  • 28
  • 152
  • 198
0
votes
1 answer

Connect to remote socket via sshfs

I want to make remote connection via socket pipe (mysql.sock) on remote server, which is mounted to directory using sshfs. But I experience some problems. Here's an example: I have 2 servers. One of them is mysql server behind NAT (but ssh port is…
Tomasz
  • 595
  • 1
  • 7
  • 18
0
votes
1 answer

how do i compile the sshfs file system on a mac?

I downloaded and installed FUSE for osx package. I downloaded sshfs for mac and successfully installed it on my mac running OSX 10.6.8. However, at some point, I would like to make some changes to sshfs the source code. Following is what I…
user1068636
  • 1,871
  • 7
  • 33
  • 57
0
votes
1 answer

How to open an sshfs-project in Adobe Brackets editor

adobe-brackets is an open source code editor for the web, written in JavaScript, HTML and CSS. Although I followed the instructions on how to open a Project ( see also How to create a new project in adobe-brackets?) this does not work for my…
user2656732
0
votes
1 answer

Creating Eclipse workspace over SSHFS

I have a Windows machine. On it there is SSHFS Manager (v 0.0.1.5) mounting on F: a shared directory. I would like to place my Eclipse workspace there. But Eclipse fails! When I give F:\workspace path in the workspace selection dialog Eclipse shows…
Adam Badura
  • 5,069
  • 1
  • 35
  • 70