Thanks Tim,
So I tried that. This is how it reads now...
match exfatdisks {
automount = true
automount_options = {noexec,nodev,noatime,nodiratime,'dmask=0000','fmask=0000'}
post_mount_command = '/var/www/util/automount.sh add_mount_udisks "%mount_point"'
post_unmount_command = '/var/www/util/automount.sh remove_mount_udisks "%mount_point"'
}
But now the drive doesn't mount at all. Am I missing something obvious?
So I tried that. This is how it reads now...
match exfatdisks {
automount = true
automount_options = {noexec,nodev,noatime,nodiratime,'dmask=0000','fmask=0000'}
post_mount_command = '/var/www/util/automount.sh add_mount_udisks "%mount_point"'
post_unmount_command = '/var/www/util/automount.sh remove_mount_udisks "%mount_point"'
}
But now the drive doesn't mount at all. Am I missing something obvious?