Ich versuche, die Root- und Boot-Partition des Raspbian- Images zu mounten :
mount -v -o offset="70254592" -t ext4 /mnt/X/raspbian-jessie.img /tmp/raspbian
mount -v -o offset="4194304" -t vfat /mnt/X/raspbian-jessie.img /tmp/boot
Das Mounten des Boot, wenn root gemountet wird, führt zu:
mount: /mnt/X/raspbian-jessie.img: overlapping loop device exists
Wie kann ich mehrere Partitionen gleichzeitig auf einem Disk-Image bereitstellen? (Für Festplatten ist es offensichtlich möglich, warum nicht für Dateien?)