quantidade de bytes escritos num ssd
24 Feb 2021
smartctl /dev/ada0 --all |grep "Sector Size"
smartctl /dev/ada0 --all | grep Total_LBAs_Written
https://www.virten.net/2016/12/ssd-total-bytes-written-calculator/
smartctl /dev/ada0 --all |grep "Sector Size"
smartctl /dev/ada0 --all | grep Total_LBAs_Written
https://www.virten.net/2016/12/ssd-total-bytes-written-calculator/
verificar o progresso dum teste:
watch smartctl --capabilities /dev/sd(x)
errado!
devemos voltar a executar o comando:
smartctl -t long /dev/sd(x)
realizar um teste longo em background mode:
smartctl -t long /dev/sd(x)