Hard Drive Active Protection System: Difference between revisions

From ArchWiki
m (add ja link)
(→‎tp_smapi: Remove mention of the community repository)
 
(19 intermediate revisions by 10 users not shown)
Line 1: Line 1:
[[Category:Laptops]]
[[Category:Lenovo]]
[[ja:Hard Drive Active Protection System]]
[[ja:Hard Drive Active Protection System]]
[[zh-CN:Hard Drive Active Protection System]]
[[zh-hans:Hard Drive Active Protection System]]
'''H'''ard '''D'''rive '''A'''ctive '''P'''rotection '''S'''ystem ('''HDAPS''') protects your hard drive from sudden shocks (such as dropping or banging your laptop on a desk). It does this by parking the disk heads, so that shocks do not cause them to crash into the drive's platters. Hopefully, this will prevent catastrophic failure.
{{Related articles start}}
{{Related|hpfall}}
{{Related articles end}}
Hard Drive Active Protection System ('''HDAPS''') protects your hard drive from sudden shocks (such as dropping or banging your laptop on a desk). It does this by parking the disk heads, so that shocks do not cause them to crash into the drive's platters. Hopefully, this will prevent catastrophic failure.
Also see [[wikipedia:Active hard-drive protection|Active hard-drive protection]].


{{Note|[[SSD]] drives do not need HDAPS as they lack any mechanical components.}}
{{Note|[[SSD]] drives do not need HDAPS as they lack any mechanical components.}}
Line 12: Line 16:
=== tp_smapi ===
=== tp_smapi ===


[[tp_smapi]] is a set of drivers for many ThinkPad laptops.  It is highly recommended if you have a supported ThinkPad, even if you do not plan to use HDAPS.  Among a plethora of other useful things, tp_smapi represents the accelerometer output as joystick devices {{ic|/dev/input/js#}} (Note! This could interfere with other joystick devices on your system).
[[tp_smapi]] is a set of drivers for many ThinkPad laptops.  It is highly recommended if you have a supported ThinkPad, even if you do not plan to use HDAPS.  Among a plethora of other useful things, tp_smapi represents the accelerometer output as joystick devices {{ic|/dev/input/js#}}.


Install tp_smapi from the community repository. After a reboot, this will activate most of the drivers, represented through the {{ic|/sys/devices/platform/smapi}} filesystem.
{{Note|This could interfere with other joystick devices on your system.}}


The kernel provides its own HDAPS drivers.  Previously, it was necessary to manually {{ic|insmod}} the module via {{ic|/etc/rc.local}} to prevent the default drivers from being loaded.  The [[tp_smapi]] package from community now installs {{ic|hdaps.ko}} to [http://www.mail-archive.com/arch-dev-public@archlinux.org/msg01995.html /lib/modules/$(uname -r)/updates], which will let it supercede the built-in module.  Thus, you can simply add {{ic|hdaps}} to your {{ic|MODULES}} array.
[[Install]] {{Pkg|tp_smapi}}. After a reboot, this will activate most of the drivers, represented through the {{ic|/sys/devices/platform/smapi}} filesystem.


{{Note|According to [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628829 this bug report], certain ThinkPad laptops use different firmware which tp_smapi does not support and is unlikely to support in the near future. This includes the following series: Edge, SL, L, X1xxe. Only one of these is listed in the "unsupported hardware" page for the project, however, and that listing suggests that the x121e should mostly work. I get the same error with the x121e listed at the bottom of the bug report as a different and more fundamental problem, though, so it may be that some models of the x121e are mostly supported and others are entirely unsupported.}}
The kernel provides its own HDAPS drivers. The {{Pkg|tp_smapi}} package installs {{ic|hdaps.ko}} to [https://www.mail-archive.com/arch-dev-public@archlinux.org/msg01995.html /lib/modules/$(uname -r)/updates], which will let it supercede the built-in module.  Thus, you can simply add {{ic|hdaps}} to your {{ic|MODULES}} array.
 
{{Note|1=According to [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628829 this bug report], certain ThinkPad laptops use different firmware which tp_smapi does not support and is unlikely to support in the near future. This includes the following series: Edge, SL, L, X1xxe. Only one of these is listed in the "unsupported hardware" page for the project, however, and that listing suggests that the x121e should mostly work. I get the same error with the x121e listed at the bottom of the bug report as a different and more fundamental problem, though, so it may be that some models of the x121e are mostly supported and others are entirely unsupported.}}


=== Invert module parameter ===
=== Invert module parameter ===
Line 32: Line 38:
* invert=4 swap X and Y (takes place before inverting)
* invert=4 swap X and Y (takes place before inverting)


Note that options can be summed. For instance, invert=5 swaps the axes and inverts them. The maximum value of invert is obviously 7. If you do not know which option is correct for you, just try them out with hdaps-gl or some other GUI (see below). Alternatively, you can determine the exact value for your thinkpad model from [http://www.thinkwiki.org/wiki/Tp_smapi this table] under the column labelled "HDAPS axis orientation".
Note that options can be summed. For instance, invert=5 swaps the axes and inverts them. The maximum value of invert is obviously 7. If you do not know which option is correct for you, just try them out with hdaps-gl or some other GUI (see below). Alternatively, you can determine the exact value for your thinkpad model from [https://www.thinkwiki.org/wiki/Tp_smapi this table] under the column labelled "HDAPS axis orientation".


As an alternative to reloading the {{ic|hdaps}} module, the {{ic|invert}} value can also be written directly to {{ic|/sys/devices/platform/hdaps/invert}}.
As an alternative to reloading the {{ic|hdaps}} module, the {{ic|invert}} value can also be written directly to {{ic|/sys/devices/platform/hdaps/invert}}.
Line 46: Line 52:
You should check your "Load cycle count" in [[SMART]] when setting up hdaps, if it is too sensitive the head would park too often and load cycle count would rise too rapidly.
You should check your "Load cycle count" in [[SMART]] when setting up hdaps, if it is too sensitive the head would park too often and load cycle count would rise too rapidly.


[[Install]] {{Pkg|hdapsd}}. You can [[start]] the hdapsd daemon with {{ic|hdapsd.service}}.
[[Install]] {{Pkg|hdapsd}}. You can [[start]] hdapsd with {{ic|hdapsd@device.service}}, however you do not need to enable it.


You can adjust the parameters, with which hdapsd is run by providing your own unit file as explained in the [[Systemd#Editing_provided_unit_files|systemd article]], for example the following file will adjust sensitivity and logging behaviour of the hdaps daemon:
The package installs udev rules. Udev will start one hdapsd instance for each rotational, non-removable disk it finds.
For more information, see the [https://github.com/evgeni/hdapsd#systemd-and-udev-integration:Link hdapsd github page].


{{hc|/etc/systemd/system/hdapsd.service.d/sensitivity.conf|<nowiki>
It may be desirable to tweak the parameters used by hdaspd. [[Edit]] {{ic|hdapsd.service}} and add e.g {{ic|1=--sensitivity=40 -blp}} to the parameters.
[Service]
ExecStart=
ExecStart=/usr/bin/hdapsd --sensitivity=40 -blp
</nowiki>}}
 
And reload the configuration.


== GUI Utilities ==
== GUI Utilities ==


{{Poor writing|Use Template:App}}
Utilities exist to monitor hdapsd's status so you know what is going on while you are using your laptop. These are entirely optional.
 
Utilities exist to monitor hdapsd's status so you know what is going on while you are using your laptop. These are entirely optional, but very handy.
 
=== gnome-hdaps-applet ===
 
This is a GNOME panel applet (Note: XFCE can use GNOME panel applets) that represents the current status of your hard drive. The package is available in [[AUR]]: {{AUR|gnome-hdaps-applet}}. If you do not want to monitor sda or hda by default, edit the [[PKGBUILD]] before compiling.
 
=== kdeplasma-applets-hdaps-monitor ===
 
For KDE4 there is a plasmoid for HDAPS monitoring [http://kde-look.org/content/show.php/HDAPS+monitor?content=103481 HDAPS monitor]. The package {{AUR|kdeplasma-applets-hdaps-monitor}} is available in [[AUR]].
 
=== xfce4-hdaps ===
 
This is a Xfce4 panel applet that can represents the current status of your hard drive. Available in [[AUR]]: {{AUR|xfce4-hdaps}}. After install, add this applet to a panel.


=== HDAPSicon ===
{{App|xfce4-hdaps|Xfce4 panel applet that can represents the current status of your hard drive.|http://michael.orlitzky.com/code/xfce4-hdaps.xhtml|{{AUR|xfce4-hdaps}}}}
HDAPSicon, formerly thinkhdaps, is a standalone GTK applet for HDAPS disk protection status. While running will show applet icon in the notification area. Available in AUR: {{AUR|hdapsicon-git}}.


=== hdaps-gl ===
{{App|HDAPSicon|Formerly thinkhdaps, standalone GTK applet for HDAPS disk protection status.|https://github.com/thpani/thinkhdaps|{{AUR|hdapsicon-git}}}}


Simple OpenGL application showing the 3D animation of your Thinkpad. Similar to the apllication Lenovo distributes with Windows. {{AUR|hdaps-gl}} is available in AUR.
{{App|hdaps-gl|Simple OpenGL application showing the 3D animation of your Thinkpad. Similar to the apllication Lenovo distributes with Windows.|https://github.com/evgeni/hdapsd|{{AUR|hdaps-gl}}}}


== See also ==
== See also ==


* [http://www.thinkwiki.org/wiki/How_to_protect_the_harddisk_through_APS How to protect the harddisk through APS at ThinkWiki]
* [https://www.thinkwiki.org/wiki/How_to_protect_the_harddisk_through_APS How to protect the harddisk through APS at ThinkWiki]
* [http://www.thinkwiki.org/wiki/HDAPS HDAPS at ThinkWiki]
* [https://www.thinkwiki.org/wiki/HDAPS HDAPS at ThinkWiki]

Latest revision as of 13:35, 19 May 2023

Hard Drive Active Protection System (HDAPS) protects your hard drive from sudden shocks (such as dropping or banging your laptop on a desk). It does this by parking the disk heads, so that shocks do not cause them to crash into the drive's platters. Hopefully, this will prevent catastrophic failure. Also see Active hard-drive protection.

Note: SSD drives do not need HDAPS as they lack any mechanical components.

Shock detection

Your hardware needs to support some kind of shock detection. This is usually in the form of an accelerometer built into your laptop's motherboard. If you have the hardware, you also need a way to communicate what the hardware is detecting to your operating system. This section describes drivers to communicate the accelerometer's state to the OS so it can detect and protect against shocks.

tp_smapi

tp_smapi is a set of drivers for many ThinkPad laptops. It is highly recommended if you have a supported ThinkPad, even if you do not plan to use HDAPS. Among a plethora of other useful things, tp_smapi represents the accelerometer output as joystick devices /dev/input/js#.

Note: This could interfere with other joystick devices on your system.

Install tp_smapi. After a reboot, this will activate most of the drivers, represented through the /sys/devices/platform/smapi filesystem.

The kernel provides its own HDAPS drivers. The tp_smapi package installs hdaps.ko to /lib/modules/$(uname -r)/updates, which will let it supercede the built-in module. Thus, you can simply add hdaps to your MODULES array.

Note: According to this bug report, certain ThinkPad laptops use different firmware which tp_smapi does not support and is unlikely to support in the near future. This includes the following series: Edge, SL, L, X1xxe. Only one of these is listed in the "unsupported hardware" page for the project, however, and that listing suggests that the x121e should mostly work. I get the same error with the x121e listed at the bottom of the bug report as a different and more fundamental problem, though, so it may be that some models of the x121e are mostly supported and others are entirely unsupported.

Invert module parameter

For some ThinkPads, the invert module parameter is needed in order to handle the X and Y rotation axes correctly. In that case, you can add the option in /etc/modprobe.d/modprobe.conf:

options hdaps invert=1

invert=1 is an example value used for a ThinkPad T410. The invert option takes the following values:

  • invert=1 invert both X and Y axes;
  • invert=2 invert the X axes (uninvert if already both axes inverted)
  • invert=4 swap X and Y (takes place before inverting)

Note that options can be summed. For instance, invert=5 swaps the axes and inverts them. The maximum value of invert is obviously 7. If you do not know which option is correct for you, just try them out with hdaps-gl or some other GUI (see below). Alternatively, you can determine the exact value for your thinkpad model from this table under the column labelled "HDAPS axis orientation".

As an alternative to reloading the hdaps module, the invert value can also be written directly to /sys/devices/platform/hdaps/invert.

Shock protection

Now that your hardware is reporting its shock detection to the OS, we need to do something with this data. This section describes software utilities to transform the sensor output into shock protection.

hdapsd

hdapsd monitors the output of the HDAPS joystick devices to determine if a shock is about to occur, then tells the kernel to park the disk heads.

You should check your "Load cycle count" in SMART when setting up hdaps, if it is too sensitive the head would park too often and load cycle count would rise too rapidly.

Install hdapsd. You can start hdapsd with hdapsd@device.service, however you do not need to enable it.

The package installs udev rules. Udev will start one hdapsd instance for each rotational, non-removable disk it finds. For more information, see the hdapsd github page.

It may be desirable to tweak the parameters used by hdaspd. Edit hdapsd.service and add e.g --sensitivity=40 -blp to the parameters.

GUI Utilities

Utilities exist to monitor hdapsd's status so you know what is going on while you are using your laptop. These are entirely optional.

xfce4-hdaps — Xfce4 panel applet that can represents the current status of your hard drive.

http://michael.orlitzky.com/code/xfce4-hdaps.xhtml || xfce4-hdapsAUR

HDAPSicon — Formerly thinkhdaps, standalone GTK applet for HDAPS disk protection status.

https://github.com/thpani/thinkhdaps || hdapsicon-gitAUR

hdaps-gl — Simple OpenGL application showing the 3D animation of your Thinkpad. Similar to the apllication Lenovo distributes with Windows.

https://github.com/evgeni/hdapsd || hdaps-glAUR

See also