Koozali.org: home of the SME Server

Obsolete Releases => SME Server 8.x => Topic started by: globalsi on December 16, 2014, 09:45:04 AM

Title: sshfs on sme8
Post by: globalsi on December 16, 2014, 09:45:04 AM
Hi,

Is it possible to install/use sshfs on SME 8 ?

Thk.
Title: Re: sshfs on sme8
Post by: Stefano on December 16, 2014, 10:42:30 AM
yes, it is..

http://wiki.contribs.org/FUSE_-_Filesystem_in_Userspace

did you try?
you need some extra repo (epel or dag), but I can't see any issue..
Title: Re: sshfs on sme8
Post by: globalsi on December 16, 2014, 10:49:24 AM
no,

I saw this wiki but I thought this was for sme7 because :
Quote
http://mirror.contribs.org/smeserver/contribs/michaelw/sme7/FUSE

So i didn't try it.
I'll test on a lab's server
Title: Re: sshfs on sme8
Post by: Stefano on December 16, 2014, 11:13:00 AM
try to adapt to SME8/9 and come back here (and in bugzilla too) with your results.

TIA
Title: Re: sshfs on sme8
Post by: mmccarn on December 18, 2014, 01:34:20 PM
For what it's worth, I have fuse-sshfs installed on my SME 8 server, but I do *not* have 'smeserver-fuse' installed.

I have no notes on what I did - which either indicates that it was too simple to bother documenting, or I was in too much of a rush to create any documentation.

Install may be as simple as configuring the dag repo for SME 8 (http://wiki.contribs.org/Dag#tab=For_SME_8) then installing fuse-sshfs using:
Code: [Select]
yum --enablerepo=dag install fuse-sshfs
Title: Re: sshfs on sme8
Post by: mdo on January 05, 2015, 11:50:50 PM
 
Quote
yum install --enablerepo=dag fuse-sshfs

Yes, that's all what is needed. It's that simple.
Title: Re: sshfs on sme8
Post by: guest22 on January 06, 2015, 05:54:01 AM
Anybody interested in putting this knowledge on our wiki?
Title: Re: sshfs on sme8
Post by: globalsi on January 07, 2015, 05:53:57 PM
For what it's worth, I have fuse-sshfs installed on my SME 8 server, but I do *not* have 'smeserver-fuse' installed.

I have no notes on what I did - which either indicates that it was too simple to bother documenting, or I was in too much of a rush to create any documentation.

Install may be as simple as configuring the dag repo for SME 8 (http://wiki.contribs.org/Dag#tab=For_SME_8) then installing fuse-sshfs using:
Code: [Select]
yum --enablerepo=dag install fuse-sshfs

Thank you, it works well.

PS : an admin can add [SOLVED] to the subject