Bonjour,
Je voulais installer sur ma carte SD une image de l’OS rasbian (pour Raspberry Pi).
J’ai donc fait un:
dd bs=4M if=/home/henry11/Documents/rasbian/2014-06-20-wheezy-raspbian.img of=/dev/mmcblk0
J’arrive à faire un mount pour regarder la première partition de la carte SD:
Après un:
mount /dev/mmcblk0p1 /mnt/mounted/
ls - l /mnt/mounted/
J’ai ça:
-rwxr-xr-x 1 root root 17824 juin 19 19:59 bootcode.bin
-rwxr-xr-x 1 root root 120 juin 20 06:51 cmdline.txt
-rwxr-xr-x 1 root root 1180 juin 20 06:51 config.txt
-rwxr-xr-x 1 root root 2090 juin 19 19:59 fixup_cd.dat
-rwxr-xr-x 1 root root 5845 juin 19 19:59 fixup.dat
-rwxr-xr-x 1 root root 8822 juin 19 19:59 fixup_x.dat
-rwxr-xr-x 1 root root 137 juin 20 10:33 issue.txt
-rwxr-xr-x 1 root root 3192224 juin 19 19:59 kernel.img
-rwxr-xr-x 1 root root 18974 sept. 25 2013 LICENSE.oracle
-rwxr-xr-x 1 root root 512792 juin 19 19:59 start_cd.elf
-rwxr-xr-x 1 root root 2557720 juin 19 19:59 start.elf
-rwxr-xr-x 1 root root 3500744 juin 19 19:59 start_x.elf
Par contre, je n’arrive pas du tout à monter la 2e partition de la carte SD.
root@debian:/dev# mount /dev/mmcblk0p2 /mnt/mounted/
mount : mauvais type de système de fichiers, option erronée, superbloc
erroné sur /dev/mmcblk0p2, page de code ou aide manquante, ou autre erreur
Dans quelques cas certaines informations sont utiles dans syslog — essayez
« dmesg | tail » ou quelque chose du genre
J’ai fait un blkid et j’ai ça:
/dev/sda3: UUID="1a9a6906-1ac1-4616-930a-49af55cf5419" TYPE="swap"
/dev/sda4: UUID="7802E1EA02E1ACF6" TYPE="ntfs"
/dev/sda1: UUID="c45476d8-6473-4049-9cca-afdb793e685c" TYPE="ext4"
/dev/sda2: UUID="d908bf6a-3729-4e62-9edc-70efc52bdd60" TYPE="ext4"
/dev/mmcblk0p1: SEC_TYPE="msdos" LABEL="boot" UUID="7D5C-A285" TYPE="vfat"
/dev/mmcblk0p2: UUID="5d18be51-3217-4679-9c72-a54e0fc53d6b" TYPE="ext4"
Auriez vous une idée?
Je vous remercie d’avance