User Tools

Site Tools


linux:filesystem:iso

This is an old revision of the document!


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
linux/filesystem/iso.1645116522.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

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