You are not logged in.
Pages: 1
Can someone please provide or point me in the direction of udiskie filter options? Is the syntax similar to udev rules?
Offline
Details are in the man page, and no, it's more like ini syntax.
Offline
I of course read the man page before posting this question and the details are quite sparse.
FILTERS
udiskie uses filters to apply additional mount options. On startup udiskie reads the filters in
$XDG_CONFIG_HOME/udiskie/filters.conf (or the file specified with -f). Filters can match the
filesystem type or the device UUID.
EXAMPLE FILTERS FILE
[mount_options]
fstype.vfat: sync
uuid.9d53-13ba: noexec,nodev
Offline
OK... you just asked to be pointed in the right direction. So I did that.
I of course read the man page
And I of course did not assume that you read the man page, since you didn't mention it. I'm not sure what you expect to achieve by copy/pasting it here.
Try to come up with a more specific question, that relates to your actual experience with udiskie. If you have created a filters.conf and it's not working as you expect it to, include it in your post, along with any other relevant details.
Offline
Pages: 1