Computing.Net > Forums > Linux > Burning: auto detect end of CD

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Burning: auto detect end of CD

Reply to Message Icon

Name: Six
Date: March 21, 2003 at 08:23:18 Pacific
OS: Gentoo 1.4rc2
CPU/Ram: 1.3 512
Comment:

Hi, is there a program or can cdrecord automatically detect the end of a CD and prompt for the next? I would like to burn 7gb of files as easily as possible.
Thanks.



Sponsored Link
Ads by Google

Response Number 1
Name: Ronald
Date: March 22, 2003 at 05:07:38 Pacific
Reply:

Arkeia 5.0.8 will do it but it is not free.
There is a 30 day free trail period offered.
I am not sure there is an open source solution.
Maybe file split?
If You had a DVD burner that would work. Try a google search on linux backups
Good luck Ron


0

Response Number 2
Name: bhtooefr
Date: March 23, 2003 at 05:06:43 Pacific
Reply:

Errm... a DVD burner can only burn 5.8 GB of data. Try compressing your files (I'm new to Linux, but I think it's gzip). I don't know if you can set the GZ file to be a certain size, but if you can, your job is done. Set each file to be 650/700 MB (depends on your CD-R discs), and burn one to each disc.


0

Response Number 3
Name: Six
Date: March 23, 2003 at 09:03:50 Pacific
Reply:

Yeah, thanks I am working on it. Just burning 700mb separate files.

A DVD holds 4.7gb btw.


0

Response Number 4
Name: Ronald
Date: March 24, 2003 at 03:35:57 Pacific
Reply:

Hi Six, Thats is correct a DVD holds 4.7 gigs.
That is why I said file split would work with DVD
These people with those kinds of names know it all. Just like that Balram person.
If though know so much why are they at this forum?4.7*2=9.4gigs which would back up more than 7 gigs.
And you will never zip 7 gigs into 700mb with gzip.
Filesplit splits them down the middle.


0

Response Number 5
Name: 3Dave
Date: March 24, 2003 at 09:23:23 Pacific
Reply:

First tar and gzip the files (in this case in a
directory called "folder"), thus making one
big compressed file:
# tar zcv folder > folder.tar.gz

Then split the file:
# split -b 650M folder.tar.gz
folder.tar.gz.part

This will create a number of files,
folder.tar.gz.part1, folder.tar.gz.part2
etc.

To put them back together again:
# cat folder.tar.gz.part* >
folder.tar.gz


Then unzip it to get the original files
back:
# tar zxvf folder.tar.gz


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon

KDE, GNOME look and feel ... Virtual Hosting/Domain Re...



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: Burning: auto detect end of CD

CD Size www.computing.net/answers/linux/cd-size/26569.html

syntax error: unexpected end of file www.computing.net/answers/linux/syntax-error-unexpected-end-of-file/9663.html

cylinders > 1024 error, end of Linux 7.1 www.computing.net/answers/linux/cylinders-1024-error-end-of-linux-71/10502.html