web-dev-qa-db-fra.com

/ dev / sda1 contient un système de fichiers avec des erreurs, vérification forcée

Après le démarrage dans Ubuntu, cela s’affiche.

fsck needed

/dev/sda1 contains a file system with errors, check forced.
Inodes that were part of a corrupted Orphan linked list found.

/dev/sda1: UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY.
         (i.e., without -a or -p options)
fsck exited with status code 4
The root filesystem on /dev/sda1 requires a manual fsck

BusyBox v1.22.1 (Ubuntu 1:1.22.0-19ubuntuu2) built-in Shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)_

Que devrais-je faire?

7
Jatin Thakur

À l'invite (initramfs), tapez fsck -f /dev/sda1 pour vérifier/réparer votre système de fichiers.

19
heynnema