08-27-2024, 10:16 AM
Okay, so only just now have I had a chance to test this. I'm afraid I still can't get the syntax right.
I want it to be mounted with the equivalent of 777 permissions, so I ussumed that I'm editing these lines from the config file...
match exfatdisks {
automount = true
automount_options = {noexec,nodev,noatime,nodiratime}
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"'
... and that I want to add something like...
fmask=0000,dmask=0000
... to it, but I'm not sure.
Could you please give me an example of the line and where it should go please?
I want it to be mounted with the equivalent of 777 permissions, so I ussumed that I'm editing these lines from the config file...
match exfatdisks {
automount = true
automount_options = {noexec,nodev,noatime,nodiratime}
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"'
... and that I want to add something like...
fmask=0000,dmask=0000
... to it, but I'm not sure.
Could you please give me an example of the line and where it should go please?