Bug 64749

Summary: GPT system and hidden partitions are not hidden
Product: udisks Reporter: Felipe Contreras <felipe.contreras>
Component: generalAssignee: David Zeuthen (not reading bugmail) <zeuthen>
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Felipe Contreras 2013-05-19 01:25:59 UTC
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.
Comment 1 Felipe Contreras 2014-04-06 16:31:41 UTC
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.