Koozali.org: home of the SME Server

sshfs on sme8

Offline globalsi

  • *****
  • 167
  • +0/-0
sshfs on sme8
« on: December 16, 2014, 09:45:04 AM »
Hi,

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

Thk.

Online Stefano

  • *
  • 10,894
  • +3/-0
Re: sshfs on sme8
« Reply #1 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..

Offline globalsi

  • *****
  • 167
  • +0/-0
Re: sshfs on sme8
« Reply #2 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

Online Stefano

  • *
  • 10,894
  • +3/-0
Re: sshfs on sme8
« Reply #3 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

Offline mmccarn

  • *
  • 2,656
  • +10/-0
Re: sshfs on sme8
« Reply #4 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 then installing fuse-sshfs using:
Code: [Select]
yum --enablerepo=dag install fuse-sshfs

Offline mdo

  • *
  • 355
  • +0/-0
Re: sshfs on sme8
« Reply #5 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.
...

guest22

Re: sshfs on sme8
« Reply #6 on: January 06, 2015, 05:54:01 AM »
Anybody interested in putting this knowledge on our wiki?

Offline globalsi

  • *****
  • 167
  • +0/-0
Re: sshfs on sme8
« Reply #7 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 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
« Last Edit: January 07, 2015, 05:58:22 PM by globalsi »