Ho creato un'immagine della mia scheda SD Raspberry Pi usando dd
:
sudo dd if=/dev/sdf of=/home/myusername/raspberry-backup-2014-04-10.img
La scheda SD include due partizioni (una vfat, una ext4) che vengono montate automaticamente quando inserisco la scheda.
La mia domanda: come posso montare queste partizioni dal file .img?
Più dettagli:
$ fdisk -l raspberry-backup-2014-04-10.img
Disk raspberry-backup-2014-04-10.img: 3974 MB, 3974103040 bytes
255 heads, 63 sectors/track, 483 cylinders, total 7761920 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000981cb
Device Boot Start End Blocks Id System
raspberry-backup-2014-04-10.img1 8192 122879 57344 c W95 FAT32 (LBA)
raspberry-backup-2014-04-10.img2 122880 7761919 3819520 83 Linux
wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error
problema
sudo fdisk -l /dev/loop0
afferma: Disk / dev / loop0 non contiene una tabella delle partizioni valida.