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

Some Notes after playing around with fbind #17

Open
Mark-Joy opened this issue Nov 29, 2022 · 0 comments
Open

Some Notes after playing around with fbind #17

Mark-Joy opened this issue Nov 29, 2022 · 0 comments

Comments

@Mark-Joy
Copy link

Hello,

Here is what I found after playing around with fbind, feel free to correct it if there is any mistake:

** fbind wizard's behavior:
In fbind wizard, there are 3 kinds of binding: Media, Non-media and OBB
There is no difference between Media, Non-media and OBB except the way wizard generates config.txt

Example:

  • When choosing Media, the next prompting will generate the below line in config.txt for user's input "myDir":
    from_to "myDir" ".fbind/myDir"
  • When choosing Non-media, the next prompting will generate the below line in config.txt for user's input "myDir":
    target "myDir"
    It is equivalent to:
    from_to "myDir" "myDir"
  • When choosing OBB, the next prompting will generate the below line in config.txt for user's input "myDir"
    obbf "myDir"
    It is equivalent to:
    from_to "Android/obb/myDir" "Android/obb/myDir"

** Here is the fbind wizard's behavior in comparison with fbind -m (fbind mount command)

  • fbind wizard's behavior
    With config from_to "myDir" "myDir":
    If there's existing "myDir" in ExternalSD, that "myDir" is renamed to "myDir.old", and then fbind will move intSD-"myDir" to extSD, and mount extSD-"myDir" to intSD-"myDir"

  • fbind -m (fbind mount command):
    With config from_to "myDir" "myDir"
    If there's existing "myDir" in InternalSD, that "myDir" is ignored, and then fbind will mount extSD-"myDir" to intSD-"myDir"

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

No branches or pull requests

1 participant