Bonjour
Oui, comme beaucoup d'autres cette page a changé d'adresse il y a quelques mois.
Donc /forcefsck s'occupera des petites réparations. Cela correspond à l'option
fsck -a. En cas de dégâts plus importants, on peut utiliser l'option -y, par exemple quant fsck vous dit qu'il n'a pu réparer (erreur de statut 4, etc...à. Dans ce cas, il vous laisse face à un prompt root (root shell prompt) #
Vous pouvez alors lancer une nouvelle vérification avec fsck ou avec fsck -y. Dans le premier cas, il s'arrêtera à chaque erreur et vous devrez le relancer à chaque fois, dans le deuxième cas, il tentera tout seul comme un grand de régler les problèmes.
exemple
fsck /dev/sda1
fsck -y /dev/sda1
A vous de voir. Bon, je ne sais pas s'il faut rajouter cela dans la page du wiki parce qu'elle est faite pour les débutants....
FSCKFIX
When the root and all other file systems are checked, fsck is
invoked with the -a option which means "autorepair". If there
are major inconsistencies then the fsck process will bail out.
The system will print a message asking the administrator to
repair the file system maually and will present a root shell
prompt (actually a sulogin prompt) on the console. Setting this
option to yes causes the fsck commands to be run with the -y
option instead of the -a option. This will tell fsck always to
repair the file systems without asking for permission.