Yuguo

Results 10 comments of Yuguo

Yes of course ```` 13:10:11.316948 rx 2: INIT i0 {7.19 Ra 0x100000 VOL_RENAME,CASE_INSENSITIVE,ATOMIC_O_TRUNC,XTIMES,0x18000000} 13:10:11.317197 tx 2: OK, {7.8 Ra 0x100000 0/0 Wr 0x10000 Tg 0x0} 13:10:11.317338 rx 2: STATFS i1...

However, it won't crash for a smaller extended attribute: ``` ls -l@ testF -rw-r--r--@ 1 XXX XXX 0 Jun 6 13:40 testF testattr 128 ``` and the debug output is...

Like I mentioned [here](https://github.com/rfjakob/gocryptfs/issues/373#issuecomment-634292682), this somehow related to the value `MAX_KERNEL_WRITE`, but I don't know what causes crash.

This is now even weirder with the new API. With the "loopback" example, it exits suddenly with a large 'resourceFork' and it stops responding with a small 'resourceFork'. ## Debug...

I also have this problem, and getting error: > cp: /XXX/Icon\r: could not copy extended attributes to ./Icon\r: Argument list too long when I try to copy the "Icon?" file...

This seems related to the `fuse.MAX_KERNEL_WRITE` value in `server.go` of go-fuse package, which is `128 * 1024`. However, simply enlarge this value doesn't solve the problem and can lead to...

Increasing `XATTR_SIZE_MAX` in `internal/syscallcompat/sys_common.go` and `MAX_KERNEL_WRITE` in `fuse/server.go` simultaneously increases `com.apple.ResourceFork` acceptable size. What interesting is, if I try to write very large extended attribute to a exist file in...

> > > @someone857 did you ever find a solution to getting macFUSE working on your 2nd partition? > Extension won't install running 11.4 Big Sur on an external SSD,...

> > > Is there any news on this? To install kernel extensions on a M1 Macbook, you need to run the system under "reduced security", see: https://support.apple.com/guide/deployment-reference-macos/startup-security-ior2b1833593/web

However, is there any chance that we drop FUSE and use native directory instead? Cryfs can work like a sync client between plaintext-directory and ciphertext-directory. In my opinion, 1. This...