Linux/Filesystem: Difference between revisions
< Linux
(Die Seite wurde neu angelegt: „* http://smartmontools.sourceforge.net/badblockhowto.html * http://www.thomas-krenn.com/de/wiki/Analyse_einer_fehlerhaften_Festplatte_mit_smartctl“) |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Set ext scan to every boot == | |||
<pre> | |||
tune2fs -c 1 /dev/sda3 | |||
| maximum mount count = 1 | |||
</pre> | |||
* http://smartmontools.sourceforge.net/badblockhowto.html | * http://smartmontools.sourceforge.net/badblockhowto.html | ||
* http://www.thomas-krenn.com/de/wiki/Analyse_einer_fehlerhaften_Festplatte_mit_smartctl | * http://www.thomas-krenn.com/de/wiki/Analyse_einer_fehlerhaften_Festplatte_mit_smartctl | ||
== homeserver == | |||
* smartctl --all /dev/sda | |||
** start/stop 1152 / 1676 | |||
** power-on 5656 / 9244 | |||
** load cycle 101565 / 102128 | |||
[[Category:Linux/System]] | |||
[[Category:Linux]] |
Latest revision as of 10:24, 24 November 2023
Set ext scan to every boot
tune2fs -c 1 /dev/sda3 | maximum mount count = 1
- http://smartmontools.sourceforge.net/badblockhowto.html
- http://www.thomas-krenn.com/de/wiki/Analyse_einer_fehlerhaften_Festplatte_mit_smartctl
homeserver
- smartctl --all /dev/sda
- start/stop 1152 / 1676
- power-on 5656 / 9244
- load cycle 101565 / 102128