VK

Results 11 comments of VK

We are using "LoopbackFS" in swift. Same code, based on swift version changed syntax and folder choosing dynamical. This code working Intel machines. But Apple M1 chip machines observed mount...

`We changed all the mentioned build settings and framework. Single mount creation working.` Added mount creation code in separate class. Creating more than one mount. MountPath and rootPath passing dynamically....

We are not using any commercial purpose. Let us if any feasibility to create more than one mount without any issues.

We didn't retaining instance of GMUserFileSystem. Still we are facing auto unmount in Apple M1 and macOS 12.5.1

The latest version of the Loopback (https://github.com/macfuse/demo) modified with multiple mounts. https://github.com/kondak3/LoopbackFS-Swift This Loopback working without fail in "macOS Monterey(v12.3) with Intel Core i5" and macFuse 4.4.1. But same Loopback...

MacBook Pro, Apple M1 Pro, still we are facing the auto unmount issue.

We are using "LoopbackFS-Swift" from this demo "https://github.com/macfuse/demo".

Yes, Removed NSOpenPanel code and create source folder inside the document directory. rootPath assign as source folder path, remaining code same.

Same demo not getting any issue. But only rootPath added statically. It's freezing the system and unmount. ``` self.rootPath = "/Users/XXXX/Downloads" Got didMount notification. fuse: writing device: Socket is not...