summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/80-udisks.rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/80-udisks.rules b/data/80-udisks.rules
index e9b5caf..212d34e 100644
--- a/data/80-udisks.rules
+++ b/data/80-udisks.rules
@@ -80,9 +80,9 @@ KERNEL=="hd*[0-9]", ATTR{removable}=="1", GOTO="probe_parttable_end"
# don't scan for partition tables on empty discs
KERNEL=="sr*", ENV{ID_CDROM_MEDIA}!="?*", GOTO="probe_parttable_end"
-# scan for partition tables both on whole-disk and partitions, unless we
-# already know that there is a file system
-ENV{ID_FS_TYPE}=="", IMPORT{program}="udisks-part-id $tempnode"
+# scan for partition tables both on whole-disk and partitions
+#
+IMPORT{program}="udisks-part-id $tempnode"
LABEL="probe_parttable_end"