sshfs Questions
3
Solved
I'm writing a script to transfer some files over sftp. I wanted do the transfer as a local transfer by mounting the directory with sshfs because it makes creating the required directory structure m...
3
This issue is driving me crazy. I keep getting an error:
"macFUSE giving mount_macfuse: mount point ... is itself on a macFUSE volume "
where ... is my mount point
when i run sshfs ...
1
I'm reading the source code of sshfs. And I find out that when trying to give the password to ssh, it write the password to /dev/ptmx.
write(sshfs.ptyfd, sshfs.password, strlen(sshfs.password));
I...
2
Solved
Here is how the thing doesn't work:
The project source code is located on a remote machine. The Python virtual environment is installed in the project's root directory (using venv).
I sshfs the p...
Detonator asked 8/4, 2019 at 10:53
4
I am using Sublime Text 2.0.1, and unfortunately making it work with files distributed over sshfs is a pain - switch to other tab and go back makes Sublime checking if file has not been changed.
A...
Parity asked 21/9, 2012 at 9:50
1
I know that this question has been done on the web, but I am not able to find a suitable solution for me.
I have one server (VM1) with sshfs installed that should provide remote file system storage...
4
If I mount the sshfs server with no umask, i get -rw-rw-r-- on new created files. If I try and open a php file on the server on my browser, i get this error:
Incorrect file/directory permissions: ...
Antimonic asked 24/1, 2015 at 12:50
2
Solved
I have a development laptop (Mint 19.3), and a test server (Ubuntu 18.04.4 LTS).
The laptop is Docker version 19.03.5, build 633a0ea838, the server is Docker version 19.03.12, build 48a66213fe
I'm ...
Circumlocution asked 24/9, 2020 at 15:4
13
Solved
I've installed OSXFUSE in my mac and used sshfs to mount a remote directory. Now I would like to unmount it, but can't find the way.
My OS is OSX 10.8 Mountain.
Can anyone help?
1
I have built two VMs inside Proxmox, let's call them A and B, and both of them are running ubuntu 20.04.
For A, it has a 2 TB SSD passed to it which it mounts on boot. I would like system B to moun...
Melissamelisse asked 18/8, 2020 at 4:21
3
I am using a admin'ed machine as a regular user and would like to mount some remote filesystem through sshfs. The machine doesn't have sshfs install. Is there a way that I can install it as a regul...
Clyve asked 16/8, 2012 at 13:40
1
I use afuse to automount other hosts to my local file system with sshfs. Like so:
afuse -o timeout=30 -o mount_template=sshfs -C %r:/ %m -o unmount_template=fusermount -u -z %m ~/remote/
This wo...
Implicatory asked 31/8, 2012 at 12:23
1
Solved
VS Code allows a local development experience with source code and source execution on a remote machine: https://code.visualstudio.com/docs/remote/remote-overview
Is there a similar tool to ...
Rapids asked 17/3, 2020 at 19:5
2
Solved
I looked at the sshfs --help and there's nothing mentioning a key file. I have multiple pub/priv key pairs (for different servers) on my computer and I want to specify which key to use. How would I...
3
Solved
I'd like to mount a remote directory through sshfs on my Debian machine, say at /work. So I added my user to fuse group and I run:
sshfs [email protected]:/remote/dir /work
and everything w...
6
Solved
I'm using MacFusion with OSXFuse(similar to MacFuse) to mount my server over SSH onto my office machine. When I cd into my rails work directory on the server, i can't see any git info in my zsh pro...
0
So this seems to have been discussed on stackoverflow but still it doesn't solve my problem and hence here is the question:
1. Logged into mac NOT as a root user. But I do have administrative pr...
3
I mount remote filesystem with sshfs. If the ssh connection times out it can cause other applications to hang (e.g. vim session with only local file open). It takes ~10 minutes for the system to re...
5
I'm trying to setup an SSHFS share from my local machine to a remote machine, but it is not working. I'm getting the error OSXFUSE file system is not available (see below). How to fix this??
FYI, ...
1
I do all my development on a Mac, and my files are on a remote Linux server. I use SSHFS to access the files. When I am using IntelliJ on a local project, I don't even notice the file synchronizati...
Gunboat asked 20/7, 2015 at 23:3
3
Solved
I am trying to mount a remote filesystem on Google Container Engine. I am following this tutorial: https://www.digitalocean.com/community/tutorials/how-to-use-sshfs-to-mount-remote-file-systems-ove...
Cockeye asked 2/5, 2016 at 13:59
1
Solved
I am trying to use sshfs to mount a remote file system. All the guides I can find online say I need to add myself to the fuse group but when I run
sudo gpasswd -a $USER fuse
I get
gpasswd: group...
Ruhr asked 25/2, 2016 at 18:42
1
Solved
I need to mount other server via sshfs with read-only mode. My OS is Linux (Ubuntu). Is it possible to do that?
My command used with that connection is:
sudo sshfs [email protected]:/h...
1
Solved
My ping to the AWS instance is on the level of 50ms and cat'ing files through the ssh takes way less than second, but when I mount directory using sshfs and open it using SublimeText3/Gedit lags ar...
Uniaxial asked 14/5, 2014 at 11:33
2
Solved
I am trying to mount a folder on my amazon ec2 instance to my desktop folder using sshfs.
The problem is that I am not able to figure out how to give the option for private key (awskey.pem).
Norm...
Bonaparte asked 6/3, 2014 at 7:21
1 Next >
© 2022 - 2024 — McMap. All rights reserved.