go-fuse-c
go-fuse-c copied to clipboard
umount the mountpoint after main func exits
Hi, nice project. I wonder what's the right way to umount the mountpoint currectly in code after main function exits.
I can see there is a umount attempt https://github.com/vgough/go-fuse-c/blob/master/fuse/wrapper.c#L96 , however it doesn't seem to work.
Env:
Archlinux x64 go version go1.12.6 linux/amd64