# -*- sh -*-

# Mount options to use for auto-mounting NTFS drives
AUTOMOUNT_OPTS='errors=remount-ro,relatime,utf8,users,flush'

# If NTFS-3G is installed, use it as the mount type
hash ntfs-3g && AUTOMOUNT_TYPE="ntfs-3g"

