Navigation überspringen

Harald Markus Wirth


Seiteninhalt:

Create-And-Mount-Iso

Create an ISO file from a CD/DVD

dd if=/dev/cdrom of=<nameof.iso>

Mount an ISO file

sudo mount <nameof.iso> <mount point> -t iso9660 -o loop

Make an ISO from files on hard drive

To make an ISO from files on your hard drive, create a directory which holds the files you want. Then use the mkisofs command.

mkisofs -o /tmp/cd.iso /tmp/directory/


Content Management:

μCMS α1.6