

Code: Select all
$su
#emerge /usr/portage/app-cdr/cdrtools-dvdr/cdrtools-dvdr-2.01_alpha05.ebuild
#readcd dev=0,1,0 -f=track.img]
Code: Select all
$su
#dvd+rw-format -f /dev/cdroms/cdrom0
Code: Select all
$su
#growisofs -Z /dev/cdroms/cdrom0=track.img
Code: Select all
$su
#cdrecord dev=0,1,0 -v track.img
It is possible on certain setups, but I do not recomment wasting that many dvd's to find out. If my computer (1800xp, gig ram, under no load) is moderatley active, burning a dvd from harddrive does yeild a few errors (though they have not had any notable effects).jerome187 wrote:thanks!
is there a way i can just do a 1 to 1 copy? like copy directly from the dvd-rom to the dvd burner? that would be much faster than having to make the image and all that stuff
Code: Select all
#dd if=/dev/hdx1 of=/dev/hdx2
or
#readcd dev=0,writer,0 -w f=/dev/hd[reader]
I've done it on windoze many times with no problems.iwasbiggs wrote: It is possible on certain setups, but I do not recomment wasting that many dvd's to find out. If my computer (1800xp, gig ram, under no load) is moderatley active, burning a dvd from harddrive does yeild a few errors (though they have not had any notable effects).
when you make 5 -10 copys a day 20 minutes make alot of difference.iwasbiggs wrote: When gigabytes of HD space can be had for dollars, I really don't see the rush in waiting an extra 20 minutes to get the image to the harddrive first.
each dvd drive is on its own ide cable (sorta, the burner is master of its own cable and the reader is master of a cable shared by the hard drive)iwasbiggs wrote: And this, BTW, is an issue on all machines using PCI buses. You could probably buy an internal PCI card for maybe 50 bucks (? nowadays) and try connecting one of the drives to that. I don't think that would have a problem at all.
Strange. I never tried such large single files within the iso itself. Tho, I'm not about to tryzojas wrote:that didn't work out too well. cdrtools doesn't use automake directly.
has anyone burned a data dvd which contains files larger than 2gb? My weekly backup tarball is 3 gb

I've burned a 2.5GB data DVD with growisofs. Unfortunately I may need to RMA my NEC Dvd+R, due to some hardlockups while burning a DVD with the nf7-s rev 2 v16 bios. Right now I can't even read a DVD with it.zojas wrote:that didn't work out too well. cdrtools doesn't use automake directly.
has anyone burned a data dvd which contains files larger than 2gb? My weekly backup tarball is 3 gb


Code: Select all
dd if=/dev/zero of="empty_file" bs=1024k count=4489
Code: Select all
mke2fs empty_file
empty_file is not a block special device.
Proceed anyway? (y,n) y
Code: Select all
mount -t ext2 -o loop=/dev/loop1 empty_file /mnt