我使用以下命令创建了Raspberry Pi SD卡的图像dd:
sudo dd if=/dev/sdf of=/home/myusername/raspberry-backup-2014-04-10.img
SD卡包括两个分区(一个vfat,一个ext4),当我将其插入时会自动安装。
我的问题:如何从.img文件挂载这些分区?
更多细节:
$ 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问题
                sudo fdisk -l /dev/loop0声明:磁盘/ dev / loop0不包含有效的分区表。