Download Help

Da Wikipedia, l'enciclopedia libera.


Downloads: Versione stabile - Versione in Sviluppo - Repository dei Pacchetti - Aiuto Download - Aiuto Installazione


This page in:
{{{1}}}
More languages
in the left sidebar
  ci sto lavorando

Contents

Masterizzare le immagini dei CD

Usa l'applicazione che preferisci per scrivere le immagini dei CD in dischi vergini.

Usare SuSE Linux

Nei sistemi SuSE Linux usa k3b per scrivere sui CD. Seleziona l'opzione che consente di masterizzare CD o ISO9660 file system. Per maggiori informazioni leggi il SUSE Linux Admin Guide.

Per la lineo di comendo usa il programma cdrecord.

cdrecord dev=/dev/cdrecorder speed=44 driveropts=burnproof -eject -v isofile

Usare Microsoft® Windows® XP

In base a Microsoft® (kb279157) Windows® XP non supporta nativamente la scrittura di file ISO senza un software di terze parti. Generalmente il masterizzatore CD/DVD è costruito con Windows® software che supporta la masterizzazione di file ISO. Se non è così, l'utility può aggiungere questa funzionalità Windows® XP.

Creare un DVD dai CD

Leggi l'articolo

Spazio richiesto

  • Se scarichi i 5 Cd, SuSE Linux richiede circa 3,5 GB, considerando 700 MB per CD.
  • Se scarichi un immagine di un singolo DVD, SuSE Linux richiede 4,7 GB.
  • Le delta ISO sono consoderate più piccole delle ISO originali. Controlla la dimensione per ogni file

La seguente tabella mostra le approssimazioni di quando possa essere lungo un download, ovviamente il prcesso dipende dalla connessione che si usa.

1 CD ISO (700 MB) 5 CD ISO (3.5 GB) 1 DVD ISO (4.7 GB)
56 KBit 28 ore 139 ore 187 ore
64 KBit (ISDN) 25 ore 122 ore 164 ore
1024 KBit (Broadband) 1.5 ore 8 ore 11 ore
2048 KBit (Broadband) 45 minuti 4 ore 5.5 ore
8192 KBit (Broadband) 12 minuti 1 ora 1.5 ora
24 MBit (ADSL2) 4 minuti 20 minuti 28 minuti
100 MBit (Fibre) 1 minuto 5 minutei 7 minuti

Applicare le delta ISO

Delta ISO è un protocollo che permette di scaricare una piccola parte di una ISO e, farla diventare all'ultima versione del file, se hai già le ISO precedenti. Per usare questa funzione devi avere installato il pacchetto deltarpm che è installato di default. La sintassi per applydeltaiso:

applydeltaiso old delta new

Per esempio:

applydeltaiso SUSE-10.0-CD-OSS-i386-Beta1-CD1.iso \
              SUSE-10.0-CD-OSS-i386-Beta1_Beta2-CD1.delta.iso \
              SUSE-10.0-CD-OSS-i386-Beta2-CD1.iso

Se hai cancellato le iso della beta precedente non ti scoraggiare. applydeltaiso lavora pure con i CD in cui è presente la versione precedente. Per esempio se hai SUSE-10.0-CD-OSS Beta 1 nel tuo lettore cd-rom usa questo comando:

applydeltaiso /dev/hdc \
              SUSE-10.0-CD-OSS-i386-Beta1_Beta2-CD1.delta.iso \
              SUSE-10.0-CD-OSS-i386-Beta2-CD1.iso
Check the MD5SUMS afterwards as described in Checksums. The process of applying the Delta ISO takes quite some time and needs the disk space to unpack all ISO images.
Note: The program applydeltaiso may takes rather long time to run. On some systems it takes more than 30 minutes per CD, in which case the download of a full length iso-image might be faster!
Note: applydeltaiso.exe for Windows, download here.

Checksums

Before you burn your CD images, you should check the files for errors. A file named MD5SUMS is available. This file contains hashes for each ISO image that is available from that download location. The relevant line for the above image would look like the following:

8abac6680ecc152f103006b02f9ff67f  boot.iso

To be sure that the FTP transfer did not contain any errors, you should create this number for your own ISO image. A free md5sum checker for several operating systems can be found at md5deep.sourceforge.net. On Linux, run the command:

md5sum some.iso

If there is any difference between the output of the md5sum command and the above number, the download is broken and should be repeated.

To verify all the checksums automagically, and have your system do the verification, type:

md5sum -c MD5SUMS

Troubleshooting Downloads

Downloading large files such as ISO images is sometimes difficult. Here are some tips for avoiding the most common issues:

  • Consider using BitTorrent instead of FTP. Sometimes BitTorrent downloads achieve better performance rates than FTP downloads.
  • We strongly suggest using a download manager or an FTP client that supports resume. If download problems occur, the resume function allows you to continue a download made earlier rather than having to start over again. Many download managers also now support checksum verification, which is recommended. Choose a download manager with the features you need from this comprehensive list.
  • Some proxies are configured not to allow FTP access. If you are using a proxy, download from an HTTP mirror site instead.
  • When downloading the DVD ISO, make sure that your proxy and your download client support files larger than 2 GB. If the download stops prematurely close to that size, your client most probably does not support large files. If you are using Linux, you can use Konqueror (KDE browser), curl, or lftp (lukemftp). On MacOS, Safari and the default ftp-client should work. If you are using Windows, FileZilla is worth a try.