polyfuse icon indicating copy to clipboard operation
polyfuse copied to clipboard

error message is ambiguous when fusermount is missing

Open ubnt-intrepid opened this issue 4 years ago • 1 comments

... such as

Error: too short control message length

It was reported in https://github.com/ubnt-intrepid/polyfuse/issues/83#issuecomment-770389984.

ubnt-intrepid avatar Feb 07 '21 07:02 ubnt-intrepid

The problem here is that the error code caused by exec(2) in the forked process will not reported to the parent process.

ubnt-intrepid avatar Feb 07 '21 07:02 ubnt-intrepid