alhazred / illumos-sshfs

illumos FUSE driver and library + sshfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

illumos-sshfs

Driver for FUSE on illumos (based on OpenSolaris fuse code + patches from jurikm/illumos-fusefs) + sshfs

build & install

Install prerequisites:

  • GCC

Build FUSE (in both directories):

# export PATH=$PATH:/opt/gcc-5.1.0/bin:/opt/onbld/bin/i386

# make
# make install

IPS Packaging:

  • Use manifests in pkg directories

Build sshfs (assuming you have driver and library installed):

# cd sshfs-fuse && configure && make install

About

illumos FUSE driver and library + sshfs


Languages

Language:C 83.0%Language:Shell 10.5%Language:Makefile 5.1%Language:Groff 0.7%Language:DIGITAL Command Language 0.6%