Computing.Net > Forums > Linux > readcd switches

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

readcd switches

Reply to Message Icon

Name: upal_2
Date: October 4, 2004 at 11:45:48 Pacific
OS: Mandrake 9.2
CPU/Ram: 700Mhz
Comment:

I am attempting to use the readcd command along with the cdrecord command to create an image file of a CD and then back it up to a CDR.

Here is the command I am using to create the image file.

readcd dev=0,1,0 f=/mnt/win_c/imagefile.raw

And here is the command I am using to burn the image file to disc.

cdrecord -v speed=2 -raw -overburn dev=0,0,0 /mnt/win_c2/imagefile.iso

The image file is created on the C drive, but when I attempt to burn to disc, it appears that the image file is too large for the media. Any advice will be appreciated



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: October 6, 2004 at 06:13:13 Pacific
Reply:

Have you tried using readcd with the -w switch to put it into write mode instead of using cdrecord?


0

Response Number 2
Name: upal_2
Date: October 6, 2004 at 22:10:04 Pacific
Reply:

No, I have not tried using the -w switch.
But what I did figure out was that I could
use the below example to create an image
and then turn around and burn that image to
disc.

This command to create image:

dd if=/dev/scd1 of=/mnt/win_c/image.iso

And this command to burn image to disc:

cdrecord -v /mnt/win_c/image.iso dev=0,0,0

Also, I found that this command would work
fine doing straight one to one copy without
an image:

cdrecord /dev/scd1 speed=2 dev=0,0,0

Well I think this is probably old hat to
most of you linux experts, but perhaps
another newbie like myself will stumble
across this and find it useful.

What I'm really trying to do is find a way
to backup some of my DVDs. The above
methods seemed to work find for CDs but did
not work for DVDs?


0

Response Number 3
Name: 3Dave
Date: October 8, 2004 at 05:47:59 Pacific
Reply:

Are you talking about commercial DVDs or ones that you have compiled yourself? You may need to run a kernel with support for files >2Gb if you plan to create large ISO files....have you tried a frontend program like k3b or xcdroast which both have DVD support?


0

Response Number 4
Name: upal_2
Date: October 8, 2004 at 23:08:28 Pacific
Reply:

Well, I tried k3b, but it gave me an error
message saying something to the effect that
k3b does not yet support DVD format. I
looked through the software packages for
Mandrake 9.2, but did not see xcdroast
listed. I then downloaded what I thought
was the installation for xcdroast but could
not figure out how to install it.

Actually, installing downloads as been
rather hit & miss for me. If it's
something simple like "./configure" I can
deal with that, but anything other than
that and I hit a brick wall.

I don't really have any training with
Linux/Unix, just what I picked up from
reading Linux for Dummies.

I have both types of DVDs that I'm working
with.


0

Response Number 5
Name: 3Dave
Date: October 12, 2004 at 03:52:09 Pacific
Reply:

I'm pretty sure that mandrake does come with xcdroast, it should be on the second or third CD. You should be able to find it with:
$ find /mnt/cdrom -name "xcdroast*"
It will be an RPM file which you can install with something like:
# rpm -ivh /mnt/cdrom/path/to/xcdroast-2.1-mdk.rpm
You should also be able to do something similar
through the mandrake control centre (mcc).

k3b does support DVD but you may have to get the right version, eg k3b-dvd-0.11.16-3mdk and you will also probably have to have the dvd+rw-tools installed too. Check out some of this page:
http://rpmfind.net/linux/RPM/Archiving_Cd_burning.html

I don't have a DVD writer so have never tried burning one myself.


0

Related Posts

See More



Response Number 6
Name: ernie
Date: October 14, 2004 at 07:39:19 Pacific
Reply:

Mandrakelinux 10.0 and later provide k3b
with DVD support

Ernie [ewilcox@buckeye-express.com]
ICQ 41060744
Registered Linux User 247790


0

Sponsored Link
Ads by Google
Reply to Message Icon

problems with my cable-mo... Syncing two terabytes eac...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: readcd switches

making a linux machine into a switch ?? www.computing.net/answers/linux/making-a-linux-machine-into-a-switch-/12617.html

Cannot switch desktop environment www.computing.net/answers/linux/cannot-switch-desktop-environment/10257.html

*How do I switch to GDM? www.computing.net/answers/linux/how-do-i-switch-to-gdm/16422.html