From e9245e41fd4b56ef3bcb858df7a51d4589b07920 Mon Sep 17 00:00:00 2001 From: Ross Lagerwall Date: Tue, 9 Jun 2015 23:12:01 +0100 Subject: [PATCH] Don't ignore isohybrid udf filesystems Extend the hack to show the main partition of isohybrid iso9660 isos to work with udf isos too. https://bugs.freedesktop.org/show_bug.cgi?id=89711 --- data/80-udisks2.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/80-udisks2.rules b/data/80-udisks2.rules index a65aab0..c09d906 100644 --- a/data/80-udisks2.rules +++ b/data/80-udisks2.rules @@ -149,4 +149,4 @@ KERNEL=="sr*", ENV{ID_VENDOR}=="SanDisk", ENV{ID_MODEL}=="Cruzer", ENV{ID_FS_LAB # # See http://mjg59.dreamwidth.org/11285.html for more details # -ENV{ID_PART_TABLE_TYPE}=="dos", ENV{ID_PART_ENTRY_TYPE}=="0x0", ENV{ID_PART_ENTRY_NUMBER}=="1", ENV{ID_FS_TYPE}=="iso9660", ENV{UDISKS_IGNORE}="0" +ENV{ID_PART_TABLE_TYPE}=="dos", ENV{ID_PART_ENTRY_TYPE}=="0x0", ENV{ID_PART_ENTRY_NUMBER}=="1", ENV{ID_FS_TYPE}=="iso9660|udf", ENV{UDISKS_IGNORE}="0" -- 2.4.2