LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 10-18-2005, 03:14 PM   #1
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Rep: Reputation: 30

it is supposed to be 4.2GB, but why when i downloading it, it shows only 183MB ?
Many downloding sites also having the same thing.
WHY?

Quote:
!!!!!!!!! Attention !!!!!!!!!
The DVD iso image is 4.5 GB in size. Some operating systems and/or
browsers and ftp clients are not able to handle files of this size. Such
browsers will show a file size of 184 MB for the 4.3 GB DVD iso image. Do
not try downloading the DVD iso image if you do not see a size of 4.3 GB,
during directory listing or during downloading when a progress bar is
shown: It will almost certainly fail. Go with the CDROM iso images
instead, try another FTP server/mirror (not all of them handle large files
correctly, too) or use an operating system and browser of a newer
generation. The technical background: The limitation is 2 or 4 GB, which
is 2^31 or 2^32 bytes. If those sizes are exceeded, older programs start
counting again from 0, and the 184 MB of size that you see are the actual
size of 4488353792 bytes minus 2*2^31 == 2^32 == 4294967296 bytes:
193386496 bytes, equals to about 184 MB.
anyone can please translate this for me:
(ftp://ftp.sunet.se/pub/Linux/distrib...o/split/README)
ftp.gwdg.de kann Files > 2 GB derzeit nur per rsync ausliefern (nicht per
ftp, nicht per http).
Deshalb liegt hier das DVD-ISO in drei Teilstuecken.

Unter Linux kittet man die so zusammen:

FN=SUSE-9.3-Eval-DVD.iso
cat ${FN}.part1 ${FN}.part2 ${FN}.part3 > ${FN}

Unter Win$ows geht es so:

copy /b SUSE-9.3-Eval-DVD.iso.part1 + SUSE-9.3-Eval-DVD.iso.part2 + SUSE-9.3-Eval-DVD.iso.part3 SUSE-9.3-Eval-DVD.iso

Last edited by unSpawn; 01-16-2011 at 12:53 PM. Reason: //Deflate post count
 
Old 10-18-2005, 04:23 PM   #2
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Easiest way is to download an FTP program (Filezilla) and download it from there.
I encountered the 184MB problem in Windows XP, but did not experience it using Filezilla.

http://filezilla.sourceforge.net/
 
Old 10-18-2005, 07:54 PM   #3
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
which file is for linux?
http://sourceforge.net/project/showf...ckage_id=15149
 
Old 10-20-2005, 01:01 PM   #4
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
Hello!

(ftp://ftp.sunet.se/pub/Linux/distri...so/split/README)
ftp.gwdg.de kann Files > 2 GB derzeit nur per rsync ausliefern (nicht per
ftp, nicht per http).
Deshalb liegt hier das DVD-ISO in drei Teilstuecken.

Unter Linux kittet man die so zusammen:

FN=SUSE-9.3-Eval-DVD.iso
cat ${FN}.part1 ${FN}.part2 ${FN}.part3 > ${FN}

Unter Win$ows geht es so:

copy /b SUSE-9.3-Eval-DVD.iso.part1 + SUSE-9.3-Eval-DVD.iso.part2 + SUSE-9.3-Eval-DVD.iso.part3 SUSE-9.3-Eval-DVD.iso

ftp.gwdg.de actually can deliver files >2GB with rsync (not with ftp, not with http)

Due to this, the DVD Iso Image is splitted into three parts.

To reassmable under linux:

FN=Suse-9.3-Eval....

cat ....

Under Windows it works as follows:

copy....

---------------------------------------------

Under Windows you can use ftp-clients like filezilla.

Greetings
 
Old 10-20-2005, 03:28 PM   #5
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Quote:
Originally posted by TigerLinux
which file is for linux?
http://sourceforge.net/project/showf...ckage_id=15149
Filezilla is only for Windows. I thought you wanted an FTP program for Windows so you could download the DVD.

Linux already has a built in FTP so you don't need to have an external program.
USe your browser or the command line.

Last edited by Micro420; 10-20-2005 at 03:29 PM.
 
Old 10-21-2005, 10:21 AM   #6
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
i use filezilla to download debian 2DVDs, from ftp site, can pause and resume anytime, very good.
 
Old 10-21-2005, 12:00 PM   #7
thick_guy_9
Member
 
Registered: Jan 2004
Location: Singapore
Distribution: VMS, CentOS
Posts: 109

Rep: Reputation: 16
not only that, if you stopped your download for any reason, the FTP resumes even if you download the same file from another mirror. very good, and recommended. I would like it to have split downloads
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Package Installation fails during OpenSuse Eval 10.0 DVD install jimisola SUSE / openSUSE 2 12-02-2005 08:00 PM
Mysterious size of Suse 9.3-Eval-Dvd.iso bobcat05 SUSE / openSUSE 13 08-25-2005 05:35 AM
pro eval dvd only 188mb? FuriousGibbon SUSE / openSUSE 2 08-17-2005 07:31 PM
SUSE 9.2 Eval?? rm6990 Linux - Distributions 3 10-07-2004 06:50 PM
Suse 7.3 eval ramon Linux - General 1 01-19-2002 01:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 04:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration