LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Hw can i make iso for dvd? (https://www.linuxquestions.org/questions/linux-newbie-8/hw-can-i-make-iso-for-dvd-709597/)

vibinlakshman 03-06-2009 06:26 AM

Hw can i make iso for dvd?
 
My box consist of CD-RW/DVD-R . The problem is when i tried to create an iso image of dvd its get stucked .
I use Brasero tool to do this kind of work
The other case is that , progress bar of that tool shows creating image but when it reaches certain stage it get restarted

For eg: if the progress bar of the tool show 59% done , suddennly the bar shows 0% , and gets stucked there

Is this problem of my lap , or of the DVD
I'm able to make iso's of cd.
I had tried 2DVD's , same result
Any more info needed , pls let me knw

Frullet 03-06-2009 06:41 AM

Off the top of my head, Brasero doesnt remove the encryption on the dvd, thus why it is halting
and is unable to create the iso.

- Frullet

linus72 03-06-2009 06:49 AM

If possible-Go with K3b-that's what I use and it works alot better than any others I've found.It seems your running Ubuntu 8.10-so it's easy to get-also get gisomount/gmountiso/and isomaster if needed.
Just curious-are you trying to make a bootable live linux DVD or just a data DVD?

Hern_28 03-06-2009 12:05 PM

K3B Works for me too.
 
You have to go into the options and find the checkbox and select do not delete .iso.

T74marcell 03-06-2009 04:28 PM

K3b even allows for audio DVD's, by putting sound files into the AUDIO_TS folder of a newly created Video-DVD projekt. Audio conversion should be done by K3b, if the appropriate audio module is installed.

Arch Linux

vibinlakshman 03-06-2009 08:13 PM

Quote:

Originally Posted by linus72 (Post 3466802)
If possible-Go with K3b-that's what I use and it works alot better than any others I've found.It seems your running Ubuntu 8.10-so it's easy to get-also get gisomount/gmountiso/and isomaster if needed.
Just curious-are you trying to make a bootable live linux DVD or just a data DVD?

I was going to make copy from Original print of a Movie

vibinlakshman 03-06-2009 08:16 PM

Quote:

Originally Posted by T74marcell (Post 3467327)
K3b even allows for audio DVD's, by putting sound files into the AUDIO_TS folder of a newly created Video-DVD projekt. Audio conversion should be done by K3b, if the appropriate audio module is installed.

OK , so how do i installed appropriate audio module , can u name any few , so that i can install

Junior Hacker 03-07-2009 01:48 AM

You don't need to install any software to make an ISO of an optical disk, because dd comes pre-installed. Below is an example of the command to use, taken from here.
Code:

dd if=/dev/hdc of=/home/sam/myCD.iso bs=2048 conv=sync,notrunc
But!
If the optical disk has encryption, like a rental or purchased DVD movie, dd will puke just like any burning software will do without some form of decryption software.


All times are GMT -5. The time now is 06:06 PM.