sshfs, fuse, RHEL 5 quick config

Date May 28, 2008

I 4get too much those days, this post is just to remember me how and where i got rhel (this should apply for Centos 5 too) packages and how to configure it quickly 🙂 i used dag.wieers.com(for fuse and sshfs-fuse) and atrpms.net (for fuse-kmodl) packages. [root@m1 ~]# uname -a Linux m1 2.6.18-53.1.19.el5 #1 SMP Tue Apr 22 03:01:13 EDT 2008 i686 i686 i386 GNU/Linux [root@m1 ~]# cd downloads/ [root@m1 downloads]# wget http://dag.wieers.com/rpm/packages/fuse-sshfs/fuse-sshfs-1.9-1.el5.rf.i386.rpm http://dag.wieers.com/rpm/packages/fuse/fuse-2.7.3-1.el5.rf.i386.rpm http://dl.atrpms.net/all/fuse-kmdl-2.6.18-53.1.19.el5-2.7.3-8_9.el5.i686.rpm [root@m1 downloads]# [root@m1 downloads]# rpm -ihv fuse-* now the packages should be installed, to mount it: [root@m1 downloads]# sshfs shareUsr@m2:/mount-this /mount-here to umount it: [root@m1 downloads]# fusermount -u /mount-here thats all.. update: to allow other users share/see this mount point add - allow_other option ex:/ [root@m1 downloads]# sshfs shareUsr@m2:/mount-this /mount-here-o allow_other
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Reddit
  • Webnews
  • MisterWong
  • Y!GG

2 Responses to “sshfs, fuse, RHEL 5 quick config”

  1. twolf said:

    easy and fast howto.
    thanks!

  2. Random T. said:

    If you want to see a reader’s feedback 🙂 , I rate this post for 4/5. Detailed info, but I just have to go to that damn yahoo to find the missed pieces. Thank you, anyway!

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>