rfjakob / gocryptfs

Encrypted overlay filesystem written in Go
https://nuetzlich.net/gocryptfs/
MIT License
3.57k stars 253 forks source link

MacOS: Can't delete diacritically named files (NFC unicode form) #850

Open eugenesvk opened 5 months ago

eugenesvk commented 5 months ago

On macOS if I copy an NFC composed unicode form file with some diacritics (e.g., ü which is composed of 1 "composed" symbol) to a mounted Gocryptfs volume, I can't delete it in a file manager (even if I can delete the same file in the same with the same NFC form), though can delete it in a terminal

This might be a limitation of the upstream https://github.com/osxfuse/osxfuse/issues/954, but I can create/rename such files, just can't delete them, so maybe it's a different issue?

rfjakob commented 2 months ago

I'm sorry, I have no idea, and I also don't have a Mac to test. Best I can do is to leave this ticket open so other people can find it.