2) Suite à un arrêt brutal, mon ordinateur ne démarre plus correctement. Il y a un problème avec « fsck ».
Cela signifie qu'il y a une erreur sur l'une de vos partitions et qu'il est impossible de la monter. Une solution consiste consiste à noter le numéro de la partition à problème (par exemple "/dev/sda11") et de lancer la commande suivante à partir d'un liveCD :
- fsck -aC /dev/sda11
Cette commande va prendre un certain temps. Essayez ensuite de redémarrer votre machine, tout devrait marcher à nouveau.
quand je tappe # fsck -aC /dev/sda11
j ai sa qui apparait .
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
ubuntu@ubuntu:~$ fsck -aC /dev/sda11
fsck 1.41.4 (27-Jan-2009)
fsck.ext2: No such file or directory while trying to open /dev/sda11
/dev/sda11:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$