macos-fuse-t / fuse-t

Other
864 stars 4 forks source link

.DS_Store creation despite noappledouble flag #59

Open daeh opened 1 month ago

daeh commented 1 month ago

Hi - it's possible I'm out of date with the best practices, is the -o noappledouble flag still supported? I'm mounting a unix filesystem with sshfs -o noappledouble ${remote} ${local} and finding that .DS_Store files are being created on the remote.

thanks!

> sshfs --version
SSHFS version 2.9
FUSE library version: 2.9.9

> brew info macos-fuse-t/homebrew-cask/fuse-t
==> fuse-t: 1.0.38
https://github.com/macos-fuse-t/fuse-t
Installed
/opt/homebrew/Caskroom/fuse-t/1.0.38 (19.5MB)
From: https://github.com/macos-fuse-t/homebrew-cask/blob/HEAD/Casks/fuse-t.rb
==> Name
fuse-t

> brew info macos-fuse-t/homebrew-cask/fuse-t-sshfs
==> fuse-t-sshfs: 1.0.2
https://github.com/macos-fuse-t/sshfs
Installed
/opt/homebrew/Caskroom/fuse-t-sshfs/1.0.2 (824.4KB)
From: https://github.com/macos-fuse-t/homebrew-cask/blob/HEAD/Casks/fuse-t-sshfs.rb
==> Name
sshfs
alexfs commented 1 month ago

Try running this on your mac: defaults write com.apple.desktopservices DSDontWriteNetworkStores true