Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi - I've just added a CD-RW to my system and have copied data CD's by creating an image of the file system of the CD in the CD-R with mkisofs. Then I write the image to my CD-RW drive using cdrecord.
Since I have two CD drives (a CD-R and a CD-RW), I was wondering if there was a way to simply copy from the CD-R drive directly to the CD-RW drive without the intermediate step of copying the image down to disk first.
Although I have no experience with this, someone once told me that you can burn a CD in linux simply by sending the information to the device. So I would try something like:
dd if=/dev/<source cd device> of=/dev/<destination cd device> bs=1
It's worth a shot. Nothing needs to be mounted for that. Obviously you have to replace everything in angle brackets with the real device names. I'm not sure if the bs=1 is necessary. Please report back if it works-- I'm curious.
Just curious too. If using cdrecord command possible to write images on DVD?
Let's say I have DVD.ISO of 3.5GB and I with to write it on my DVD-RW Optorite
Did you put a scsi statement in the kernel line of the grub.conf something like this...
kernel /boot/vmlinuz root=/dev/hda2 hdc=ide-scsi
The user rights part would be controlled in the /etc/fstab I think.
Edit: that was to the original poster.
I don't have a dvd recorder to try it with but I think cdrecord works for dvd also. The new kernel and cdrecord doesn't use that scsi line in the grub.conf and the devices are called differently. Instead of dev=0,0,0 it would be something like dev=ATA:1,0,0
To homey.
Absolutely! I use kernel 2.4 And I'm able to write regular CDs up to 90min. But on DVDs cdrecord issues error of "cannot change the speed" and fails
I just ran the command: whereis dvdrecord and it came back as
dvdrecord: /usr/bin/dvdrecord /usr/share/man/man1/dvdrecord.1.gz
I also looked in synaptic and there is an entry for dvd +rw-tools which I do have installed.
It could be you would have better luck with dvdrecord. It does respond to the command:
dvdrecord -scanbus so just maybe.....
Wuold it be wise to change the type maybe from iso9660 to udf
I don't know. My dvd thingy only reads and FC3 uses a different syntax altogether. My best guess is to try it as iso9660 and dvdrecord to see what happens.
Woo-hoo! I just hit 1000 and graduated to senior member.
Strange! I'm absolutely convinced that I have dvd+rw tools installed, yet:
Code:
slackerlx@Slackware:~$ su
Password:
root@Slackware:/home/slackerlx# dvdrecord -scanbus
bash: dvdrecord: command not found
root@Slackware:/home/slackerlx#
root@Slackware:~# dvdrecord -scanbus
-su: dvdrecord: command not found
root@Slackware:~#
And I checked the repository. My dvd+rw-tools is up to date
Code:
root@Slackware:/home/slackerlx# slapt-get -install dvd+rw-tools
Reading Package Lists... Done
dvd+rw-tools is up to date.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Done
root@Slackware:/home/slackerlx#
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.