Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexalouit/fb8151beca66d3bc9ef799cbb0ec6611 to your computer and use it in GitHub Desktop.
Save alexalouit/fb8151beca66d3bc9ef799cbb0ec6611 to your computer and use it in GitHub Desktop.
Handle composed and decomposed directory/file in OSX with Samba
apt-get install samba-vfs-modules
# more info at https://www.mankier.com/8/vfs_fruit
# add to share point:
ea support = yes
vfs objects = catia fruit streams_xattr
fruit:resource = file
fruit:metadata = netatalk
fruit:locking = netatalk
fruit:encoding = native
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment