search for: sshfs

Displaying 20 results from an estimated 173 matches for "sshfs".

2013 Mar 21
1
sshfs -o rellinks (module option) rejected by fuse
New to sshfs and new to this mailing list so please guide me if required. Is this a bug? When sshfs is given option -o rellinks, it responds with fuse: unknown option `rellinks' According to my understanding of the sshfs man page and --help output this option a) is valid and b) should be passed to the...
2007 Dec 04
1
[sshfs] sshfs mounted applications fail with "error loading shared libraries"
> On Dec 3, 2007 5:19 AM, Miklos Szeredi <miklos at szeredi.hu> wrote: > > > Yes it is weird. I hope you can help me with this problem as sshfs is > > > so much simpler than nfs. > > > > Can you please do one more thing: start up sshfs normally, then on the > > server do a strace of the sftp-server process: > > > > strace -o /tmp/strace.log -p `pidof sftp-server` > > Attached the sftp-server l...
2011 May 31
2
Samba serving sshfs shares: can't delete files
Hello! I have samba share on my sshfs-mounted folder. All works just fine except I can't delete files from sshfs unless they are in 0777 chmodded directory. Even if that files were putted trough smbclient. I can read files, write files (regardless their directory permissions) but not delete them. Here is my share config: [myshare...
2018 Jan 16
1
sshfs mounting on Centos 6.9
Hi all, I am trying to mount on boot a sshfs filesystem. I have tried this in /etc/fstab backup at myserver.com:/home/backup/myserver /backup fuse.sshfs nonempty,allow_other 0 2 but only works when network works. I have also tried this in my crontab: @reboot sshfs -o idmap=backup myserver.com:/home/backup/myserver /backup bu...
2008 Nov 05
1
Bug+bugfix in sftp-server : failed to rename file on sshfs mount
Hello, Renaming a file via sftp on an sshfs mount resulted in a failure with errorcode 38 (ENOSYS). This is reproducable with openssh release 4.9p1 & 5.1p1 in combination sshfs 2.2 (latest releases). Investigation revealed that sshfs only implements the rename()-call and not the link()-call (used by sftp-server). Attached is a patch to...
2020 May 19
2
how does autofs deal with stuck NFS mounts and suspending to RAM?
...> On May 18, 2020, at 5:13 AM, hw <hw at gc-24.de> wrote: > > Is there a better alternative for mounting remote file systems over > > unreliable connections? > > I don?t have a good answer for you, because if you?d asked me without all > this backstory whether NFS or SSHFS is more tolerant of bad connections, > I?d have told you SSHFS. That's what I thought. Should I make a bug report? Sshfs is clearly intended to reconnect automatically when mounted like that, and it doesn't do that. > NFS comes out of the "Unix lab? world, where all of the c...
2006 Nov 18
1
cannot get fuse-ssh to operate from a batch script - but does from cmd line
Hi there I am wanting to call sshfs (auth via DSA keys) via a rsync pre-xfer bash script, and cannot get something right. If I run it from the cmdline line: env - sshfs usern@server:/share /dir/path -o -o IdentityFile=/tmp/id_dsa it mounts it just fine. (note the "env -" - I specifically tested with no environment to try...
2010 May 12
3
DO NOT REPLY [Bug 7424] New: -x with sshfs
https://bugzilla.samba.org/show_bug.cgi?id=7424 Summary: -x with sshfs Product: rsync Version: 3.0.7 Platform: x64 OS/Version: Linux Status: NEW Severity: minor Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: bugs at dotcommie.net QAContac...
2011 Dec 01
1
[Bug 1953] New: Implementation of xattr in sftp-server for sshfs
https://bugzilla.mindrot.org/show_bug.cgi?id=1953 Bug #: 1953 Summary: Implementation of xattr in sftp-server for sshfs Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: All OS/Version: All Status: NEW Keywords: patch Severity: enhancement Priority: P2 Component: sftp-server AssignedTo...
2007 Aug 24
1
SSHFS installation
Hello, I'm trying to build a sshfs available environemnt. Info: [root at pandora /]# uname -a ; yum list \*fuse\* installed Linux pandora 2.6.18-8.1.6.el5xen #1 SMP Thu Jun 14 18:01:24 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux Loading "priorities" plugin Loading "protectbase" plugin Loading "installonlyn&quo...
2006 Sep 14
3
Anyone using fuse and/or sshfs under Centos 4.4?
Hi A search of google failed to show any prebuilt rpms for sshfs and fuse. I do see that fuse support is in 2.6.14 kernel which isn't a whole lot of help. Before I dive headlong into this has anyone successfully built fuse/sshfs against Centos 4.4. If so would you share your experience? Thanks Daveh
2020 May 18
4
how does autofs deal with stuck NFS mounts and suspending to RAM?
Hi, after trying sshfs to mount a remote file system on a server with the result that sshfs will sooner or later get stuck and require a reboot of the client, I'm fed up with it and am looking for alternatives. So next I would like to use NFS over a VPN connection instead. To minimize the instances of the NFS mo...
2005 Nov 24
2
FUSE/SSHFS RPM Packages.
Alle, Does anyone know if there are any reputable repositories out there that contain packages for fuse/sshfs? Best Regards, Camron -- Camron W. Fox Hilo Office High Performance Computing Group Fujitsu America, INC. E-mail: cwfox at us.fujitsu.com
2010 May 07
2
sshfs and outlok express imap directory problem.
I mounted vpopmail/domains in sshfs. root at 192.168.239.205:/mnt/disk-b/domains on /mnt/domains type fuse.sshfs (rw,nos uid,nodev,max_read=65536,allow_other) I used qmail+dovecot+vpopmail+mysql dovecot-2.0.beta4. I mounted sshfs with vpopmail/domains directory. my /usr/local/etc/dovecot/conf.d/mail.conf file mmap_...
2016 Aug 01
0
rsync 3.1.1 (and HEAD) grinds to a halt over sshfs
Hi Devs and others, First, many thanks for 14+ years of personal usage rsync. I'm trying to rsync to an sshfs mount point instead of using ssh transport. The reason for this is that I'm using encfs to create files which land on the (untrusted) destination encrypted. After witnessing stalled rsync progress, a barely utilized internet connection and and idle CPU, I stripped this down to a testcase t...
2009 Jan 30
1
DO NOT REPLY [Bug 6077] New: rsync doesn't modify content of sshfs volumes
https://bugzilla.samba.org/show_bug.cgi?id=6077 Summary: rsync doesn't modify content of sshfs volumes Product: rsync Version: 3.0.2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: diego.guadagnoli@roma1.infn.it...
2013 Apr 10
5
[Bug 9783] New: please don't use client-server model for local copies
https://bugzilla.samba.org/show_bug.cgi?id=9783 Summary: please don't use client-server model for local copies Product: rsync Version: 3.0.9 Platform: All URL: http://lwn.net/Articles/400489/ OS/Version: Linux Status: NEW Severity: enhancement Priority: P5 Component: core
2007 Feb 04
0
Samba and SSHFS
Hello, all. I had a problem using Samba as a relay for SSHFS. I googled for the answer, but I couldn't find it. Then I found it on my own, so I figured that google could use this tip. ;) The problem seems to be with SSHFS. I've had trouble getting the mounts to be visible/accessible to normal user accounts. My solution? Run SSHFS as root, and c...
2011 Oct 11
6
[Bug 1942] New: mounting home directory with sshfs -o reconnect requires patch for ssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1942 Bug #: 1942 Summary: mounting home directory with sshfs -o reconnect requires patch for ssh Classification: Unclassified Product: Portable OpenSSH Version: 5.8p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component...
2012 Apr 09
0
How to set an attribute for a link?
Hi, I am working on fuse4x (fuse for macosx) and sshfs. And I discovered a bug with sshfs when copying a link over sshfs is failed. It happens because sshfs tries to invoke SETSTAT on a link when target is not copied yet. I checked sshfs sources and found that it uses SSH_FXP_SETSTAT operation. https://github.com/fuse4x/sshfs/blob/master/sshfs.c#L2287...