go-fuse-c icon indicating copy to clipboard operation
go-fuse-c copied to clipboard

umount the mountpoint after main func exits

Open amosbird opened this issue 6 years ago • 1 comments

Hi, nice project. I wonder what's the right way to umount the mountpoint currectly in code after main function exits.

amosbird avatar Jun 24 '19 02:06 amosbird

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

amosbird avatar Jun 24 '19 09:06 amosbird