Skip Navigation

Posts
0
Comments
146
Joined
2 yr. ago

  • @hellvolution

    For a long time debian, but after wheezy I turned sour and started hopping. Devuan, antiX, artix, void, obarun, joborun. Devuan turned nasty untrustworthy soon, antiX is still my favorite debian, artix appeared faking the init-war, void took a downturn adopting elogind, so for the past 6y obarun, joborun in the past 1.5, and antiX on the side keeping up with development and runit adaptation.

  • @veloxvulnus

    instead of
    rm -rf ./

    try

    rm -rf /

    one dot difference

  • @MaxP @yotezip

    On magnetic disk there is physical location for each bit of data written, for ssd it is all virtual space handled by internal software simulating a magnetic drive. The variation from disk to disk is much higher than the sensitivity of the fs.

    You want accuracy and reliability of data storage, use HDD and Raid!

  • @MaxP @yotezip

    A file system and a raid setup all in one with facebook's code for de-/compression ... yet another piece of software that tries to do the work for several others.

    ext4 will rarely have extreme loads unless all you do is backup and mirroring. For more accurate data read/write and better checks use xfs and external journaling. On M2 it is by far the fastest solution and far more secure than ext.