Je souhaite vérifier l'intégrité de l'image disque que j'ai extrait avec la commande :
Quand je lance la commande fsck.ex4 (ou e2fsck) je récupère l'erreur suivante.dd bs=1M if=/dev/mmcblk0 of=/mnt/intranet/rpi8GO.img conv=noerror,notrunc
En sachant que mon image possède 2 partitions (je ne sais pas si ça peut être ça le problème), pouvez-vous m'aider à résoudre le problème ? Pour que je puisse vérifier que ma partition est OK ?root@raspberrypi:/mnt/intranet# fsck.ext4 rpi8GO.img
e2fsck 1.42.5 (29-Jul-2012)
ext2fs_open2: Bad magic number in super-block
fsck.ext4: Superblock invalid, trying backup blocks...
fsck.ext4: Bad magic number in super-block while trying to open rpi8GO.img
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>
Merci