Bug 64750 - Hide more recovery and system partitions
Summary: Hide more recovery and system partitions
Status: RESOLVED FIXED
Alias: None
Product: udisks
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: David Zeuthen (not reading bugmail)
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-19 01:28 UTC by Felipe Contreras
Modified: 2014-12-18 11:26 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
hide-system-partitions.patch (1.63 KB, patch)
2013-07-25 09:31 UTC, Tomas Bzatek
Details | Splinter Review

Description Felipe Contreras 2013-05-19 01:28:17 UTC
On my Asus Zenbook I have "Recovery" and "IntelRST" which should be hidden, and they are not:

# recovery partitions
ENV{ID_FS_TYPE}=="ntfs|vfat", \
  ENV{ID_FS_LABEL}=="Recovery|RECOVERY|HP_RECOVERY|Recovery_Partition|DellUtility|DellRestore|IBM_SERVICE|SERVICEV001|SERVICEV002|SYSTEM_RESERVED|System_Reserved", \
  ENV{UDISKS_IGNORE}="1"

# intelrst
ENV{ID_FS_TYPE}=="ntfs|vfat", ENV{ID_FS_LABEL}=="IntelRST", ENV{UDISKS_IGNORE}="1"
Comment 1 Tomas Bzatek 2013-07-25 09:31:54 UTC
Created attachment 82986 [details] [review]
hide-system-partitions.patch

Attaching a patch from Fedora bug https://bugzilla.redhat.com/show_bug.cgi?id=984452 which is closely related to this one.

(In reply to Bradley from comment #0)
> The attached patch:
> 
> a) Hides "Windows Recovery Environment" GPT partitions (similar to how other
> (older?) recovery partitions are hidden based on the FS_LABEL)
> b) Hides partitions with a "DIAGS" label (again, similar to the other hiding)
>
> Actual results:
> 
> See "Microsoft recovery partition", "DIAGS", and "WINRETOOLS" partitions on
> the desktop
Comment 2 Felipe Contreras 2014-04-06 16:31:51 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.