pass through filesystem

337 views
Skip to first unread message

jessica

unread,
Jul 2, 2012, 4:24:15 PM7/2/12
to fus...@googlegroups.com
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?

jessica

unread,
Jul 2, 2012, 4:25:03 PM7/2/12
to fus...@googlegroups.com
btw, this is for a MAC OSX lion.  Thanks.

Anatol Pomozov

unread,
Jul 2, 2012, 4:44:07 PM7/2/12
to fus...@googlegroups.com
Hi

On Mon, Jul 2, 2012 at 1:24 PM, jessica <jess...@gmail.com> wrote:
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?


jessica

unread,
Jul 3, 2012, 7:58:35 AM7/3/12
to fus...@googlegroups.com
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' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables fuse_CFLAGS
and fuse_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


On Monday, July 2, 2012 1:44:07 PM UTC-7, Anatol Pomozov wrote:
Hi

Anatol Pomozov

unread,
Jul 3, 2012, 12:55:15 PM7/3/12
to fus...@googlegroups.com
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'

On Tue, Jul 3, 2012 at 4:58 AM, jessica <jess...@gmail.com> wrote:
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' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

You need to find where did you install fuse.pc file and set PKG_CONFIG_PATH to that directory. And the path to fuse.pc depends how did you install fuse4x. The path either /usr/local/lib/pkgconfig/ or /opt/local/lib/pkgconfig/

jessica

unread,
Jul 3, 2012, 4:36:42 PM7/3/12
to fus...@googlegroups.com
I get the same error.  But I don't get it when using sudo.  Trying to build code on fuse4x and binds, so using port or brew would not help in the long run. Also, confuse of how bindfs works.  Thought the mount volume i type in the parameter gets pass to the dir that i choose? Error below when building binds from package:

checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for fuse... no
configure: error: Package requirements (fuse >= 2.5.3) were not met:

No package 'fuse' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables fuse_CFLAGS
and fuse_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


On Tuesday, July 3, 2012 9:55:15 AM UTC-7, Anatol Pomozov wrote:
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'

Reply all
Reply to author
Forward
0 new messages