tocc icon indicating copy to clipboard operation
tocc copied to clipboard

toccfs - relative base path while mounting

Open aniljava opened this issue 10 years ago • 1 comments

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

aniljava avatar Dec 21 '14 08:12 aniljava

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 avatar Dec 22 '14 16:12 aidin36