Written by
steffen
on
on
KNMDI - Computertechnik: Test-Image Sitzung 27.6.2016
-
Image des USB-Sticks: https://fritz.wtf/sitzung_1_usb.img.zip
-
Image erstellen unter Linux mit dd:
dd if=/dev/sdb of=/sitzung_1_usb.img
-
Hashsumme erstellen mit sha1
sha1 sitzung_1_usb.img > hash.sha1
-
Image mounten
file -s sitzung_1_usb.img
parted sitzung_1_usb.img; unit; B; print
sudo mount -o loop,ro,offset=1048576 sitzung_1_usb.img /mnt/image