[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mkisofs-Bedienung



Martin Troeger <mailinglists@troeger-online.net> wrote:
> stehe womöglich auf'm Schlauch.

> Habe Verzeichnis /test/verzeichnis und möchte dieses auf CD
> brennen. Also 'mkisofs -o test.iso /test/verzeichnis'. Jetzt ist aber
> 'verzeichnis' das Root-Verzeichnis auf der CD und ich möchte das aber
> sehen, also /mnt/cdrom/verzeichnis.

> Wie mache ich das? 

Einfach:
mkdir /tmp/foo && mv /test/verzeichnis /tmp/foo/
mkisofs -o test.iso /tmp/foo

Etwas komplizierter:
mkisofs -o test.iso -graft-points /verzeichnis=/test/verzeichnis
              cu andreas



Reply to: