Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
diyoyo opened this issue Feb 7, 2019 · 1 comment
Labels

Comments

@diyoyo
Copy link

diyoyo commented Feb 7, 2019

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?

@mpartel mpartel added the support label Feb 8, 2019
@mpartel
Copy link
Owner

mpartel commented Feb 8, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants