LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 10-05-2009, 09:56 AM   #1
sunil.amperayani
LQ Newbie
 
Registered: Sep 2009
Posts: 9

Rep: Reputation: 0
Making ISO image and burning DVD


I have an DVD and I want to take an iso image in linux ..? could you tell me the commands used to make an iso image so that i could burn it in an dvd...

I have not installed Linux in GUI mode but in text mode only ..

tell me the commands to get an iso image and to burn DVD..!!!
 
Old 10-05-2009, 10:35 AM   #2
MonctonJohn
Member
 
Registered: Aug 2007
Location: Canada
Distribution: Mint
Posts: 112

Rep: Reputation: 15
Try this command:

Code:
man mkisofs
 
Old 10-05-2009, 10:45 AM   #3
j_jerry
Member
 
Registered: Sep 2009
Distribution: fedora 11
Posts: 318

Rep: Reputation: 46
Make image

mkisofs -r -o /tmp/var-www-disk1.iso /var/www

burn image

growisofs -Z /dev/dvd=/tmp/var-www-disk1.iso

edit the commands to suit your needs

Last edited by j_jerry; 10-05-2009 at 10:48 AM.
 
Old 10-05-2009, 11:25 AM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
You can do it all in one step:

Code:
growisofs -dvd-compat -speed=4 -use-the-force-luke=bufsize:32m -Z /dev/dvdrw -graft-points -rational-rock -full-iso9660-filenames -iso-level 2 /source/directory/goes/here
 
Old 10-10-2009, 09:56 PM   #5
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Quote:
Originally Posted by sunil.amperayani View Post
I have an DVD and I want to take an iso image in linux ..? could you tell me the commands used to make an iso image so that i could burn it in an dvd...

I have not installed Linux in GUI mode but in text mode only ..

tell me the commands to get an iso image and to burn DVD..!!!
Nice of everyone to tell you how to make an iso image of files already on your PC Unless I miss-read your post -

To create an iso image of the disc in your drive -
dd if=/dev/sr0 of=/path/to/image.iso bs=2048

/dev/sr0 is the location of your DVD drive.

To burn the iso image -
cdrecord dev=/dev/sr0 speed=8 fs=32m -v -eject /path/to/image.iso
 
Old 10-10-2009, 11:10 PM   #6
cola
Senior Member
 
Registered: Sep 2007
Posts: 1,045

Rep: Reputation: 65
dd command is easier.
@sunil,
If you are running fedora ,right click the dvd directory, you will get an option.
 
Old 11-13-2009, 01:05 AM   #7
bendib
Member
 
Registered: Feb 2009
Location: I'm the rat in your couch.
Distribution: Fedora on servers, Debian on PPC Mac, custom source-built for desktops
Posts: 174

Rep: Reputation: 40
You caqn use ISOMaster, it's what I use to maintain my custom Damn Small Linux CD. In fedora, run yum install isomaster
Dissect another ISO leaving all the ISOLINUX related files, and then edit isolinux.cfg to set it up right.
Hope this helps.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
? Burning a DVD iso image RexCoeus Linux - Newbie 2 11-11-2007 03:16 PM
running *.iso w/o burning image to the cd/dvd micro_xii Linux - Newbie 2 12-29-2006 02:29 AM
Burning ISO image (DVD+R, external DVD writer) swan2925 Linux - Software 6 06-02-2005 09:49 AM
Installing SUSE 9.3 without burning a DVD but from ISO image srivastava Linux - Software 3 05-12-2005 02:44 PM
Burning ISO image khdo80 Linux - General 6 10-30-2004 11:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 03:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration