मैंने अपने रास्पबेरी पाई एसडी-कार्ड की एक छवि बनाई है dd
:
sudo dd if=/dev/sdf of=/home/myusername/raspberry-backup-2014-04-10.img
एसडी-कार्ड में दो विभाजन (एक 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
दावे: डिस्क / देव / लूप 0 में एक वैध विभाजन तालिका नहीं है।