View previous topic :: View next topic |
Author |
Message |
Lonely-Star Tux's lil' helper

Joined: 12 Jul 2003 Posts: 82
|
Posted: Tue Jan 06, 2004 9:25 am Post subject: ATAPI bruning with dvdrecord |
|
|
Hi everybody,
is it possible to do ATAPI burning with dvdrecord?
If I call "dvdrecord dev=ATAPI: -scanbus"
I get:
Code: | dvdrtools v0.1.4
Portions (c) 2002-2003 Ark Linux <bero@arklinux.org>
Based on:
Cdrecord 1.11a15 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
WARNING: device not valid, trying to use default target...
scsidev: 'ATAPI:'
devname: 'ATAPI'
scsibus: 0 target: 6 lun: 0
dvdrecord: No such file or directory. Cannot open 'ATAPI'. Cannot open SCSI driver.
dvdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root. |
So, is it possible at all?
Thanks! |
|
Back to top |
|
 |
Brrakker n00b

Joined: 20 Dec 2002 Posts: 69 Location: Hamburg
|
|
Back to top |
|
 |
simbal n00b

Joined: 30 Aug 2003 Posts: 7
|
Posted: Tue Jan 06, 2004 4:06 pm Post subject: |
|
|
this is about ATAPI burning with cdrtools
the libscg in dvdrtools does not include the ata interface yet, so you have to use the kernel's atapi (aka scsi-emulation)
you might however try the ordinary cdrtools with mandrake's dvd patch (automatically included if you emerge cdrtools with 'dvdr' in USE) to do atapi dvd recording. |
|
Back to top |
|
 |
The Shadow Surfer Tux's lil' helper


Joined: 08 Jun 2002 Posts: 102 Location: Denmark
|
Posted: Sun Jan 11, 2004 5:19 pm Post subject: |
|
|
emerge the newest cdrecored i portage (it's masked), it has unofficial dvd support... official or not, it's there...
I have version 2.01_alpha23 |
|
Back to top |
|
 |
srob99 n00b

Joined: 14 Oct 2003 Posts: 48 Location: Perth WA
|
Posted: Sat Jul 03, 2004 5:28 am Post subject: |
|
|
I tried to burn an iso onto a DVD recently (and failed). After some research, I found (from the portage Changelog) that the dvdr patch has been removed from cdrtools ebuild. (cdrtools-2.01_alpha28-r1.ebuild) The maintainer cited cdr burning issues, with the dvdr patch included.
Why can't it stay in, if there are any problems with it then people can just USE="-dvdr" emerge cdrtools? Perhaps a different USE flag, so that people who have set +dvdr can still burn cdrs without problems. (for example USE="dvdr_breaks_cdr_burning" emerge cdrtools .. or something more sensible) - at least this way there is still a way to burn DVDRs using cdrecord on an ATAPI idecd dvdr burner. (ie not using the ide-scsi module)
I had to emerge an older version of the ebuild to burn the iso to DVD. (cdrtools-2.01_alpha25.ebuild)
If dvdr support is definitely removed for good from cdrtools, can anybody suggest an alternative for burning all the 4Gb iso's ive made onto DVD-R.
Thanks! |
|
Back to top |
|
 |
Mr Bonhomme n00b

Joined: 03 Mar 2003 Posts: 32
|
Posted: Sat Jul 03, 2004 4:23 pm Post subject: |
|
|
You should try growisofs instead, it is in portage (app-cdr/dvd+rw-tools)
for example, this is what I use:
Code: |
to create an iso:
mkisofs -dvd-video -R -J directory-path > image.iso
to burn an iso:
growisofs -dvd-compat -Z /dev/dvd-rw=image.iso
to burn a directory "on the fly"
growisofs -Z /dev/dvd-rw -udf -dvd-compat -R -J directory-path |
|
|
Back to top |
|
 |
|