RE: DVD cloning tool

2008-12-13 Thread Ted Mittelstaedt
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org]on Behalf Of Polytropon Sent: Friday, December 05, 2008 7:48 AM To: Andrew Gould Cc: FreeBSD Questions Subject: Re: DVD cloning tool I'm searching for the same

Re: DVD cloning tool

2008-12-13 Thread Polytropon
Hi and thanks for your reply. On Sat, 13 Dec 2008 14:18:23 -0800, Ted Mittelstaedt t...@toybox.placo.com wrote: Your not going to find a tool like this under FreeBSD or any freeOS that I know of. So I may conclude: There is no tool x for the following equation: cdrdao read-cd /

Re: DVD cloning tool

2008-12-13 Thread Sergio de Almeida Lenzi
Well Here I use K9copy... it copies a 7.6Gb dvd into a 4.2Gb dvd+r and works like a charm very cool for example I have all the Corrs dvds (I bought the 5 ones...) but I use the copies to play... Sergio ___ freebsd-questions@freebsd.org

Re: DVD cloning tool

2008-12-05 Thread Wojciech Puchar
I'd like to ask which program is the proper tool to copy a DVD(+|-)R 1:1 to another media of the same kind? It would be great if the program would have a good error tolerance for slightly defective media (which is a usual problem with cheap DVDs). I've always used cdrdao read-cd and afterwards

Re: DVD cloning tool

2008-12-05 Thread Wojciech Puchar
dd if=/dev/cd0 of=filename.iso bs=2048 bs=64k or more. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: DVD cloning tool

2008-12-05 Thread Polytropon
On Fri, 5 Dec 2008 09:42:58 -0600, Andrew Gould [EMAIL PROTECTED] wrote: If your CD or DVD is loaded (not mounted) at /dev/cd0, the following command will create an iso image in the current directory: dd if=/dev/cd0 of=filename.iso bs=2048 If you want an easy process, you can put this

Re: DVD cloning tool

2008-12-05 Thread Wojciech Puchar
Thanks, dd is a good suggestion for ISO data. But what I need once again please do man dd dd reads sector by sector. it won't work only for audio-sectors on CD , on DVD movies are stored using normal 2K sectors ___ freebsd-questions@freebsd.org

Re: DVD cloning tool

2008-12-05 Thread Mel
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

Re: DVD cloning tool

2008-12-05 Thread David Kelly
On Fri, Dec 05, 2008 at 05:18:01PM +0100, Wojciech Puchar wrote: Thanks, dd is a good suggestion for ISO data. But what I need once again please do man dd dd reads sector by sector. it won't work only for audio-sectors on CD , on DVD movies are stored using normal 2K sectors Agree

Re: DVD cloning tool

2008-12-05 Thread Wojciech Puchar
Agree that dd is good for simple CDs and DVDs but can't say that I know it will behave on multi-session or multi-format discs. the question was about DVD. dvd are not produced multisession or multiformat. and when copying multisession data DVD, it's much better to copy off all files,

Re: DVD cloning tool

2008-12-05 Thread David Kelly
On Fri, Dec 05, 2008 at 08:45:52PM +0100, Wojciech Puchar wrote: Agree that dd is good for simple CDs and DVDs but can't say that I know it will behave on multi-session or multi-format discs. the question was about DVD. dvd are not produced multisession or multiformat. The above is

Re: DVD cloning tool

2008-12-05 Thread Wojciech Puchar
Thought readcd (out of cdrtools) also knew how to read DVD? at least some time ago i tried - it doesn't read ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to