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

Osx implementation #21

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

DanilKorotenko
Copy link

The main implementation of loggedfs is working with the one path specified in the arguments.
It mounts the fuse volume to the path specified and intercepts operations by splitting paths
to realPath and absolutePath.

On OSX, all volumes should be mounted to /Volumes directory.

Only root can mount to the other directory. But if you mount fuse volume as root, the regular user will not have access to it. So this way is not appropriate.

That is why the OSX version is needed to deal with two paths: the one where is fuse volume
mounted (/Volumes/LoggedFS), and the one specified in program arguments.

@rflament
Copy link
Owner

Hi Danil, thank you for your PRs.
which one of the twos is the correct one ? Do we really need all the xcode files ?

README.md Outdated
Rémi Flament - remipouak at gmail.com

OSX imeplementation - Danil Korotenko
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

@DanilKorotenko
Copy link
Author

Fixed typo.

@rflament
Copy link
Owner

rflament commented Jan 8, 2022

hey, when mounting a directory under in /Volumes, are running process that read and write in the "real" directory watched by your version ?

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

Successfully merging this pull request may close these issues.

2 participants