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

Re: mkisofs-Bedienung



Martin Troeger <mailinglists@troeger-online.net> writes:

> 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.

'cd /test' 'mkdir foo' 'mv verzeichnis foo' 'mkisofs -o test.iso /test/foo'

Wobei 'ln -s /test/verzeichnis /test/foo && mkisofs -o test.iso
/test/foo' auch klappen sollte.

Jakob
-- 
(setq gnus-posting-styles '(
 ((message-mail-p)
        (signature "Nö"))
))



Reply to: