User Tools

Site Tools


linux:filesystem:iso

ISO-Datei

Mounten einer ISO-Datei

mount -t iso9660 -o loop,ro /pfad/image.iso /mnt

ISO-Datei von CDROM erzeugen

Nötige Pakete: genisoimage

isoinfo -d -i /dev/cdrom | grep -i -E 'block size|volume size'
Logical block size is: 2048
Volume size is: 277831

dd if=/dev/cdrom of=name.iso bs=2048 count=277831

dd if=/dev/cdrom of=name.iso bs=2048 count=277831 status="progress"
linux/filesystem/iso.txt · Last modified: 2023/01/11 20:29 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki