Erik Larsson
Erik Larsson
Also seems to affect macFUSE 4.2.5, I'm getting a hang for passing an incorrect ```max_read``` value (```max_read=5324```). @bfleischer ping me if you want some help with this one. :)
I'm experiencing a persistent crash on macOS 13 / UTM 4.0.9 / M1 (MacBook Air) with a trace similar to the original report (`com.Metal.CompletionQueueDispatch`: `[MTLResourceList releaseAllObjectsAndReset]`), so I assume it...
Hi, are you able to debug the hang, e.g. by attaching to the ```ntfs-3g``` process with gdb and show the stack trace of the process when it hangs?
To regenerate the build system you need ```autoconf```, ```automake```, ```libtool```, ```pkg-config``` (or ```pkgconf```) and ```libfuse``` / ```libgcrypt``` development files (e.g. ```libfuse-dev``` / ```libgcrypt-dev``` packages on Debian/Ubuntu).
@aryoda If you're looking for documentation, it's described in the very first section of the `ntfs-3g` manpage: ``` DESCRIPTION ntfs-3g is an NTFS driver, which can create, remove, rename, move...
Some people are saying that 6.7 series breaks mounting with ```ntfs-3g```, some say that it works on the 6.8 series and some say that it breaks on 6.8. I'm wondering...