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.
Posted in Linux others..
May 29th, 2008 at 7:48 pm
easy and fast howto.
thanks!
April 24th, 2009 at 1:09 pm
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!