rfjakob / gocryptfs

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

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

Open exidler opened 1 year ago

exidler commented 1 year 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.

rfjakob commented 2 weeks ago

Hi, is this only for the gocryptfs.diriv files or also for the encrypted content files that look like this

GbygK2iudbDM8-1MvJxTtQ

?