Linux/Filesystem: Difference between revisions

From Wiki
No edit summary
mNo edit summary
 
(2 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
Line 8: Line 15:
** load cycle 101565 / 102128
** load cycle 101565 / 102128
[[Category:Linux/System]]
[[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


homeserver

  • smartctl --all /dev/sda
    • start/stop 1152 / 1676
    • power-on 5656 / 9244
    • load cycle 101565 / 102128