Bananas Development Blog: share your thoughts

.iso images erstellen

Hier mal noch eine kleine Erweiterung zum erstellen von iso Images unter Linux.

Inhalte einer CD als iso speichern
# umount /dev/cdrom
#dd if=/dev/cdrom of=file.iso bs=1024

Daten als iso speichern
# mkisofs -r -o file.iso /location_of_folder/

MD5 Summen erstellen
# md5sum file.iso > file.iso.md5


Hier der Link zu dem Orginal Beitrag:
Iso Dateien erstellen

  • No comments

Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.
E-Mail addresses will not be displayed and will only be used for E-Mail notifications.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

Trackbacks / Pingbacks

  • No Trackbacks