On Mon, 19 May 2025, songbird wrote:
Tim Woodall wrote:
Short script below that shows my problem.
fusermount -u (and umount) both return before all the data is written
out to the backing file on a fuse FS. Is there any way to tell when this
is complete? I tried running fuse in the foreground a
Tim Woodall wrote:
> Short script below that shows my problem.
>
> fusermount -u (and umount) both return before all the data is written
> out to the backing file on a fuse FS. Is there any way to tell when this
> is complete? I tried running fuse in the foreground and then doing a
> wait $PID b
Short script below that shows my problem.
fusermount -u (and umount) both return before all the data is written
out to the backing file on a fuse FS. Is there any way to tell when this
is complete? I tried running fuse in the foreground and then doing a
wait $PID but that didn't help, I still
3 matches
Mail list logo