Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
353 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, ...
3
votes
1answer
2k 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 ...
3
votes
2answers
422 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) ...
3
votes
1answer
1k views

How stable is dokan sshfs?

People have reported BSOD on windows 7 (64bit) http://dokan-dev.net/en/2009/04/06/the-next-release-of-dokan-library/. For some reason unknown to me, my explorer on winxp sp3 (32bit) gets shaky and at ...
3
votes
1answer
1k views

UnionFS and SSHFS for Windows

Is there something like a UnionFS for Windows? My usecase: read-only mount a remote filesystem via SSH and have something like UnionFS handle the writes. I know this is possible on Unix, how 'bout ...
2
votes
2answers
1k 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. ...
2
votes
2answers
608 views

sshfs EBCDIC to ASCII

what I want to do is to be able to mount via sshfs some files on the mainframe via USS on my local PC. I can do that but sshfs doesnt do straight off the conversion from EBCDIC to ascii/unicode. Is ...
1
vote
1answer
72 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
33 views

automatic ssh session when moving to mapped sshfs

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 ...
1
vote
1answer
67 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 ...
1
vote
1answer
637 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 ...
1
vote
2answers
711 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 ...
1
vote
3answers
476 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
1answer
305 views

how to invoke sshfs within python script?

I want to mount a remote directory using sshfs. sshfs working fine from terminal. But how to invoke it from within python script? I tried something like this - but didn't work at all. import os cmd ...
1
vote
4answers
4k views

dokan sshfs for windows

I read an article here about dokan sshfs for windows. I want to ask if you know similar software (free or not) in order to access windows partitions from windows. Samba is a always an answer, however ...
1
vote
2answers
1k views

Mount a remote file system using SSHFS

Ok, the setup is a bit convoluted. Don't blame me, I'm not the sysadmin. Here's the situation. There is one machine that I can SSH into from outside the network. I can only remote in as root (yes, ...
0
votes
0answers
18 views

sshfs multi users

I would like to use sshfs with many users. sshfs root@192.168.56.100:/ root/ With this command I get the whole file system in the directory root/. Is there any possibilities to change the user of ...
0
votes
1answer
37 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
57 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
0answers
20 views

/dev/null not accessible via sshfs

I have a private, local server (brain) which / I mounted locally on /mnt/brain with sshfs: sshfs brain:/ /mnt/brain -o idmap=user -o uid=$UID -o gid=$GROUPS -o allow_root -o transform_symlinks The ...
0
votes
1answer
77 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
50 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 ...
0
votes
0answers
117 views

pam_mount/sshfs fails with selinux enforcing enabled

I have pam_mount setup to automatically mount each users home directory when they login via fuse sshfs. The authentication is performed using the same password that they log in with. It all works just ...
0
votes
0answers
101 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 ...
0
votes
2answers
68 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 ...
0
votes
2answers
281 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 ...
0
votes
1answer
354 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
96 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
386 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 ...
0
votes
2answers
97 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... ...
0
votes
3answers
440 views

Why does sshfs cause these emacs artifacts?

After opening a file in emacs (over an ssh tunneled, sshfs mounted file system) I get symbolic links like this: .#jobid.php -> ddh@localhost.localdomain.31678:1260471633 We have determined that ...
0
votes
1answer
1k views

bash check if user mount fails

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 ...
-1
votes
0answers
13 views

Mounting Remote Filesystem over SSH as a Different User [migrated]

Due to a breach of security, the administrators of the work server have implemented a new method of security. To log into the server, we must log in as our own user (which has severely limited ...