bindfs icon indicating copy to clipboard operation
bindfs copied to clipboard

Mount local volume using bindfs and map it to a folder within a “Package”

Open diyoyo opened this issue 6 years ago • 1 comments

I know how to mount a volume that is mapped to a local folder on my Mac, using bindfs. Yet, when specify a folder that is within a "Package" (accessed by clicking on "Show Package contents"), then bindfs does not work with the error "Could not open source directory". Is there a workaround?

diyoyo avatar Feb 07 '19 17:02 diyoyo

Seems to work for me (latest OS X, osxfuse and bindfs):

$ mkdir bla
$ bindfs /Applications/Calculator.app/Contents bla
$ ls bla
Info.plist      MacOS           PkgInfo         PlugIns         Resources       _CodeSignature  version.plist

It also works the other way around, mounting bla over Contents.

Which flags are you using? Does it work without any flags? Does it work with/without sudo?

mpartel avatar Feb 08 '19 00:02 mpartel