winfsp / cgofuse

Cross-platform FUSE library for Go - Works on Windows, macOS, Linux, FreeBSD, NetBSD, OpenBSD
https://winfsp.dev
MIT License
527 stars 84 forks source link

memfs example problems #75

Closed lonnietc closed 1 year ago

lonnietc commented 1 year ago

Hello,

I am looking at trying to use your cgofuse (Winfsp) for a type of P2P filesystem project that I am working on and have been able to compile your Go example memfs.exe

I also installed the latest winfsp-2.0.22327.msi and have mingw-64 installed for the CGO part.

The problem is that when I start "memfs.exe" with no CLI parameters, I do get a ramdrive showing up, but I cannot add any files as it says that I do not have space when I have over 30 GB available.

I would expect that the memfs would self-adjust based upon the file size being added and, in this case, it was just as small README.md file 8KB in size.

Can you please help?