Revision: 682 http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=682 Author: iank Date: 2023-12-06 14:11:13 -0500 (Wed, 06 Dec 2023) Log Message: ----------- initial fsf dir for getting our useful tech docs published
Added Paths: ----------- trunk/sviki/FSF/ trunk/sviki/FSF/index.mdwn trunk/sviki/FSF/tools/ trunk/sviki/FSF/tools/badblocks.mdwn trunk/sviki/FSF/tools.mdwn trunk/sviki/FSF.mdwn Added: trunk/sviki/FSF/index.mdwn =================================================================== --- trunk/sviki/FSF/index.mdwn (rev 0) +++ trunk/sviki/FSF/index.mdwn 2023-12-06 19:11:13 UTC (rev 682) @@ -0,0 +1,3 @@ +## Contents + +* [[Tools]] - About the tools we depend on. Added: trunk/sviki/FSF/tools/badblocks.mdwn =================================================================== --- trunk/sviki/FSF/tools/badblocks.mdwn (rev 0) +++ trunk/sviki/FSF/tools/badblocks.mdwn 2023-12-06 19:11:13 UTC (rev 682) @@ -0,0 +1,12 @@ +# badblocks + +`-b 4194304` (4 MB) is for ssd. remove it for hdd. Reference: +<https://unix.stackexchange.com/questions/93686/can-i-prove-that-an-ssd-is-broken> + +For a long read / write test (4 r/w passes): + + badblocks -svw -b 4194304 /dev/sdX + +For a single fast r/w pass of random data: + + badblocks -svw -b 4194304 -t random /dev/sdX Added: trunk/sviki/FSF/tools.mdwn =================================================================== --- trunk/sviki/FSF/tools.mdwn (rev 0) +++ trunk/sviki/FSF/tools.mdwn 2023-12-06 19:11:13 UTC (rev 682) @@ -0,0 +1 @@ +[[!map pages="tools/* and ! tools/*/*"]] Added: trunk/sviki/FSF.mdwn =================================================================== --- trunk/sviki/FSF.mdwn (rev 0) +++ trunk/sviki/FSF.mdwn 2023-12-06 19:11:13 UTC (rev 682) @@ -0,0 +1,18 @@ +FSF Tech Notes Directory +=================== + + +Documentation useful the FSF & hopefully the public which is mostly not strictly related to Savannah. + + +Background: + +FSF tech team has an internal ikiwiki wiki called gluestick for various +technical documentation. It was created in 2014 and to store some things +that made sense to be private, but a bad practice started of adding +documentation there that was better off public since we didn't have a +public ikiwiki. + +This subdirectory aims to start rectifying that situation. The pages +here might be moved to somewhere more appropriate if we can decide where +that is.