rfjakob / gocryptfs

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

macos: can't remove empty directory, ._gocryptfs.diriv problem #806

Open exidler opened 10 months ago

exidler commented 10 months ago

I have a external ssd with ExFat. There a directory crypted with gocryptfs. Problem, that macos create for each file in enc dir xattr file, so foreach file in crypt "gocryptfs.diriv" mac os creates "._gocryptfs.diriv"

and then, it's impossible do delete empty directory in view of decrypted dir.

any additionals can provide.