DVD cloning tool
Mel
fbsd.questions at rachie.is-a-geek.net
Fri Dec 5 08:22:50 PST 2008
On Friday 05 December 2008 16:11:12 Polytropon wrote:
> So far I've used growisofs to record pre-mastered ISO
> file systems, but I don't want to make it that complicated
> (mound source DVD, mkisofs, growisofs / burn this ISO
> to destination DVD) if it can be avoided. It's not
> neccessary to perform this operation from one drive
> to the other, it's okay to have a temporary file
> (first read, then burn).
From the manpage:
To use growisofs to write a pre-mastered ISO-image to a DVD:
growisofs -dvd-compat -Z /dev/dvd=image.iso
where image.iso represents an arbitrary object in the filesystem, such
as file, named pipe or device entry. Nothing is growing here and com-
mand name is not intuitive in this context.
So, while untested by me:
growisofs -dvd-compat -Z /dev/cd1=/dev/cd0
should work.
--
Mel
Problem with today's modular software: they start with the modules
and never get to the software part.
More information about the freebsd-questions
mailing list