다음을 사용하여 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에 유효한 파티션 테이블이 없습니다.