I believe this should be handled internally, when parsing the GPT partitions, but I've worked around this in the udev rules: # Hide system gpt partitions ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_ENTRY_FLAGS}=="0x*1|0x*3|0x*5|0x*7", ENV{UDISKS_IGNORE}="1" # Hide hidden gpt partitions ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_ENTRY_FLAGS}=="0x4*|0x5*|0xc|0xd*", ENV{UDISKS_IGNORE}="1" You can see why this is not ideal. But it works.
Helloooooooooooooo? Are you interested in fixing this buggy udisks?
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.