View previous topic :: View next topic |
Author |
Message |
pegu n00b
Joined: 19 Sep 2003 Posts: 55
|
Posted: Sun Apr 23, 2006 10:41 am Post subject: command line DVD recording? |
|
|
I've been using cdrecord for Linux for years and been happy with the command line interface. Recently I got a DVD drive and now I can't find the right command line tool to burn ISO files onto the DVD. I tried cdrecord-ProDVD but it gives me a couple problems:
Code: |
cdrecord dev=ATA:1,0,0 -checkdrive
Cdrecord-Clone 2.01.01a06 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2006 Jörg Schilling
cdrecord-ProDVD dev=ATA:1,0,0 -checkdrive
Cdrecord-ProDVD-Clone 2.01.01b03 (i686-pc-linux-gnu) Copyright (C) 1995-2006 Jörg Schilling
Unlocked features:
Limited features:
cdrecord-ProDVD: Warning: Running on Linux-2.6.15-gentoo-r7
cdrecord-ProDVD: There are unsettled issues with Linux-2.5 and newer.
cdrecord-ProDVD: If you have unexpected problems, please try Linux-2.4 or Solaris.
scsidev: 'ATA:1,0,0'
devname: 'ATA'
scsibus: 1 target: 0 lun: 0
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
Device type : Removable CD-ROM
Version : 0
Response Format: 3
Capabilities :
Vendor_info : 'BENQ '
Identifikation : 'DVD DD DW1640 '
Revision : 'BSJB'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
cdrecord-ProDVD: This version of cdrecord limits DVD-R/DVD-RW support to -dummy or 1 GB real.
cdrecord-ProDVD: If you need full DVD-R/DVD-RW support, ask the Author for cdrecord-ProDVD.
cdrecord-ProDVD: Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/
Using generic SCSI-3/mmc-2 DVD-R/DVD-RW driver (mmc_dvd).
Driver flags : DVD MMC-3 SWABAUDIO BURNFREE
Supported modes: PACKET SAO
|
If I try to write an ISO file I've created I get:
Code: |
cdrecord-ProDVD dev=ATA:1,0,0 -dummy -verbose speed=2 backup.iso
...
cdrecord-ProDVD: This version of cdrecord limits DVD-R/DVD-RW support to -dummy or 1 GB real.
cdrecord-ProDVD: If you need full DVD-R/DVD-RW support, ask the Author for cdrecord-ProDVD.
cdrecord-ProDVD: Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/
...
Using generic SCSI-3/mmc-2 DVD-R/DVD-RW driver (mmc_dvd).
Driver flags : DVD MMC-3 SWABAUDIO BURNFREE
Supported modes: PACKET SAO
Drive buf size : 688128 = 672 KB
FIFO size : 4194304 = 4096 KB
cdrecord-ProDVD: Drive does not support TAO recording.
cdrecord-ProDVD: Illegal write mode for this drive.
|
But the drive support TAO mode, if I try plain cdrecord I get:
Code: |
cdrecord dev=ATA:1,0,0 -checkdrive
Cdrecord-Clone 2.01.01a06 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2006 Jörg Schilling
scsidev: 'ATA:1,0,0'
devname: 'ATA'
scsibus: 1 target: 0 lun: 0
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
Device type : Removable CD-ROM
Version : 0
Response Format: 3
Capabilities :
Vendor_info : 'BENQ '
Identifikation : 'DVD DD DW1640 '
Revision : 'BSJB'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
cdrecord: Found DVD media but DVD-R/DVD-RW support code is missing.
cdrecord: If you need DVD-R/DVD-RW support, ask the Author for cdrecord-ProDVD.
cdrecord: Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/
cdrecord: This version of cdrecord does not include DVD-R/DVD-RW support code.
cdrecord: If you need DVD-R/DVD-RW support, ask the Author for cdrecord-ProDVD.
cdrecord: Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/
Using generic SCSI-3/mmc CD/DVD driver (checks media) (mmc_cd_dvd).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96R RAW/R16 RAW/R96R
|
So there appears to be a 1GB limit (the README file on the given ftp server claims that there is no such limit under linux) and cdrecord-ProDVD does not seem to understand that my drive support TAO. So wat is the recommended method of command line recording of DVD's?
Also a friend of mine (a window user) gave me a copy of his self-recorded snowboarding movies as a bin/cue file. How can I convert this into ISO format? I tried emerge bin2iso, but this seem to create separate ISO files for the various tracs. I would like to make a single ISO file to write a DVD.
Thanks, pegu |
|
Back to top |
|
|
jure1873 Apprentice
Joined: 09 Feb 2006 Posts: 183
|
Posted: Sun Apr 23, 2006 11:05 am Post subject: |
|
|
what about growisofs for recording dvds? |
|
Back to top |
|
|
pegu n00b
Joined: 19 Sep 2003 Posts: 55
|
Posted: Mon Apr 24, 2006 7:46 pm Post subject: |
|
|
Thanks! growisofs did the job. I've seen the name before, but I did not guess that it could actuall recrod DVD's.
Now I'll only have to figure out how to convert cue/bin to iso... |
|
Back to top |
|
|
jure1873 Apprentice
Joined: 09 Feb 2006 Posts: 183
|
Posted: Tue Apr 25, 2006 5:02 pm Post subject: |
|
|
I don't know about command line tools, but k3b burns those files directly. |
|
Back to top |
|
|
pegu n00b
Joined: 19 Sep 2003 Posts: 55
|
Posted: Wed Apr 26, 2006 2:29 pm Post subject: |
|
|
jure1873 wrote: | I don't know about command line tools, but k3b burns those files directly. |
I think k3b is based upon cdrdao, but does cdrdao write DVD's or just is it only CD-R's? |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|