After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 611029 - Provide UI for enabling/disabling smart support
Provide UI for enabling/disabling smart support
Status: RESOLVED FIXED
Product: gnome-disk-utility
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-disk-utility-maint
gnome-disk-utility-maint
: 684729 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-02-25 00:29 UTC by Michael Biebl
Modified: 2012-11-19 20:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Biebl 2010-02-25 00:29:32 UTC
If a drive has SMART support turned off, provide a UI which allows to turn it on instead of simply failing.

See also the relevant udisks bug report
https://bugs.freedesktop.org/show_bug.cgi?id=26742
Comment 1 David Zeuthen (not reading bugmail) 2010-02-25 16:18:08 UTC
It would be nice to handle all kinds of drive interesting features - e.g.

 # udevadm info -q all -n /dev/sda |grep ATA_FEATURE
 E: ID_ATA_FEATURE_SET_HPA=1
 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1
 E: ID_ATA_FEATURE_SET_PM=1
 E: ID_ATA_FEATURE_SET_PM_ENABLED=1
 E: ID_ATA_FEATURE_SET_SECURITY=1
 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0
 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=2
 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=2
 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1
 E: ID_ATA_FEATURE_SET_SMART=1
 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1

Visually, could have a "Drive Features" dialog.
Comment 2 David Zeuthen (not reading bugmail) 2012-11-12 21:32:30 UTC
*** Bug 684729 has been marked as a duplicate of this bug. ***
Comment 4 David Zeuthen (not reading bugmail) 2012-11-19 20:43:21 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.