I am trying to find a fuse project that works with fuse4x for passing or pointing to another filesystem. For example, I set a fuse4x and use bbfs for loopback and point to a CIF volume. But it's still not working how I want it to work. Because when I use an application to open or create stuff on the fuse filesystem, it still reads it as a CIF file system type. Any ideas?
Hi
Installed fuse4x-0.9.1 then bindfs, but get an error:configure: error: Package requirements (fuse >= 2.5.3) were not met:No package 'fuse' foundConsider adjusting the PKG_CONFIG_PATH environment variable if youinstalled software in a non-standard prefix.
Hi,Personally I recommend to install this software via one of the macosx package managers - either macports of homebrew.
'sudo port install bindfs' or 'brew install bindfs'