fuse-overlayfs icon indicating copy to clipboard operation
fuse-overlayfs copied to clipboard

Support running fuse-overlayfs without the open fds 0, 1 and 2

Open typeless opened this issue 1 year ago • 0 comments

When running fuse-overlayfs with redirections <&- >&- 2>&-, the files don't show up at the mount point even though the command exits with a success.

To make it work, one has to run the command with </dev/null >/dev/null 2>/dev/null.

typeless avatar Mar 26 '24 09:03 typeless