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

toccfs - relative base path while mounting #111

Open
aniljava opened this issue Dec 21, 2014 · 1 comment
Open

toccfs - relative base path while mounting #111

aniljava opened this issue Dec 21, 2014 · 1 comment
Labels

Comments

@aniljava
Copy link

If toccfs is mounted with the relative base path, mounts without issue but operations such as ls gives following error.

# mount ./tocc-base-dir /mnt
# ls

ls: cannot access /mnt: Software caused connection abort
ls: cannot access /mnt: Transport endpoint is not connected

Expected Resolution:

  • Convert to absolute path before mounting
  • Or, error and exit
@aidin36
Copy link
Owner

aidin36 commented Dec 22, 2014

Seems that if we pass -d (debug) to fuse (e.g. toccfs ./tocc-base-dir /mnt -d) there would be no problem! So I couldn't debug it. I should take a deeper look into it.

Thanks for the report (:

@aidin36 aidin36 added the bug label Dec 22, 2014
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