The sshfs tag has no wiki summary.
0
votes
0answers
36 views
Auto mounting sshfs on vpn-up and vpn-down
I have the following script to mount/unmount a sshfs upon a vpn connection (vpn-up) and vpn-down. I have this script in /etc/NetworkManager/dispatcher.d/. When I run the script manually saying sudo ...
2
votes
0answers
55 views
Fuse sshfs and java file Write fails
I have two VPS on a farm and I whant to connect them with sshfs, to share some directories on a java application.
Source Destination
-------------------------------------------
...
0
votes
0answers
64 views
BAD_POOL_CALL when using SSHFS in Windows 7 x64
Computer BSODs with a BAD_POOL_CALL when using SSHFS. I'm running Win7 x64. I've done some research and it seems there was an issue with the Dokan library ... but I guess the issue is still there.
Is ...
0
votes
1answer
259 views
copy file to a vagrant remote environment
I'm worknig on a remote codebase via vagrant development environment and I use sshfs for mounting the remote point on my localhost as below:
sshfs hostname:vagrant_remotemountpoint mountpoint
To ...
0
votes
0answers
52 views
TurtoiseSVN Commit + Cleanup problems
To summarize we're using
- Windows 7
- SSHFS (Fuse through Dokan,Dokan caching is off)
- Non-root user
all the files in the trunk have permissions 777 on the server just to make sure, whenever we ...
0
votes
1answer
235 views
PhpStorm + GIT on virtual machine
Here is my workstation setup:
Ubuntu 12.04
A few virtual machines (one with nginx, another with apache, etc). I use virtual box for this.
PhpStorm as my IDE
I mounted the virtual machines in some ...
0
votes
0answers
19 views
SVN post-commit hook to SSHFS permission issue [duplicate]
Possible Duplicate:
Storing the SVN working copy on a server using sshfs
I'm trying to update developer version of project right after SVN commit. Server is runing debian 6.
I have remote ...
1
vote
1answer
249 views
Storing the SVN working copy on a server using sshfs
I am using Tortoise SVN to interact with our repository.
When i'm developing i would like to test the code i'm working on instantly.
Thats why i want to store my working copy on the webserver using ...
0
votes
1answer
173 views
Unmount the directory which is mounted by sshfs in Mac
I've installed OSXFUSE in my mac and used sshfs to mound a remote director. Now I would like to unmount it just but can't find the way. My OS is OSX 10.8 Mountain. Can anyone help?
1
vote
0answers
45 views
Opening Rails project over SSHFS crashes TextMate
I'm trying to access a Rails project which is on a friend's server.
I have installed OSXFUSE, MacFUSE, and MacFusion, plus the standalone SSHFS package on my Mac OS 10.7.4 system.
I wanted to use ...
1
vote
2answers
81 views
how to make emacs + egg (git) work with remote files (accessed via ssh)
I have emacs + egg working correctly when accessing repos/dirs/files that are in my local system.
Also, opening and editing files via ssh works fine, e.g.
ctrl-f ...
1
vote
1answer
197 views
SSHFS through multiple connections
I have to occasionally work remotely. In order to do so, I have to connect to a gateway server, through which I can then connect to the development server. At work I can connect directly to the dev ...
1
vote
1answer
125 views
set env for sshfs
sshfs fails mounting if the remote host doesn't support the local locale (LC_ALL). Goolge search pointed me to www.knoppixforum.de on how to handle this problem on bash.
But I need to call sshfs from ...
1
vote
2answers
562 views
fuse4x sshfs on macosx execution error
I'm using sshfs on macosx 10.7 in my every day job.
To install sshfs I have used macport: "port install fuse4x sshfs".
The todays error:
$ sshfs user@domain.com:/path myfolder
fuse4x client library ...
0
votes
3answers
124 views
How do I check whether a fuse folder is present
I have a folder mounted on the server that points to an sftp site.
I need to check via php whether we can see the folders inside it.
I tried
file_exists("/path/to/the/mount/folder");
but its ...
4
votes
0answers
868 views
Sublime Text 2 is sluggish during work over sshfs
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.
Are ...
2
votes
1answer
81 views
Detecting a remote mount
Is there a single, universal bash shell variable or common Linux command that will reliably indicate if a given directory or file is on a remote filesystem -- be it NFS, SSHFS, SMB, or any other ...
1
vote
0answers
166 views
Using zsh's compdef or compctl to complete a certain directory with _hosts for all commands
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 works ...
2
votes
0answers
53 views
Nosetests has problems with sshfs?
I have a django project on a host OSX machine, and i mounted this dir as a sshfs share in a virtualbox ubuntu guest. I also mapped uid and guid to my user's values (1000/1000) with -o uid and -o guid ...
2
votes
1answer
67 views
Low latency communication between machines using a shared file
We would like to (continuously) write to a log file on one linux machine, and continuously read from it on another machine. We're looking for low latency updates (this is for real-time plotting) and ...
1
vote
1answer
578 views
mount remote file system using sshfs and without root permission
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 regular ...
0
votes
1answer
517 views
sshfs mount point without a previously made folder
I want to use sshfs to mount folders from my server to my laptop.
Ive been doing this my making a directory, for example making the dir mount under my desktop
mkdir ~/Desktop/mount
and then I ...
0
votes
2answers
1k views
brew install sshfs
I'm trying to install sshfs using homebrew. Any ideas on how to troubleshoot?
~/Desktop> brew install sshfs
==> Installing sshfs dependency: fuse4x
==> Downloading ...
0
votes
0answers
107 views
Best way to check the status of a SSHFS mount via php?
We have a few sshfs based mounts.
We also use pingdom to monitor our service.
We would like to create a custom pingdom handler (php based, accessed via our webserver) to test the status of these ...
0
votes
1answer
149 views
How to put a folder tree in cache over sshfs
I want to work from home via SSH.
I run Ubuntu. I have installed sshfs and mounted my files locally.
However, working on local files is too slow, as sshfs fetches files each time it wants to read it.
...
1
vote
1answer
147 views
Why is vim syncronous in file loading and saving?
I'm working on vim over an sshfs mounted filesystem with very high latency. Opening and saving a file takes about 9 seconds of blocking the editor.
Is there a way that I can only block the tab I'm ...
1
vote
0answers
188 views
transmit vs macfusion (osx), a remote drive using Git
I am a developer and I needed to create a remote drive. At first time it was not problem because I would use Panic Transmit to mount the drive with SSH connection. And I could open, edit and save any ...
-1
votes
1answer
256 views
will sshfs use my .ssh/config? [closed]
I have some options in my ~/.ssh/config:
Host * Ciphers arcfour,blowfish-cbc
These options are intended to speed up transfers.
Will sshfs use these options when I do a mount?
2
votes
0answers
130 views
emacs gives warning when trying to save files over sshfs
I mount an sshfs file system with
% sshfs remote.host.org:/home/jrm /home/mnt/remote.host
then edit a file under this file system with
% emacsclient -n /home/mnt/remote.host/some_file.c.
When I ...
1
vote
2answers
919 views
Sshfs, Textmate & Rails project, very slow
I am a Linux user and I recently bought a MAC.
I work on a big project that needs to run on a dedicated server.
With Gedit and SSHFS, I had no problem to load the Rails project, same when I create a ...
1
vote
1answer
199 views
automatic ssh session when moving to mapped sshfs [closed]
If you have a network drive mapped via sshfs, is there a way to automatically log on via ssh whenever changing to that directory?
$USER:$LOCALHOST:~: sshfs $USER:$REMOTEHOST /Volumes/dev0
...
0
votes
1answer
163 views
Running Python Program via sshfs-mounted Share
I have a share (on Machine-A) mounted via sshfs on Machine-B. From Machine-C, I have this share mounted also via sshfs (double sshfs) like so:
On Machine-C: /mnt/Machine-B/target_share
On ...
0
votes
2answers
130 views
Can I echo my password to two commands?
I'd like to login to a remote machine, and mount my home dir there with a single command. I tried to do it with:
echo myPassword | tee "sshfs boriskh@85.143.104.141:/share/home/boriskh ...
0
votes
1answer
1k views
MPD permission denied when using sshfs - how to change permissions?
I am trying to mount my music folder from another computer on my network using sshfs. The folder mounts correctly and I can access the files using the terminal. However, when I try to update my MPD ...
0
votes
1answer
157 views
NetBeans 6.9.1 fails to see svn configuration for SSHFS mounted drive
I'm using NetBeans 6.9.1 with the Python package on OS X 10.6.8 for a project I've mounted using FUSE for OS X and MacFusion.
Initially, when checking out the project from subversion, I'm able to ...
6
votes
2answers
2k views
Using git over sshfs is too slow
I'm using git over sshfs (under Mac OS X 10,5, 10.7) but it's too slow.
Everytime I logged in remote server direcly, to use git command.
I tried this post, ...
7
votes
1answer
17k views
GIT_DISCOVERY_ACROSS_FILESYSTEM problem when working with terminal and MacFusion
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 ...
0
votes
0answers
198 views
C++ includes problem with NetBeans 7.0 under MacOS X using sshfs
That's what we have
1) MacOS X Lion, NetBeans 7.0
2) C++ project with source files located on sshfs mounted volume (using Fuse4X)
3) Some libraries header files alse located on sshfs mounted ...
1
vote
1answer
169 views
SVN force repository format
We use svn version 1.5.1 (r32289) at work, I've got version 1.6.6 (r40053) on my OS X machine. I'm using sshfs to mount a directory on our development server, where I thought I could use svn from my ...
0
votes
2answers
103 views
How to work in locale/remote and have the work always synchronized
this is a newbie question.
I've a server where I've uploaded all my work directory. It's a small project in Django.
I want to work either in locale and in remote server, but I want the both ...
4
votes
1answer
3k views
Ssh(sftp) with certificate via Nautilus in Ubuntu 10.10
Before I connected to my server via Nautilus (sftp).
Now I moved to Amazon EC2, and there's just one way connect to server (ubuntu 10.10 too), using ssh -i mycert.pem, no password, just certificate.
...
0
votes
2answers
664 views
Mercurial: hg-checklinks- recursive symlink over NFS/SAMBA/SSHFS network drive
When I macfusion into my ubuntu VM, and hg clone something from bitbucket - and then try and do a commit / export / etc on it, I get a folder added with a name prefix of 'hg-checklinks-'.
On ...
2
votes
1answer
2k views
How to use ssh keys for sshfs automount from mac to ubuntu
I want to be able to automount an ubuntu volume on my mac using sshfs. I tried using ssh key-gen and copying the id_rsa file, adding the pub key to my authorized keys, using all sorts of sshfs -o ...
2
votes
2answers
2k views
dumping a mysql table to CSV (stdout) and then tunneling the output to another server
I'm trying to move a database table to another server; the complication is that the machine currently running the table has little to no space left; so I'm looking for a solution that can work over ...
3
votes
2answers
1k views
git push over sshfs failing with “error when closing sha1 file: Bad file descriptor”
We are mounting a filesystem over SSH using sshfs and are using it as a remote storage for git repository collaboration.
Mac OSX 10.6.6 to a RHEL 3 server
SSHFS version 2.2 (MacFUSE SSHFS 2.2.0)
...
0
votes
1answer
571 views
Using SSHFS on a Mac with a password-protected private key
Hey guys, I have a remote fileserver that I use to host my music/movies. I have a laptop and desktop, and wanted to share my files between the two, without the files actually being on either machine, ...
0
votes
1answer
183 views
How to provide web access to interact with a file system?
I need to be able to provide web access to interact with a file system, to upload and download files to a directory. In general people will access these files using sshfs but in a pinch we want people ...
0
votes
1answer
1k views
Any way to eliminate time lag with sshfs?
If I rsync a directory with some remote directory under an sshfs
management, even if the rsync process finishes synching the
directory contents, there seems to be a time lag for the sshfs
directory to ...
1
vote
3answers
857 views
After mounting using sshfs I cannot commit my changes using subversion
local machine:
Fedora 13
Subversion: 1.6.9
remote machine:
CentSO 5.3
subversion 1.4.2
I have a project which is on the remote machine:
remote@x.x.x.x:projects/ssd1
I have mounted this on my ...
1
vote
2answers
236 views
sshfs with different gid on remote
I don't know how to mount a remote directory
"remote_dir" on computer "remote", having remote gid "wgrp".
Help is welcome.
me@local$ sshfs me@remote:/remote_dir remote_as_wgrp ...wanted_options...
...

