Results 1 to 10 of 13
Hi,
Can anyone help me in burning .iso DVDs on linux box.I tried growifs and cdrecord utility too.
cdrecord -version
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Thanks
niru...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-07-2006 #1Just Joined!
- Join Date
- Jul 2006
- Location
- Ottawa, CA
- Posts
- 7
Burning DVDs on linux using cdrecord
Hi,
Can anyone help me in burning .iso DVDs on linux box.I tried growifs and cdrecord utility too.
cdrecord -version
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Thanks
niru
- 07-07-2006 #2
Why not use a gui utility like K3B?
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 07-07-2006 #3Just Joined!
- Join Date
- Jul 2006
- Location
- Ottawa, CA
- Posts
- 7
system has not been isntalled with graphics mode. Is there any command inline.
- 07-07-2006 #4Linux User
- Join Date
- Jan 2006
- Posts
- 251
Is that growisofs,and it didn't work?
Originally Posted by niru52
http://www.linuxmanpages.com/man1/growisofs.1.php
regards
- 07-07-2006 #5Just Joined!
- Join Date
- Jul 2006
- Location
- Ottawa, CA
- Posts
- 7
am getting errors like this..
growisofs -dvd-compat -Z /dev/dvd=platform_disk_1.iso
unable to open64("/dev/dvd",O_RDONLY): Permission denied
- 07-07-2006 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Try something like this with cdrecord:
of course, changing the device to your own device and the speed as desiredCode:cdrecord -v dev=/dev/hdd speed=8 filename.iso
Oops, just noticed you are looking to burn dvd and I posted for cd. I have no experience with cdrecord and dvd so can't really help with that. Sorry.oz
- 07-07-2006 #7Just Joined!
- Join Date
- Jul 2006
- Location
- Ottawa, CA
- Posts
- 7
No.. this also does not seems to be working..
TOC Type: 1 = CD-ROM
scsidev: '/dev/hdd'
devname: '/dev/hdd'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
cdrecord: No such file or directory. Cannot open '/dev/hdd'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
- 07-07-2006 #8Did you make sure you choose the right devices? It is unlikely that /dev/hdd is your CDROM device...
Originally Posted by niru52
Try this to find out your CDROM device :
Code:dmesg | grep -i cd | grep -i rom
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 07-07-2006 #9Linux User
- Join Date
- Jan 2006
- Posts
- 251
Originally Posted by niru52
niru52,
seems to me that you do not have sufficient permissions to burn.Are you doing it as root?
regards
- 07-07-2006 #10Just Joined!
- Join Date
- Jul 2006
- Location
- Ottawa, CA
- Posts
- 7
have run this cmd ..dmesg | grep -i cd | grep -i rom
hdc: SONY DVD RW DRU-720A, ATAPI CD/DVD-ROM drive
hdc: ATAPI 63X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
Also, I tired replacing hdd with hdc..anyway /dev/cdrom and /dev/dvd are both link to /dev/hdc.but still i got errors as shown below..
cdrecord -v dev=/dev/hdc speed=8 platform_disk_1.iso
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent default
s.
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 J\366rg Schi
lling
TOC Type: 1 = CD-ROM
scsidev: '/dev/hdc'
devname: '/dev/hdc'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (warly-Mandrak
elinux-scsi-linux-sg '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J.
Schilling').
SCSI buffer size: 64512
atapi: 1
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'SONY '
Identifikation : 'DVD RW DRU-720A '
Revision : 'JY01'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0011
Profile: 0x002B
Profile: 0x001B
Profile: 0x001A
Profile: 0x0014
Profile: 0x0013
Profile: 0x0011 (current)
Profile: 0x0010
Profile: 0x000A
Profile: 0x0009
Profile: 0x0008
cdrecord: Found DVD media: using cdr_mdvd.
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags : SWABAUDIO BURNFREE
Supported modes: PACKET SAO
Drive buf size : 1563904 = 1527 KB
FIFO size : 4194304 = 4096 KB
cdrecord: Drive does not support TAO recording.
cdrecord: Illegal write mode for this drive.
Thanks


Reply With Quote
