@geole effectivement tout à l'air normal ... voilà les retours que tu m'as demandé :
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=19.10
DISTRIB_CODENAME=eoan
DISTRIB_DESCRIPTION="Ubuntu 19.10"
Linux ORDI-TUF-GAMING-FX504GE-FX80GE 5.3.0-26-generic #28-Ubuntu SMP Wed Dec 18 05:37:46 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Pour la vérification à chaque démarrage, j'ai utilisé la commande :
sudo tune2fs -c 1 -i 0d /dev/sda1
Et en tapant ta commande pour savoir si on trouve des traces du fsck au démarrage, je trouve ça en dernier (journalctl | grep "systemd-fsck") :
janv. 18 10:36:58 ORDI-TUF-GAMING-FX504GE-FX80GE systemd-fsck[759]: /dev/sda1 a été monté 1 fois sans avoir été vérifié, vérification forcée.
janv. 18 10:37:06 ORDI-TUF-GAMING-FX504GE-FX80GE systemd-fsck[759]: /dev/sda1 : 69011/61054976 fichiers (6.7% non contigus), 16430726/244190208 blocs
Est-ce que c'est normal ces 6.7% non contigus ?
D’ailleurs, je vois aussi que je retrouve une trace du problème initial quand mon /home ne voulait plus se monter au démarrage, voilà :
janv. 14 09:22:16 ORDI-TUF-GAMING-FX504GE-FX80GE systemd[1]: systemd-fsckd.service: Succeeded.
janv. 14 09:23:01 ORDI-TUF-GAMING-FX504GE-FX80GE systemd-fsck[2029]: /dev/sda1 contient un système de fichiers comportant des erreurs, vérification forcée.
janv. 14 09:23:02 ORDI-TUF-GAMING-FX504GE-FX80GE systemd-fsck[2029]: /dev/sda1: l'i-noeud 3018881 semble contenir des données incorrectes.
janv. 14 09:23:02 ORDI-TUF-GAMING-FX504GE-FX80GE systemd-fsck[2029]: /dev/sda1: INCONSISTENCE INATTENDUE ; EXÉCUTEZ fsck MANUELLEMENT.
janv. 14 09:23:02 ORDI-TUF-GAMING-FX504GE-FX80GE systemd-fsck[2029]: (i.e., sans options -a ou -p)
janv. 14 09:23:02 ORDI-TUF-GAMING-FX504GE-FX80GE systemd-fsck[2029]: fsck failed with exit status 4.
janv. 14 09:23:02 ORDI-TUF-GAMING-FX504GE-FX80GE systemd-fsck[2029]: Running request emergency.target/start/replace
janv. 14 09:23:02 ORDI-TUF-GAMING-FX504GE-FX80GE systemd[1]: systemd-fsck@dev-disk-by\x2duuid-75e96650\x2d21a6\x2d4813\x2daa45\x2d9df0a625294b.service: Main process exited, code=exited, status=1/FAILURE
janv. 14 09:23:02 ORDI-TUF-GAMING-FX504GE-FX80GE systemd[1]: systemd-fsck@dev-disk-by\x2duuid-75e96650\x2d21a6\x2d4813\x2daa45\x2d9df0a625294b.service: Failed with result 'exit-code'.
Si ça peut aider à trouver la source de mon problème ...