Splitting large files to fit on CDR?

P

Phred

G'day mates,

My ISP has a couple of rather large data files on their "unmetered
files" area that I'm interested in obtaining while the downloads are
available for "free" (i.e. not subject to an excess usage surcharge).

The two files come to about 2.9 gigabyte in aggregate (about 1.87 GB
plus about 1.03 GB) which is rather too much to simply copy to CDR for
backup. :)

So, the question is, does anyone have a solution they would care to
recommend, please? It's clearly going to take 3 CDRs to hold the first
one and 2 for the second (assuming 700 MB CDRs).

The most convenient method would be to use a burning program that can
automatically span the load over the required number of CDRs in a way
analogous to the old PKZIP spanning archives across floppies.

Failing that, a program that could create "ISO size" chunks by
default, or just user-specified chunks, would be helpful -- though
that will put strain on available HDD resources at the moment
because it will mean at least temporarily doubling the space needed.

FWIW, the system used for the download will be running WinME.

Thanks in anticipation for your advice and recommendations.

Cheers, Phred.
 
H

Hunter1

Unless money is an issue the ideal solution is to go out and
spend about a hundred bucks and buy a DVD burner, if not as
you suggest just split the file, but obviously it would not
be in a usable format when split.
 
B

Bob Adkins

On Sat, 11 Sep 2004 15:19:18 GMT, (e-mail address removed) (Phred) wrote:

G'day to you too Phred,
Thanks in anticipation for your advice and recommendations.

My favorite is program for this is called "Splitting". You simply right
click the giant file, select "SenTo,,Splitting". There you select the size
to split the big file into.

It's a tiny little (226K) 1 file executable than runs from any folder.
Install it, copy the EXE anywhere (including on the CD) and re-assemble your
files quickly and reliably. It's nice to have a portable file that can be
used any were, any time when dealing with backups.

http://www.blue-series.de/products/freeware_en.htm#splitting
 
W

Wayne D

G'day mates,

My ISP has a couple of rather large data files on their "unmetered
files" area that I'm interested in obtaining while the downloads are
available for "free" (i.e. not subject to an excess usage surcharge).

The two files come to about 2.9 gigabyte in aggregate (about 1.87 GB
plus about 1.03 GB) which is rather too much to simply copy to CDR for
backup. :)

So, the question is, does anyone have a solution they would care to
recommend, please? It's clearly going to take 3 CDRs to hold the first
one and 2 for the second (assuming 700 MB CDRs).

The most convenient method would be to use a burning program that can
automatically span the load over the required number of CDRs in a way
analogous to the old PKZIP spanning archives across floppies.

Failing that, a program that could create "ISO size" chunks by
default, or just user-specified chunks, would be helpful -- though
that will put strain on available HDD resources at the moment
because it will mean at least temporarily doubling the space needed.

FWIW, the system used for the download will be running WinME.

Thanks in anticipation for your advice and recommendations.

Cheers, Phred.

Chainsaw:

Split large files into smaller ones.

Current Version is 3.6

Main Features:

* Intuitive user interface
* No setup required - Chainsaw consists of just 2 files
* Input file size may be greater than 2GB
* Chunk size up to 2GB
* Predefined sizes for most media e.g. CD-ROM, DVD etc.
* All your settings are saved between sessions
* You may redirect output to any drive or path
* Adapts automatically to German, English, Danish, French, Portugese,
Spanish, Swedish, Indonesian, Italian and Dutch Windows version. That
means on a French system it speaks French, on a Spanish system it is in
Spanish etc.
* It is free. No obligations, no strings attached.

No install, unzip and use!!

http://www.schmeusser.siw.de/software/chainsaw.html

Regards

Wayne D
 
S

scootgirl.com

J

JP Loken

G'day mates,

My ISP has a couple of rather large data files on their "unmetered
files" area that I'm interested in obtaining while the downloads are
available for "free" (i.e. not subject to an excess usage surcharge).

The two files come to about 2.9 gigabyte in aggregate (about 1.87 GB
plus about 1.03 GB) which is rather too much to simply copy to CDR for
backup. :)

So, the question is, does anyone have a solution they would care to
recommend, please? It's clearly going to take 3 CDRs to hold the first
one and 2 for the second (assuming 700 MB CDRs).

The most convenient method would be to use a burning program that can
automatically span the load over the required number of CDRs in a way
analogous to the old PKZIP spanning archives across floppies.

Failing that, a program that could create "ISO size" chunks by
default, or just user-specified chunks, would be helpful -- though
that will put strain on available HDD resources at the moment
because it will mean at least temporarily doubling the space needed.

FWIW, the system used for the download will be running WinME.

Thanks in anticipation for your advice and recommendations.

Cheers, Phred.

The File Splitter.
http://www.dekabyte.com/filesplitter
Very simple and easy to use.
 
B

Bernd Schmitt

Hello Phred,
So, the question is, does anyone have a solution they would care to
recommend, please? It's clearly going to take 3 CDRs to hold the first
one and 2 for the second (assuming 700 MB CDRs).
I use a combination like tar->mkisofs->cdrecord for this.

Tar has an option to stop and call another program if a given filesize
is reached, so I call a batch to run mkisofs (doing the ISO stuff) and
then cdrecord to burn the ISO.
I have given the links and the batch-code in an earlier answer to the
same question in alt.comp.freeware (ACF), so you can get them using google.

FUP2 ACF

Ciao,
Bernd
 
T

Tom

Alternatively, point this out to your ISP the problem that they are
presenting, and ask them to split up their large files.

Tom
 
G

Geoffw

spltter40_uk.zip

27 kb easy to use free

emailed to your yahoo address delete if you don't want

Geoff
 
P

Patrick Dunford

G'day mates,

My ISP has a couple of rather large data files on their "unmetered
files" area that I'm interested in obtaining while the downloads are
available for "free" (i.e. not subject to an excess usage surcharge).

The two files come to about 2.9 gigabyte in aggregate (about 1.87 GB
plus about 1.03 GB) which is rather too much to simply copy to CDR for
backup. :)

So, the question is, does anyone have a solution they would care to
recommend, please? It's clearly going to take 3 CDRs to hold the first
one and 2 for the second (assuming 700 MB CDRs).

The most convenient method would be to use a burning program that can
automatically span the load over the required number of CDRs in a way
analogous to the old PKZIP spanning archives across floppies.

Winzip can do this.
 
P

Phred

Hello Phred,

I use a combination like tar->mkisofs->cdrecord for this.

Tar has an option to stop and call another program if a given filesize
is reached, so I call a batch to run mkisofs (doing the ISO stuff) and
then cdrecord to burn the ISO.
I have given the links and the batch-code in an earlier answer to the
same question in alt.comp.freeware (ACF), so you can get them using google.

G'day Bernd,

I couldn't find anything googling groups with "splitting files bernd
schmitt". How long ago?

Cheers, Phred.
 
V

Vic Dura

Sep

I have a command prompt (console window) program that I wrote in C
that can will split a file into 700Mb (or any specified size) chunks.
To recombine them you would the COPY command, e.g.

copy /b File.001 File.002 ... OldFileName.ext

the executable is about 11K in size. If you want a copy I can email it
to you or anyone else that requests it. If you want it to email me
remove the XXX from the email address.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top