Aujourd'hui, j'ai démarré mon Raspberry Pi pour trouver cette erreur pendant le démarrage :
[....] Checking root file system...Segmentation fault
failed (code 139)
[....] An automatic file system check (fsck) of the root file system failed. A manual fsck must be performed, then the system restarted. The fsck should be performed in maintenance mode with the root filesystem mounted in read-only.
[warn] The root filesystem is currently mounted in read-only mode. A maintenance shell will now be started. After performing system maintenance, press CONTROL-D to terminate the maintenance shell and restart the system.
Give root password for maintenance:
Donc je me connecte en tant que root et je lance :
root@pi# fsck
fsck from util-linux 2.20.1
fsck: Warning... fsck.ext for device /dev/mmcblk0p2 exited with signal 4.
Ensuite, j'ai connecté la carte SD à un système qui fonctionne, et j'ai exécuté :
root# fdisk -l
Device Boot Start End Sectors Size Id Type
/dev/sdb1 8192 122879 114688 56M c W95 FAT32 (LBA)
/dev/sdb2 122880 30679039 30556160 14.6G 83 Linux
root# fsck -a /dev/sdb2
fsck from util-linux 2.25.2
/dev/sdb2: clean, 148547/941616 files, 1144972/3819520 blocks
J'ai donc remis la carte dans mon RPI mais j'obtiens la même erreur.
Comment puis-je réparer cette carte ?
Toute aide est la bienvenue.