# # Filters # filter disks { optical = false partition_table = false usage = filesystem } filter burnable { optical = true optical_disc_closed = false } filter optical { optical = true } # # The default entry (only used if no filters match) # default { } # # Additional entries # match disks { automount = true automount_options = { sync, noatime } } match burnable { post_insertion_command = "k3b %device_file" post_insertion_command = "udisks --mount %device_file --mount-options ro" } match optical { automount = true automount_options = ro post_insertion_command = "udisks --mount %device_file --mount-options ro" }