diff options
author | Martin Pitt <martinpitt@gnome.org> | 2013-03-25 14:58:18 +0100 |
---|---|---|
committer | Martin Pitt <martinpitt@gnome.org> | 2013-03-25 14:58:18 +0100 |
commit | 51857ca68c1f45137c27591c1b535b18a6b4ab09 (patch) | |
tree | 9a2776ca0e360f4335602716dd72f07a5725d31c | |
parent | 266bae418f6f55e0061b089c5bbfdeac2598f155 (diff) |
Fix hiding of "WD SmartWare" partitions
These might have a _ or a space as word separator.
https://launchpad.net/bugs/732365
-rw-r--r-- | data/80-udisks2.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/80-udisks2.rules b/data/80-udisks2.rules index 90e4fc2..5541b4e 100644 --- a/data/80-udisks2.rules +++ b/data/80-udisks2.rules @@ -114,7 +114,7 @@ ENV{ID_PART_ENTRY_SCHEME}=="gpt", \ # MAC recovery/tool partitions which are useless on Linux ENV{ID_PART_ENTRY_SCHEME}=="mac", \ - ENV{ID_CDROM}=="?*", ENV{ID_FS_TYPE}=="udf", ENV{ID_FS_LABEL}=="WD_SmartWare", \ + ENV{ID_CDROM}=="?*", ENV{ID_FS_TYPE}=="udf", ENV{ID_FS_LABEL}=="WD*SmartWare", \ ENV{UDISKS_IGNORE}="1" # recovery partitions |