Installation of sshfs in the new VM
Contents
Installation of sshfs in the new VM
On Centos 6, the fuse-sshfs is not part of default YUM repos.
Get the ‘epel’ repos
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
sudo rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
Validate
$ ls -1 /etc/yum.repos.d/epel* /etc/yum.repos.d/remi.repo
/etc/yum.repos.d/epel.repo
/etc/yum.repos.d/epel-testing.repo
/etc/yum.repos.d/remi.repo
It if good idea to enable the remi by default
sudo vim /etc/yum.repos.d/remi.repo
Installation
sudo yum --enablerepo=epel -y install fuse-sshfs # install from EPEL
usermod -a -G fuse thinkwrap
Using
Mount the host directory
sshfs miro@10.0.2.2:/Users/miro/src /home/thinkwrap/MAC
Author Miro Adamy
LastMod 2014-03-11
License (c) 2006-2020 Miro Adamy