/ Published in: Bash
Expand |
Embed | Plain Text
// ISO erstellen dd if=/dev/cdrom of=cd.iso // ISO mounten mount -t iso9660 -o loop image.iso /mnt/isoimage
You need to login to post a comment.
// ISO erstellen dd if=/dev/cdrom of=cd.iso // ISO mounten mount -t iso9660 -o loop image.iso /mnt/isoimage
You need to login to post a comment.