Nástroje používateľa

Nástoje správy stránok


Bočný panel

linux:mount-win32image

Toto je staršia verzia dokumentu!


How to mount image created in Win32DicsImager

Get informations about partitions in image:

-lu Udoo.img
 

Output may looked like this:

Disk Udoo.img: 7,4 GiB, 7948206080 bytes, 15523840 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
Disklabel type: dos
Disk identifier: 0xbf31fe90

Device     Boot Start      End  Sectors  Size Id Type
Udoo.img1        8192 15523839 15515648  7,4G 83 Linux

On my Udoo.img I have one partition, when I wont to mount this need know position in bytes, where start the partition in image file. My partiton start on 8192 block, default block size is 512B then start position is 8192 * 512B = 4194304

Now we can mount partition:

mount -o ro,loop,offset=4194304 Udoo.img /mnt/temp
linux/mount-win32image.1475225952.txt.gz · Posledná úprava: 2016/09/30 10:59 od ma3x