<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE article PUBLIC '-//OASIS//DTD DocBook XML V4.1.2//EN' >

<!--
Changelog: (R) = Publication Released

	081800 (R): Began work on version 1.00 of CD Server HOWTO - Randy Tata
	090100 (R): Conversion to linuxdoc SGML from text/html - Randy Tata
	092300 (R): Conversion from linuxdoc to DocBook - Randy Tata
	092800: Added more Suggested Reading and appletalk, ipx stuff - Randy Tata
	010602 (R): Updated for newer Kernels, Fix erroneous information, New References,
		Convert to DocBook XML, Changed License from LDP to GFDL - Randy Tata
	010702: Fix XML Source Problems and removed cvs tags from source, fix pubdate
	010802 (R): Many additions to XML source for commands, filenames, etc.
	010802: Fixed line wrap in screen tags, changed gfdl sect scheme
		Added blurb and link to cdtower_v0.06.sh.txt	
-->

<article lang="it">

<articleinfo>

<title>CDServer-HOWTO</title>
<author>
	<firstname>Randolph</firstname>
	<othername role="mi">J</othername>
	<surname>Tata</surname>
	<affiliation>
		<orgname>Talcon Information Systems</orgname>
		<address><email>randy@talcon.com</email></address>
	</affiliation>
</author>

<pubdate>v1.40 2002/01/10</pubdate>

<revhistory>

	<revision>
		<revnumber>v1.40</revnumber>
		<date>10-01-2002</date>
		<authorinitials>rjt</authorinitials>
		<revremark>
			Aggiunta descrizione e collegamento allo script di shell cdtower.
		</revremark>
	</revision>

	<revision>
		<revnumber>v1.30</revnumber>
		<date>08-01-2002</date>
		<authorinitials>rjt</authorinitials>
		<revremark>
			Alcune aggiunte e cambi ai marcatori nel sorgente XML Docbook e fissaggio dei dati nelle date di pubblicazione.
		</revremark>
	</revision>

	<revision>
		<revnumber>v1.01</revnumber>
		<date>07-01-2002</date>
		<authorinitials>rjt</authorinitials>
		<revremark>
			Aggiornato per il kernel 2.4. Aggiunti altri riferimenti e collegamenti. Convertito in DocBook XML 4.1.2 Cambiata la licenza da LDP a GFDL
		</revremark>
	</revision>

	<revision>
		<revnumber>v1.00</revnumber>
		<date>23-09-2000</date>
		<authorinitials>rjt</authorinitials>
		<revremark>
			Conversione da Linuxdoc SGML a DocBook SGML ver. 3.1
		</revremark>
	</revision>

	<revision>
		<revnumber>v0.10</revnumber>
		<date>01-09-2000</date>
		<authorinitials>rjt</authorinitials>
		<revremark>	
			Conversione a Linuxdoc SGML da testo/html, aggiunta la sezione ottimizzazione del kernel (aggiungi loop).
		</revremark>
	</revision>

	<revision>
		<revnumber>v0.01</revnumber>
		<date>18-08-2000</date>
		<authorinitials>rjt</authorinitials>
		<revremark>	
			Prima versione rilasciata in formato testo e html.
		</revremark>
	</revision>
</revhistory>

<indexterm>
	<primary>cdserver</primary>
</indexterm>

<abstract>
	<para>
	Questo HOWTO sul Cd-server descrive i passi e i comandi che potete utilizzare per impostare il vostro cd server personalizzato utilizzando Linux ed alcuni comandi Unix insieme ad altri pacchetti software liberamente disponibili. Il Cd server può allora condividere i cd via rete verso Windows e/o altri computer client. Traduzione a cura di Ugo Putignano e revisione a cura di Sandro Cardelli.
	</para>
</abstract>

</articleinfo>

<!-- section1: intro -->

<sect1 id="introduction">
<title>Introduzione</title>

<indexterm>
	<primary>cdserver!introduzione</primary>
</indexterm>

<para>
Con i dischi rigidi che diventano sempre meno cari (un disco da 100GB Western Digital da 7200 giri è disponibile per 195 dollari americani a gennaio del 2002) diventa possibile usare un cd-server basato su un software Open Source, piuttosto che pagare da 800 a 4000 dollari americani, per un software, un server, oppure una soluzione con juke-box.
</para>

<para>
Io ho configurato il mio cd-server su un Pentium 200 con 64 Mb di ram, utilizzando uno di questi grandi dischi rigidi.
</para>

<para>
Ogni commento, critica, addizione, o correzione può essere mandato al mio indirizzo di email a <ulink url="http://www.talcon.com/">
Talcon Information Systems</ulink>: <email>randy@talcon.com</email>.
</para>

<!-- section2: Intended Audience -->

<sect2 id="audience">
<title>A chi è diretto</title>

<para>
Questo HOWTO è specificamente diretto agli amministratori di sistema e usa Linux per gli esempi. Dovrebbe funzionare con altri tipi di Unix che hanno un dispositivo di loop o un metodo per montare delle immagini di Cd dentro l'albero delle directory come un dispositivo di blocco utilizzando il file system iso9660.
</para>

</sect2>

<!-- section2: Things Needed -->

<sect2 id="needed">
<title>Le cose di cui avete bisogno<title>

<indexterm>
	<primary>cdserver!utilità di cui avete bisogno</primary>
</indexterm>

<para>
I comandi e le utilities richieste per la configurazione del vostro Cd server sono già incluse nella maggior parte (se non in tutte) le distribuzioni Linux.
</para>

<para>

<itemizedlist>

<listitem>
<para>
	Una distribuzione Linux (questo HowTo utilizza 
	<ulink url="http://www.linux-mandrake.com/">
	<systemitem class="osname">Linux-Mandrake</systemitem></ulink>per gli esempi)
</para>
</listitem>

<listitem>
<para>
	<command>dd</command> - Converte e copia i file (comando standard Unix)</para>
</listitem>

<listitem>
<para>
	<command>mount</command> -Monta e smonta i filesystem (comando standard Unix)
</para>
</listitem>

<listitem>
<para>
	<ulink url="http://www.samba.org/"><application>Samba</application></ulink> 
	- Un fileserver SMB/CIFS Windows per Unix
</para>
</listitem>

<listitem>
<para>
	<acronym>NFS</acronym> (opzionale per Unix) - <application>Network File System</application> 
	(incluso nelle distribuzioni Linux)
</para>
</listitem>

<listitem>
<para>
	<ulink url="http://www.anders.com/projects/netatalk/"><application>Netatalk</application>
	</ulink> (opzionale per i Macintosh) - Un pacchetto che permette a un computer Unix di fornire servizi di stampa e di file su una <acronym>LAN</acronym>.
</para>
</listitem>

</itemizedlist>

</para>

<variablelist>
<varlistentry>
<term>Nota</term>
<listitem>
<para>
Prima del kernel 2.4, la distribuzione Linux-Mandrake che ho usato aveva il supporto solo per 8 dispositivi di loop compilati nel kernel (vedi 
<xref linkend="addloops" /> 
per incrementare questo numero). A quel tempo, potevate solo condividere 8 Cd sulla rete con il valore di default, e per condividere più di 8 dispositivi, il codice sorgente del driver del blocco (loop.c) doveva essere modificato e compilato un nuovo kernel.
</para>
<para><emphasis>Con il kernel 2.4, ciò non è più richiesto.</emphasis>
Ora potete impostare il numero dei dispositivi di loop attraverso il parametro max loop module, oppure passando max_loop (1-255) al kernel al momento dell'avvio.
</para>
</listitem>
</varlistentry>
</variablelist>

</sect2>

<!-- section2: Suggested Reading -->

<sect2 id="reading">
<title>Letture suggerite e riferimenti</title>

<para>
<ulink url="http://www.linuxdoc.org/HOWTO/SMB-HOWTO.html">
<citetitle pubwork="article">SMB HOWTO</citetitle></ulink>
di:  David Wood, dwood (at) plugged.net.au. Parte del Linux Documentation Project. Questo documento descrive come usare il protocollo SMB (Service Message Block), anche chiamato Session Manager Block, NetBIOS, oppure protocollo LanManager, con Linux utilizzando Samba</para>

<para>
<ulink url="http://www.oreilly.com/catalog/samba/">
<citetitle pubwork="book">Using Samba</citetitle></ulink>
di:  Robert Eckstein, David Collier-Brown, Peter Kelly
prima ed. novembre 1999, O'Reilly and Associates, Inc.
ISBN 1-56592-449-5,
</para>

<para>
<ulink url="http://www.linuxdoc.org/HOWTO/CDROM-HOWTO/">
<citetitle pubwork="article">The Linux CD-ROM HOWTO</citetitle></ulink>
di: Jeff Tranter, tranter (at) pobox.com.  Parte del Linux Documentation project. Come installare, impostare e usare i lettori di Cd-ROM sotto Linux. Esso copre l'hardware supportato e risponde a un certo numero di domande frequentemente poste..
Questo HOWTO dà anche alcune informazioni su come usare lettori multipli di CD con Linux.
</para>

<para>
<ulink url="http://www.linuxdoc.org/HOWTO/CD-Writing-HOWTO.html">
<citetitle pubwork="article">CD-Writing HOWTO</citetitle></ulink>
di: Winfried Trümper, winni (at) xpilot.org. Parte del Linux Documentation Project. Questo documento spiega come scrivere i Cd-ROM sotto Linux. Questo HOWTO include anche informazioni su come fare copie immagini dei CD-ROM.
</para>

</sect2>

<sect2 id="copyright">

<title>Diritti d'autore e licenza</title>
<indexterm>
	<primary>cdserver!copyright</primary>
</indexterm>

<para>
	<emphasis><productname>CDServer-HOWTO</productname>, Copyright 
	<trademark class="copyright" /> 2000-2002, di <ulink 
	url="mailto:randy@talcon.com">Randolph J. Tata</ulink>, Tutti i diritti riservati</emphasis>
</para>

<para>
	E' dato il permesso di copiare, distribuire e/o modificare questo documento sotto i termini della GNU Free Documentation License, versione 1.1 o qualsiasi altra versione posteriore pubblicata dalla Free Software Foundation; senza Sezioni Invarianti, niente testo di copertina e niente testo di ultima pagina. Una copia della licenza è inclusa nella
 <xref linkend="gfdl" /> intitolata "GNU Free Documentation License".
</para>

</sect2>

<!-- section2: Disclaimer -->

<sect2 id="disclaimer">
<title>Disconoscimento di responsabilità</title>

<para>
Usate le informazioni contenute in questo documento a vostro rischio e pericolo. Non assumo alcuna potenziale responsabilità per il contenuto di questo documento. L'uso dei concetti, esempi, e/o altro contenuto di questo documento è interamente a vostro rischio.
</para>

<para>
Tutti i diritti d'autore sono posseduti dai rispettivi proprietari, se non è specificato diversamente. L'uso di un termine in questo documento non dovrebbe riguardare la validità di qualsiasi marchio di fabbrica o marchio di servizio.
</para>

<para>
L'aver nominato particolari prodotti o marchi non deve essere visto come approvazione dei suddetti.
</para>

<para>
Siete caldamente raccomandati di effettuare una copia di sicurezza del vostro sistema prima di modifiche importanti e dovreste fare copie di sicurezza ad intervalli regolari.
</para>
</sect2>

<!-- section2: News -->

<sect2 id="news">
<title>Notizie</title>

<indexterm>
	<primary>cdserver!notizie recenti</primary>
</indexterm>

<para>
Come sempre, controllate la lista delle revisioni all'inizio di questo documento.
</para>

<para>
<ulink url="http://www.talcon.com/projects/CDServer-HOWTO/CDServer-HOWTO.xml">
DocBook XML source</ulink> per questo documento è disponibile. Qualsiasi aggiunta/cambio dovrebbe essere effettuata sul documento sorgente DocBook XML, non su formati derivati.
</para>

<para>
<emphasis>La pagina iniziale di questo documento è
<ulink url="http://talcon.com/cdserver-howto/">CDServer-HOWTO</ulink>
nel caso abbiate bisogno dell'ultima versione, o che ci sia un problema con il formato di ciò che state vedendo..</emphasis>
</para>

</sect2>

<!-- section2: Credits -->

<sect2 id="credits">
<title>Crediti</title>

<para>
	I miei ringraziamenti vanno ai lettori di questo HOW-TO e ai volontari che hanno diviso le loro esperienze e conoscenze con me. Ho il piacere di ringraziare:
</para>

<informaltable frame="none" pgwide="1">
<tgroup cols="3">
<tbody>
	<row>
		<entry>Mark F. Komarinski</entry>
		<entry>markk (at) linuxdoc.org</entry>
		<entry>LDP Author Guide</entry>
	</row>
	<row>
		<entry>Jorge Godoy</entry>
		<entry>godoy (at) metalab.unc.edu</entry>
		<entry>LDP Author Guide</entry>
	</row>
	<row>
		<entry>David C. Merrill</entry>
		<entry>dcmerrill (at) mindspring.com</entry>
		<entry>LDP Author Guide</entry>
	</row>
	<row>
		<entry>Stein Gjoen</entry>
		<entry>sgjoen (at) nyx.net</entry>
		<entry>HOWTO-Template</entry>
	</row>
	<row>
		<entry>Gregory Leblanc</entry>
		<entry>gleblanc (at) cu-portland.edu</entry>
		<entry>HOWTO-Template</entry>
	</row>
	<row>
		<entry>Greg Ferguson</entry>
		<entry>gferg (at) sgi.com</entry>
		<entry>HOWTO-Template</entry>
	</row>
	<row>
		<entry>Amar Chaouche</entry>
		<entry>achaouche (at) linbox.com</entry>
		<entry>mount unhide option</entry>
	</row>
	<row>
		<entry>Giblhauser Carl Michael</entry>
		<entry>mike (at) bawb.bmlf.gv.at</entry>
		<entry>runoutblock i/o errors</entry>
	</row>
	<row>
		<entry>Monte Milanuk</entry>
		<entry>milanuk (at) yahoo.com</entry>
		<entry>nfs help</entry>
	</row>
	<row>
		<entry>Paul A. Sand</entry>
		<entry>pas (at) unh.edu</entry>
		<entry>loop module option max_loop</entry>
	</row>
	<row>
		<entry>Tony Melia</entry>
		<entry>Tony.Melia (at) downsmicro.com.au</entry>
		<entry>max_loop kernel boot parameter</entry>
	</row>
	<row>
		<entry>Richard Black</entry>
		<entry>Richard.Black (at) compaq.com</entry>
		<entry>more info and mknod script</entry>
	</row>
	<row>
		<entry>Bradley Wendelboe</entry>
		<entry>krakken (at) icehouse.2y.net</entry>
		<entry>cdtower shell script</entry>
	</row>
	<row>
		<entry>James Mumm</entry>
		<entry>dart (at) windeath.2y.net</entry>
		<entry>cdtower shell script</entry>
	</row>
</tbody>
</tgroup>
</informaltable>

</sect2>

<!-- section2: Translations -->

<sect2 id="translations">
<title>Traduzioni</title>

<itemizedlist>

<listitem>
<para>
	<ulink url="http://kldp.org">Coreana</ulink> (html e sgml) a 
	<ulink url="http://www.ibiblio.org/pub/Linux/docs/HOWTO/translations/korean/">
	http://www.ibiblio.org/pub/Linux/docs/HOWTO/translations/korean/</ulink>
</para>
</listitem>

</itemizedlist>

<para>
<emphasis>Se avete la capacità sarebbe bello rendere disponibile il CDServer-HOWTO in un certo numero di formati e linguaggi.</emphasis>
</para>

<para>
	Se avete tradotto questo documento, vi prego di mandarmi:
</para>
<itemizedlist>
	<listitem>
		<para>
			Il vostro nome, indirizzo di email, la lingua e l'URL del documento tradotto (di preferenza).
		</para>
	</listitem>
	<listitem>
		<para>
			oppure un allegato di posta elettronica del lavoro.
		</para>
	</listitem>
</itemizedlist>
<para>
Per cortesia mandate entrambi al mio indirizzo di email a <ulink url="http://www.talcon.com/">
Talcon Information Systems</ulink>: <email>randy@talcon.com</email>.
</para>

</sect2>

</sect1>

<!-- section1: Procedure -->

<sect1 id="procedure">
<title>Procedura</title>

<para>
<emphasis>Sommario dei passi necessari</emphasis>
</para>

<indexterm>
	<primary>cdserver!procedure</primary>
</indexterm>

<itemizedlist>

<listitem>
<para>
Create una grande partizione per ospitare i file immagini dei cd.
</para>
</listitem>

<listitem>
<para>
Copiate il CD in una immagine file con il comando <command>dd</command>.
</para>
</listitem>

<listitem>
<para>
Montate l'immagine del CD all'interno dell'albero delle directory.
</para>
</listitem>

<listitem>
<para>
	Condividete la directory sulla rete utilizzando  <application>Samba</application>, 
	<application><acronym>NFS</acronym></application>, ecc.
</para>
</listitem>

</itemizedlist>

<para>
	Siate anche sicuri di aver letto <xref linkend="introduction" /> e 
	<xref linkend="needed" />.
</para>

<!-- section2: Creating Images -->

<sect2 id="createimage">
<title>Creare le immagini ISO</title>

<indexterm>
	<primary>cdserver!creare le immagini</primary>
</indexterm>

<para>
Scegliete (o create) un file system con la maggior parte possibile di spazio libero su di esso. Tenete in mente che i CD-ROM possono contenere circa 640 Mb di dati, perciò se volete condividere 8 CD-ROM sulla vostra rete, avrete bisogno di 5.1 Gb di spazio disponibile..
</para>

<para>
Loggatevi come root oppure andate "su" verso root.
</para>

<para>
<screen>
<prompt>bash#</prompt> <command>df -h</command>

<computeroutput>
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda5             1.4G   82M  1.3G   6% /
/dev/hda1              15M  827k   14M   6% /boot
/dev/hda7             2.4G 1008M  1.3G  43% /usr
/dev/hda8            23.6G 11.7G 11.7G  50% /home
</computeroutput>
</screen>
</para>

<para>
	Qui il filesystem <filename class="directory">/home</filename> ha lo spazio libero maggiore, perciò esso è il filesystem più adatto per essere usato per copiarci le immagini dei Cd sopra.
</para>

<para>

<screen>
<prompt>bash#</prompt> <command>cd /home</command>
<prompt>bash#</prompt> <command>mkdir image</command>
<prompt>bash#</prompt> <command>cd image</command>
</screen>
 
</para>

<para>
Adesso, copiate il CD come immagine <acronym>ISO</acronym>.  Dovreste conoscere il nome del dispositivo del vostro CD-ROM (normalmente <filename class="devicefile">/dev/cdrom</filename>, 
potrebbe essere  <filename class="devicefile">/dev/scd0</filename> per i Cd-Rom SCSI). Userò la distribuzione Mandrake su Cd-ROM come esempio:
</para>

<para>

<screen>
<prompt>bash#</prompt> <command>dd if=/dev/cdrom of=mndrk81.iso</command>
</screen>

</para>

<variablelist>
<varlistentry>
<term>Nota</term>
<listitem>
	<para>
	Il termine <quote>if=</quote> è il file di ingresso, il termine <quote>of=</quote> è il file di uscita.  Dovreste vedere un messaggio che vi visualizza il numero di record in ingresso e in uscita.</para>
	<para>Se vedete errori di I/O, probabilmente saranno principalmente dovuti alle tracce iniziali e alle tracce finali  del cd. Se il numero dei record in ingresso e quello dei record in uscita non corrispondono, potreste avere un problema, anche se l'immagine potrebbe essere corretta, ma non potrete mai sapere se gli errori sono avvenuti durante la lettura della parte <acronym>ISO</acronym> o no (dovuto alla polvere o ai graffi sul cd).</para>
	<para>Altre utilità per leggere i CD esistono, come <command>readcd</command> o
		<command>sdd</command>.</para>
	<para>Maggiori informazioni circa la copia speculare dei CD si trova nel <citation>CD-Writing-HOWTO</citation>, vedi <xref linkend="reading" />.
	</para>
</listitem>
</varlistentry>
</variablelist>

<para>
<emphasis>I miei ringraziamenti a Giblhauser Carl Michael per le informazioni sui runoutblock .</emphasis>
</para>

</sect2>

<!-- section2: Mounting Images -->

<sect2 id="mountimage">
<title>Montare le immagini ISO</title>

<indexterm>
	<primary>cdserver!montare le immagini</primary>
</indexterm>

<para>
Il prossimo passo è montare le immagini <acronym>ISO</acronym>.  Create una directory sotto <filename class="directory">/mnt</filename> per sistemarvi i file montati.
</para>

<para>

<screen>
<prompt>bash#</prompt> <command>cd /mnt</command>
<prompt>bash#</prompt> <command>mkdir iso</command>
<prompt>bash#</prompt> <command>cd iso</command>
<prompt>bash#</prompt> <command>mkdir mndrk81</command>
</screen>

</para>

<para>
Adesso montate l'immagine <acronym>ISO</acronym> in questa directory appena creata</para>

<para>

<screen>
<prompt>bash#</prompt> <command>mount -o loop,unhide -t iso9660 -r /home/image/mndrk81.iso /mnt/iso/mndrk81</command>
</screen>

</para>

<variablelist>
<varlistentry>
<term>Nota</term>
<listitem>
<para>
	La variabile<quote>-o loop</quote> significa usare l'opzione che monta un file come un dispositivo a blocchi. L'opzione unhide mostra i file nascosti. La variabile <quote>-t iso9660</quote> significa 
	che il file è in formato CD-ROM iso 9660. La variabile <quote>-r</quote> significa che il file system è montato in sola lettura.
</para>
</listitem>
</varlistentry>
</variablelist>

<para>
	<emphasis>Grazie a Amar Chaouche per aver precisato l'opzione unhide per il comando di mount.</emphasis>
</para>

<para>
Adesso potete:
</para>

<para>

<screen>
<prompt>bash#</prompt> <command>cd mndrk81</command>
<prompt>bash#</prompt> <command>ls -al</command>
</screen>

</para>

<para>
	Dovreste vedere un elenco  (<command>ls</command>) dei file e delle directory che sono sul Cd attuale (solo che adesso essi sono dentro l'immagine <acronym>ISO</acronym>, di cui state guardando dentro il contenuto.
</para>

</sect2>

<!-- section2: System Restart -->

<sect2 id="systemrestart">
<title>Montare una immagine dopo un riavvio del sistema</title>

<indexterm>
	<primary>cdserver!editare fstab</primary>
</indexterm>

<para>
Adesso che avete montato manualmente l'immagine, e siete sicuri che funzioni, avete bisogno di inserire una voce nel file <filename>/etc/fstab</filename> affinché l'immagine sia rimontata al prossimo avvio del sistema. E' importante inserire la voce DOPO quella per il filesystem genitore, per esempio
<filename class="directory">/home</filename> (ho usato <command>vim</command>, 
ma <command>emacs</command>, <command>joe</command>, <command>pico</command> 
o <command>jed</command> lavorano altrettanto bene):
</para>

<para>
<screen>
<prompt>bash#</prompt> <command>vim /etc/fstab</command>
</screen>
</para>

<para>
Dopo la linea che assomiglia alla seguente (o qualunque filesystem in cui abbiate sistemato le vostre immagini):
</para>

<para>
<screen>
/dev/hda8 /home ext2 defaults 1 2
</screen>
</para>

<para>
Inserite la seguente linea con il vostro editore di testi:
</para>

<para>
<screen>
/home/image/mndrk81.iso /mnt/iso/mndrk81 iso9660 ro,loop,auto,unhide 0 0
</screen>
</para>

</sect2>

<!-- section2: Sharing -->

<sect2 id="sharing">
<title>Condividere le immagini su una rete windows utilizzando Samba</title>

<indexterm>
	<primary>cdserver!condivisione di rete</primary>
</indexterm>

<para>
Avete bisogno di Samba già installato e configurato per effettuare i seguenti passi (ciò è al di fuori dello scopo di queste istruzioni, vedete <xref linkend="reading" />). Se non è ancora installato, consultate le istruzioni sulla vostra distribuzione Linux per l'installazione del pacchetto Samba. O potete visitare il sito web su Samba a <ulink url="http://us1.samba.org/samba/samba.html">http://us1.samba.org/samba/samba.html</ulink> per le istruzioni di installazione, gli eseguibili, e/o il codice sorgente.
</para>

<para>
Per condividere i vostri cd attraverso una finestra del network, semplicemente create uno share nel file <filename>/etc/smb.conf</filename> simile al seguente: </para>

<para>
<screen>
[cdimages]
  comment =Tutte le immagini dei cd condivisi
  path = /mnt/iso
  public = yes
  writable = no
</screen>
</para>

<para>
	Ciò condividerà tutte le sottodirectory sotto la  
	<filename class="directory">/mnt/iso</filename> directory nel network.  Per montare la condivisione verso un drive locale (in questo caso il drive I:), aprite il prompt di MsDos su una macchina Windows e scrivete questo:
</para>

<para>
<screen>
<prompt>C:\&#62;</prompt> <command>net use I: \\lavostramacchinalinux\immaginideicd</command>
</screen>
</para>

<para>
Ogni immagine ora apparirà come una sottodirectory del drive I: sulla vostra macchina Windows.
</para>

<para>
Per montare solamente l'immagine del CD di Mandrake verso un drive locale (useremo M:, il drive principale, che corrisponde esattamente al CD così come è stato inserito nel drive CD-ROM), create la seguente condivisione nel file <filename>/etc/smb.conf</filename>.
</para>

<para>
<screen>
[mndrk81]
  comment = Mandrake Linux 8.1
  path = /mnt/iso/mndrk81
  public = yes
  writable = no
</screen>
</para>

<para>
Quindi, al prompt del DOS, montatela con il seguente comando:
</para>

<para>
<screen>
<prompt>C:\&#62;</prompt> <command>net use m: \\lavostramacchinalinux\mndrk81</command>
</screen>
</para>

<variablelist>
<varlistentry>
<term><emphasis>Attenzione</emphasis></term>
<listitem>
<para>
<emphasis>
Le condivisioni di Samba presentate qui sono state semplificate, e non sono sicure. Esistono parecchie opzioni per le condivisioni di Samba che limitano chi può montare le condivisioni, controllare come l'autenticazione dell'utente è effettuata, e anche se la condivisione è visibile attraverso le risorse di rete di una macchina windows.
</emphasis>
</para>
</listitem>
</varlistentry>
</variablelist>

</sect2>

<!-- section2: NFS -->

<sect2 id="nfs">
<title>Condividere le immagini su un network Unix attraverso NFS</title>

<indexterm>
	<primary>cdserver!condivisione nfs</primary>
</indexterm>

<para>
Siate sicuri che NFS sia configurato e in esecuzione sulla vostra Linux Box, quindi aggiungete ciò che segue al file <filename>/etc/exports</filename> 
usando le vostre opzioni preferite:
</para>

<para>
<screen>
# sample /etc/exports file
       /mnt/iso            (ro,insecure,nohide,all_squash)
</screen>
</para>

<variablelist>
<varlistentry>
<term>Nota</term>
<listitem>
<para>
L'opzione "nohide" vi permetterà di montare una directory madre, senza esplicitamente montare tutte le sottodirectory esportate da essa.  
</para>
</listitem>
</varlistentry>
</variablelist>

<para>
Adesso provate ad eseguire:
</para>
<para>
<screen>
<prompt>bash#</prompt> <command>exportfs -r</command>
</screen>
</para>
<para>
Questo dovrebbe riesportare tutto nel vostro file <filename>/etc/exports</filename>.
</para>

<para>
	Adesso, quando scrivete <quote><command>showmount -e <replaceable>lavostramacchinalinux</replaceable></command></quote> 
	dovreste vedere che la directory <filename class="directory">/mnt/iso</filename> è inclusa nella lista di directory esportate.
</para>

</sect2>

</sect1>

<!-- section1: Adding Loop Devices -->

<sect1 id="addloops">
<title>Aggiungere supporto per altri dispositivi di loop </title>

<indexterm>
	<primary>cdserver!aggiungere supporti dispositivi loop</primary>
</indexterm>

<para>
	I nuovi Kernel Linux (2.4) vi permettono di aggiungere molti più dispositivi di loop più facilmente modificando <filename>/etc/modules.conf</filename> oppure attraverso l'uso dei parametri di boot.
</para>
<para>
I kernel più vecchi (2.2.?) hanno solamente il supporto per 8 dispositivi di loop compilato nel kernel. In breve, era possibile condividere solo 8 cd sulla rete con questo valore di default. Per superare questo limite, si aveva bisogno di modificare i sorgenti del kernel e ricompilare un nuovo kernel.
</para>
<para>
Usate i seguenti metodi per determinare quale versione di kernel state usando.
</para>
<para>
<screen>
<prompt>bash#</prompt> <command>uname -a</command>
</screen>
</para>

<para>
oppure
</para>

<para>
<screen>
<prompt>bash#</prompt> <command>cat /proc/version</command>
</screen>
</para>


<!-- section2: Adding Loop Module Option -->

<sect2 id="loopmodule">
<title>Aggiungere le opzioni al modulo di loop</title>

<para>
I kernel attuali vi permettono di indicare il numero di dispositivi di loop senza ricompilare il kernel. Uno di questi metodi è di aggiungere una linea di opzioni ad <filename>/etc/modules.conf</filename>. 
	Questo metodo funziona solo se il vostro supporto al loop è stato configurato come un modulo del kernel caricabile (che è il modo in cui la maggior parte delle distribuzioni Linux viene preconfigurato).
</para>
<para>
	Modificate <filename>/etc/modules.conf</filename> e aggiungete la seguente linea</para>
<para>
<screen>
options loop max_loop=64
</screen>
</para>

<para>
	Dopo aver effettuato il cambio descritto sopra, semplicemente riavviate la macchina. Oppure potete provare ad usare
	<command>rmmod</command> e <command>insmod</command> per effettuare il cambio al volo, ma questo non funzionerà se avete un qualsiasi dispositivo di loop montato (otterrete un errore del tipo: dispositivo o risorsa occupata).</para>

<variablelist>
<varlistentry>
<term>Nota</term>
<listitem>
<para>
	Se non avete il file <filename>/etc/modules.conf</filename>, il vostro modulo di configurazione potrebbe essere chiamato <filename>/etc/conf.modules</filename> (questo nome adesso è in disuso).
</para>
</listitem>
</varlistentry>
</variablelist>

<para>
	Continua con <xref linkend="loopdev" />.
</para>

<para>
<emphasis>
Grazie a Paul A. Sand per le specificazioni sulle opzioni di /etc/modules.conf</emphasis>
</para>

</sect2>

<!-- section2: Appending to the Boot Prompt --> 

<sect2 id="bootprompt">
	<title>Aggiunta al prompt del boot</title>

<para>
Se il tuo supporto del loop è stato compilato direttamente nel kernel (in altre parole, non è caricato come modulo), potete aggiungere il numero di dispositivi di loop che intendete supportare al prompt di boot di Linux.
</para>

<para>
<screen>
<prompt>boot:</prompt>  <command>linux <parameter class="command">max_loop=<replaceable>64</replaceable></parameter></command>
</screen>
</para>

<para>
	O, se state usando <application><acronym>LILO</acronym></application>, 
	potete modificare il boot di Linux in  <filename>/etc/lilo.conf</filename> e aggiungere o modificare l'opzione  <parameter>append=</parameter>.  Ecco qui un esempio che mostra il parametro
	<parameter>append=</parameter> (<emphasis>nota: limitatevi ad aggiungere o modificare la linea aggiunta, non cambiate l'intero file per farlo assomigliare a questo oppure il vostro sistema potrebbe non riavviarsi più</emphasis>).  Per maggiori informazioni circa LILO, consultate il 
<ulink url="http://www.linuxdoc.org/HOWTO/mini/LILO.html">LILO mini-HOWTO</ulink> a
<systemitem class="resource">http://www.linuxdoc.org/HOWTO/mini/LILO.html</systemitem>.
</para>

<para>
<screen>
image=/boot/vmlinuz
        label=linux
        root=/dev/hdb5
        initrd=/boot/initrd.img

	append=<replaceable>" max_loop=64"</replaceable>

        vga=788
        read-only
</screen>
</para>

<para>
	Dopo aver cambiato <filename>/etc/lilo.conf</filename>, è necessario eseguire il comando <command>lilo</command> affinché in cambiamenti abbiano effetto.</para>

<screen>
<prompt>bash#</prompt> <command>lilo</command>

<computeroutput>
Added linux *
Added linux-nonfb
Added failsafe
Added windows
Added floppy
</computeroutput>
</screen>

<para>
	Adesso riavviate il vostro sistema. Dopo il riavvio, potrete controllare il vostro file di boot digitando ciò che segue:
</para>

<para>
<screen>
<prompt>bash#</prompt> <command>cat /proc/cmdline</command>
</screen>
</para>

<variablelist>
<varlistentry>
<term>Nota</term>
<listitem>
<para>
	Non sono sicuro che il modulo di loop (compilato come modulo) legga 
	<filename>/proc/cmdline</filename> quando il modulo è caricato, e perciò potrebbe non essere necessaria nelle opzioni in	<filename>/etc/modules.conf</filename>. 
	E' possibile che si riesca (e se non riesce, dovrebbe). In breve: non l'ho testata.
</para>
</listitem>
</varlistentry>
</variablelist>

<para>
	Continua con <xref linkend="loopdev" />.
</para>

<para>
<emphasis>
	Grazie a Tony Melia per le info sul prompt di boot.
</emphasis>
</para>

</sect2>


<!-- section2: Edit Kernel -->

<sect2 id="editkernel">
<title>Ottimizzare il kernel</title>

<para>
	Se avete un kernel vecchio (v. 2.2) o se siete a vostro agio ricompilando il kernel, potete incrementare il numero dei dispositivi di loop supportati modificando il file <filename>/usr/src/linux/drivers/block/loop.c</filename>..
</para>

<variablelist>
<varlistentry>
<term>Nota</term>
<listitem>
<para>
Se constatate che i sorgenti del kernel non sono installati sulla vostra macchina, avrete bisogni di consultare la documentazione sulla vostra distribuzione Linux su come installarli (i sorgenti del kernel esistono con tutte le distribuzioni - fanno parte della licenza <acronym>GNU</acronym> <acronym>GPL</acronym>.
</para>
</listitem>
</varlistentry>
</variablelist>

<para>
Cambiate il numero nella linea seguente in accordo a quanti dispositivi di loop avete bisogno.
</para>

<para>
<screen>
#define MAX_LOOP <replaceable>16</replaceable>
</screen>
</para>

<para>
Compilate il nuovo kernel come modulo se ne è il caso. Se avete bisogno di aiuto nell'iniziare a fare questo, leggete il <filename>/usr/src/linux/README</filename> o consultate il seguente link
<ulink url="http://www.linuxdoc.org/HOWTO/Kernel-HOWTO.html">
The Linux Kernel HOWTO</ulink>.
</para>

<para>
	Continua con <xref linkend="loopdev" />.
</para>

</sect2>

<!-- section2: Loop Devices -->

<sect2 id="loopdev">
<title>Creare i dispositivi di loop in /dev</title>

<indexterm>
	<primary>cdserver!creare dispositivi loop</primary>
</indexterm>

<para>
	Dovreste controllare quante voci avete in  <filename class="directory">/dev</filename> per i vostri dispositivi di loop.
</para>

<para>
<screen>
<prompt>bash#</prompt> <command>ls -l /dev/loop*</command>
</screen>
</para>

<para>
	Il comando <command>mknod</command> crea i dispositivi nella directory 
	<filename class="directory">/dev</filename>. I dispositivi di loop hanno un numero maggiore di sette <quote>7</quote>, e i numeri minori cominciano da <quote>0</quote>. 
	Se il vostro <parameter>MAX&lowbar;LOOP</parameter> è stato definito come <quote>8</quote> in 
	<filename>/usr/src/linux/drivers/block/loop.c</filename>, dovreste avere 
	<filename class="devicefile">/dev/loop0</filename> fino
	<filename class="devicefile">/dev/loop7</filename>. 
	Per creare il dispositivo <filename class="devicefile">/dev/loop8</filename>, 
	usate il seguente comando (sostituite il numero giusto di cui avete bisogno per entrambi gli <quote>8</quote> nell'esempio sotto).
</para>

<para>
<screen>
<prompt>bash#</prompt> <command>mknod -m660 /dev/loop<replaceable>8</replaceable> b 7 <replaceable>8</replaceable></command>
</screen>
</para>

<para>
	Controllate i permessi del proprietario e del gruppo &#38; sul nuovo file (usando <command>ls -l</command>). 
	Potete cambiare il proprietario e il gruppo usando il seguente comando:
</para>

<para>
<screen>
<prompt>bash#</prompt> <command>chown root.disk /dev/loop8</command>
</screen>
</para>

<para>
Potete cambiare i permessi usando il seguente comando:
</para>

<para>
<screen>
<prompt>bash#</prompt> <command>chmod 666 /dev/loop8</command>
</screen>
</para>

</sect2>

</sect1>

<!-- section1: More Information -->

<sect1 id="moreinfo">
<title>Ulteriori informazioni</title>

<indexterm>
	<primary>cdserver!altre informazioni</primary>
</indexterm>

<para>
	Siate sicuri di controllare le letture suggerite in  <xref linkend="reading" />.
</para>

<!-- section2: Frequently Asked Questions -->

<sect2 id="faq">
<title>Questioni poste frequentemente</title>

<indexterm>
	<primary>cdserver!faq</primary>
</indexterm>

<para>
Finalmente sono riuscito a creare questa sezione - Questioni poste frequentemente. Comunque, qualche volta penso che dovrebbe essere chiamata Questioni Risposte Frequentemente (visto che provo sempre a rispondere a tutte).
</para>

<qandaset defaultlabel="qanda">
	<qandaentry>
		<question>
			<para>Posso copiare il contenuto di un CD in una directory e condividerlo con <acronym>SAMBA</acronym>?</para>
		</question>
		<answer>
			<para>In una sola parola - SI</para>
			<blockquote>
			<para>
			Non c'è nulla che vi deve trattenere dal farlo. Comunque non sono sicuro di quali argomenti avete bisogno di usare con tar e quali opzioni per includere nelle condivisioni di <acronym>SAMBA</acronym>. 
			Ci potrebbero anche essere problemi con la gestione dei nomi (sensibile alle maiuscole e minuscole, spazi nei nomi), attributi dei file (solo lettura, ecc). Se qualcuno lo ha già fatto con successo, vi prego di mandarmi degli esempi dei comandi che avete usato per copiare il contenuto dei cd, e le vostre condivisioni di SAMBA.
			</para>
			<para>
			Qui ci sono alcuni comandi che potete usare per copiare i contenuti:
			</para>
			<para>
<screen>
<prompt>bash#</prompt> <command>cd /home</command>
<prompt>bash#</prompt> <command>mkdir image</command>
<prompt>bash#</prompt> <command>cd image</command>
<prompt>bash#</prompt> <command>mkdir mndrk81</command>
<prompt>bash#</prompt> <command>mount /mnt/cdrom</command>
<prompt>bash#</prompt> <command>cd /mnt/cdrom</command>
<prompt>bash#</prompt> <command>tar cvf - . | (cd /home/image/mndrk81; tar xvf -)</command>
</screen>
			</para>
			
			<para>
			<emphasis>Grazie a Giblhauser Carl Michael per queste informazioni</emphasis>
			</para>
			</blockquote>
		</answer>
	</qandaentry>
	<qandaentry>
		<question>
			<para>Esiste qualche script o qualche programma che può automatizzare questo processo?</para>
		</question>
		<answer>
			<para>Si:</para>
			<itemizedlist>
				<listitem>
					<para>Bradley Wendelboe e James Mumm hanno scritto uno script di shell chiamato CDTower - vedi <xref 
					linkend="cdtower" /> per scaricarlo.</para>
					<para><emphasis>Non ho test indipendenti per questo script - usatelo a vostro rischio e pericolo .</emphasis></para>
				</listitem>
			</itemizedlist>
		</answer>
	</qandaentry>
	<qandaentry>
		<question>
			<para>Esiste una interfaccia web per automatizzare questo processo?</para>
		</question>
		<answer>
			<para>Non ancora. Comunque c'è molto interesse in ciò</para>
			<itemizedlist>
				<listitem>
					<para>Tony Melia [Tony.Melia (at) downsmicro.com.au] ha comunicato che è circa al 60% nella realizzazione di una interfaccia web, per esempio, nel copiare cd, creare dei parametri extra<filename class="devicefile">/dev/loop</filename> 
						e vedere quanto spazio il Cd sta per occupare.</para>
				</listitem>
				<listitem>
					<para>Sto pianificando di scrivere un modulo per <application>Webmin</application> per automatizzare questo processo. Questo progetto è attualmente ospitato su Sourceforge al link						<ulink url="http://sourceforge.net/projects/opencdserver">
						http://sourceforge.net/projects/opencdserver</ulink></para>
				</listitem>
			</itemizedlist>
		</answer>
	</qandaentry>
	<qandaentry>
		<question>
			<para>Possono essere condivisi CD protetti (es. laserlok) in questo modo?</para>
		</question>
		<answer>
			<para>Al meglio delle mie conoscenze, NO.</para>
		      	<blockquote><para>Altri mi hanno riportato problemi provando a condividere immagini <acronym>ISO</acronym> fatte da CD protetti da copia. Sembra che anche usando l'opzione <quote>unhide</quote> con  <command>mount</command> quei file rimangono nascosti.
			</para>
			</blockquote>
		</answer>
	</qandaentry>
</qandaset>

</sect2>

<!-- section2: Other Instructions Available -->

<sect2 id="otherhelp">
<title>Altre istruzioni disponibili sul web</title>

<indexterm>
	<primary>cdserver!altre istruzioni</primary>
</indexterm>

<para>
Questa sezione è dedicata a materiale istruttivo che altri hanno scritto o mi hanno mandato.
</para>

<!-- section3: Richard Black -->

<sect3 id="richardblack">
<title>Salvare un CD-ROM in un file e montarlo</title>

<indexterm>
	<primary>cdserver!altre istruzioni!richard black</primary>
</indexterm>

<para>
	Richard Black (Compaq) ha alcune buone pagine su come salvare i cd-rom in file e quindi montarle nella <systemitem class="osname">Red Hat Linux</systemitem>.
</para>

<itemizedlist>

<listitem>
<para>
<ulink url="http://www.geocities.com/rlcomp_1999/cdimage.html">Salvare un CD-ROM in un file e montarlo</ulink>
</para>
</listitem>

<listitem>
<para>
	<ulink url="http://www.geocities.com/rlcomp_1999/loop.html">Dispositivi di loop sotto link</ulink> - Questa pagina include lo script di sotto per creare alcuni nodi di dispositivi di loop in <filename class="directory">/dev</filename>.
</para>

</listitem>

</itemizedlist>

<para>
<screen>
I nodi dei dispositivi sono richiesti per accedere ai dispositivi di loop. Avete già loop0-loop7. Potete eseguire il seguente loop per creare il resto dei nodi (loop8 - loop255). Potete scrivere tutte le seguenti linee di codice in una singola linea se tralasciate i caratteri "\".

<command>
C=8; echo; echo "Creating loop device nodes."; \
   while [ $C -lt 256 ]; do mknod /dev/loop$C b 7 $C; \
   echo -n .; C=`expr $C + 1`; done; echo;
</command>

Nota: il quoting circa le espressioni sono chiamati "backtick" e sono insieme la tilde  ("~") nella parte superiore sinistra della tastiera. Il carattere non è una singola quota.
</screen>
</para>

<para>
<emphasis>Grazie a Richard Black per il permesso di aggiungere questa info e per il linking a questo documento.</emphasis>
</para>

</sect3>

<!-- section3: cdtower -->

<sect3 id="cdtower">
<title>CDTower v.06</title>

<indexterm>
	<primary>cdserver!altre istruzioni!cdtower</primary>
</indexterm>

<para>
Uno script per automatizzare la creazione di immagini ISO a condividerle via Samba
</para>
<para>
di Bradley Wendelboe [krakken (at) icehouse.2y.net] e James Mumm [dart (at) windeath.2y.net]
</para>
<para>
Questo software è sotto licenza GPL, vedi <ulink url="http://www.gnu.org/copyleft/gpl.html">
http://www.gnu.org/copyleft/gpl.html</ulink> per i dettagli.
</para>

<variablelist>
<varlistentry>
<term>Per vedere/scaricare questo script:</term>
<listitem>
<para>
<ulink url="http://www.talcon.com/projects/CDServer-HOWTO/scripts/cdtower_v0.06.sh.txt">
http://www.talcon.com/projects/CDServer-HOWTO/scripts/cdtower_v0.06.sh.txt</ulink>
</para>
</listitem>
</varlistentry>
</variablelist>

<variablelist>
<varlistentry>
<term><emphasis>Attenzione</emphasis></term>
<listitem>
<para><emphasis>Non ho test indipendenti su questo script - usatelo a vostro rischio e pericolo.</emphasis></para>
</listitem>
</varlistentry>
</variablelist>

<para>
<emphasis>Grazie a  Bradley Wendelboe per avermi inviato questo script.</emphasis>
</para>

</sect3>

</sect2>

<!-- section2: Under Future Consideration -->

<sect2 id="future">
<title>Sotto considerazioni future</title>

<indexterm>
	<primary>cdserver!futuro</primary>
</indexterm>

<para>
Ci sono cose a cui sto guardando correntemente, provando ad immaginare, o pianificare per farle.
</para>

<itemizedlist>
	<listitem>
	<para>
		Pubblicati più script disponibili che altri mi hanno mandato, in questo howto, oppure ospitandoli e linkandoli da questo documento.
	</para>
	</listitem>
	<listitem>
	<para>
		Condividere i CD verso i network Apple e Netware (Appletalk e IPX).
	</para>
	</listitem>
	<listitem>
	<para>
		Immagini ISO compresse.
	</para>
	</listitem>
	<listitem>
	<para>
		Cambiare le condivisioni dei Cd al volo (sperando che sia trasparente agli utenti).
	</para>
	</listitem>
	<listitem>
	<para>
		Aggiunta di un modulo Webmin per automatizzare il processo di CD server.
	</para>
	</listitem>
	<listitem>
	<para>
		Istruzioni specifiche per le distribuzioni.
	</para>
	</listitem>
	<listitem>
	<para>
		Ho un volontario per la traduzione in tedesco, sperando che finisca presto.
	</para>
	</listitem>
</itemizedlist>

</sect2>

</sect1>

<appendix id="gfdl">
<title>GNU Free Documentation License</title>
<!-- - GNU Project - Free Software Foundation (FSF) -->
<!-- LINK REV="made" HREF="mailto:webmasters@gnu.org" -->


  <!-- sect1>
    <title>GNU Free Documentation License</title -->

    <para>Version 1.1, March 2000</para>

    <blockquote>
      <para>Copyright (C) 2000  Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.</para>
    </blockquote>

  <sect1 label="0" id="gfdl-0">
    <title>PREAMBLE</title>

    <para>The purpose of this License is to make a manual, textbook,
    or other written document "free" in the sense of freedom: to
    assure everyone the effective freedom to copy and redistribute it,
    with or without modifying it, either commercially or
    noncommercially.  Secondarily, this License preserves for the
    author and publisher a way to get credit for their work, while not
    being considered responsible for modifications made by
    others.</para>

    <para>This License is a kind of "copyleft", which means that
    derivative works of the document must themselves be free in the
    same sense.  It complements the GNU General Public License, which
    is a copyleft license designed for free software.</para>

    <para>We have designed this License in order to use it for manuals
    for free software, because free software needs free documentation:
    a free program should come with manuals providing the same
    freedoms that the software does.  But this License is not limited
    to software manuals; it can be used for any textual work,
    regardless of subject matter or whether it is published as a
    printed book.  We recommend this License principally for works
    whose purpose is instruction or reference.</para>
  </sect1>

  <sect1 label="1" id="gfdl-1">
    <title>APPLICABILITY AND DEFINITIONS</title>

    <para>This License applies to any manual or other work that
    contains a notice placed by the copyright holder saying it can be
    distributed under the terms of this License.  The "Document",
    below, refers to any such manual or work.  Any member of the
    public is a licensee, and is addressed as "you".</para>

    <para>A "Modified Version" of the Document means any work
    containing the Document or a portion of it, either copied
    verbatim, or with modifications and/or translated into another
    language.</para>

    <para>A "Secondary Section" is a named appendix or a front-matter
    section of the Document that deals exclusively with the
    relationship of the publishers or authors of the Document to the
    Document's overall subject (or to related matters) and contains
    nothing that could fall directly within that overall subject.
    (For example, if the Document is in part a textbook of
    mathematics, a Secondary Section may not explain any mathematics.)
    The relationship could be a matter of historical connection with
    the subject or with related matters, or of legal, commercial,
    philosophical, ethical or political position regarding
    them.</para>

    <para>The "Invariant Sections" are certain Secondary Sections
    whose titles are designated, as being those of Invariant Sections,
    in the notice that says that the Document is released under this
    License.</para>

    <para>The "Cover Texts" are certain short passages of text that
    are listed, as Front-Cover Texts or Back-Cover Texts, in the
    notice that says that the Document is released under this
    License.</para>

    <para>A "Transparent" copy of the Document means a
    machine-readable copy, represented in a format whose specification
    is available to the general public, whose contents can be viewed
    and edited directly and straightforwardly with generic text
    editors or (for images composed of pixels) generic paint programs
    or (for drawings) some widely available drawing editor, and that
    is suitable for input to text formatters or for automatic
    translation to a variety of formats suitable for input to text
    formatters.  A copy made in an otherwise Transparent file format
    whose markup has been designed to thwart or discourage subsequent
    modification by readers is not Transparent.  A copy that is not
    "Transparent" is called "Opaque".</para>

    <para>Examples of suitable formats for Transparent copies include
    plain ASCII without markup, Texinfo input format, LaTeX input
    format, SGML or XML using a publicly available DTD, and
    standard-conforming simple HTML designed for human modification.
    Opaque formats include PostScript, PDF, proprietary formats that
    can be read and edited only by proprietary word processors, SGML
    or XML for which the DTD and/or processing tools are not generally
    available, and the machine-generated HTML produced by some word
    processors for output purposes only.</para>

    <para>The "Title Page" means, for a printed book, the title page
    itself, plus such following pages as are needed to hold, legibly,
    the material this License requires to appear in the title page.
    For works in formats which do not have any title page as such,
    "Title Page" means the text near the most prominent appearance of
    the work's title, preceding the beginning of the body of the
    text.</para>
  </sect1>

  <sect1 label="2" id="gfdl-2">
    <title>VERBATIM COPYING</title>

    <para>You may copy and distribute the Document in any medium,
    either commercially or noncommercially, provided that this
    License, the copyright notices, and the license notice saying this
    License applies to the Document are reproduced in all copies, and
    that you add no other conditions whatsoever to those of this
    License.  You may not use technical measures to obstruct or
    control the reading or further copying of the copies you make or
    distribute.  However, you may accept compensation in exchange for
    copies.  If you distribute a large enough number of copies you
    must also follow the conditions in section 3.</para>

    <para>You may also lend copies, under the same conditions stated
    above, and you may publicly display copies.</para>
  </sect1>

  <sect1 label="3" id="gfdl-3">
    <title>COPYING IN QUANTITY</title>

    <para>If you publish printed copies of the Document numbering more
    than 100, and the Document's license notice requires Cover Texts,
    you must enclose the copies in covers that carry, clearly and
    legibly, all these Cover Texts: Front-Cover Texts on the front
    cover, and Back-Cover Texts on the back cover.  Both covers must
    also clearly and legibly identify you as the publisher of these
    copies.  The front cover must present the full title with all
    words of the title equally prominent and visible.  You may add
    other material on the covers in addition.  Copying with changes
    limited to the covers, as long as they preserve the title of the
    Document and satisfy these conditions, can be treated as verbatim
    copying in other respects.</para>

    <para>If the required texts for either cover are too voluminous to
    fit legibly, you should put the first ones listed (as many as fit
    reasonably) on the actual cover, and continue the rest onto
    adjacent pages.</para>

    <para>If you publish or distribute Opaque copies of the Document
    numbering more than 100, you must either include a
    machine-readable Transparent copy along with each Opaque copy, or
    state in or with each Opaque copy a publicly-accessible
    computer-network location containing a complete Transparent copy
    of the Document, free of added material, which the general
    network-using public has access to download anonymously at no
    charge using public-standard network protocols.  If you use the
    latter option, you must take reasonably prudent steps, when you
    begin distribution of Opaque copies in quantity, to ensure that
    this Transparent copy will remain thus accessible at the stated
    location until at least one year after the last time you
    distribute an Opaque copy (directly or through your agents or
    retailers) of that edition to the public.</para>

    <para>It is requested, but not required, that you contact the
    authors of the Document well before redistributing any large
    number of copies, to give them a chance to provide you with an
    updated version of the Document.</para>
  </sect1>

  <sect1 label="4" id="gfdl-4">
    <title>MODIFICATIONS</title>

    <para>You may copy and distribute a Modified Version of the
    Document under the conditions of sections 2 and 3 above, provided
    that you release the Modified Version under precisely this
    License, with the Modified Version filling the role of the
    Document, thus licensing distribution and modification of the
    Modified Version to whoever possesses a copy of it.  In addition,
    you must do these things in the Modified Version:</para>

    <orderedlist numeration="upperalpha">
      <listitem><para>Use in the Title Page
      (and on the covers, if any) a title distinct from that of the
      Document, and from those of previous versions (which should, if
      there were any, be listed in the History section of the
      Document).  You may use the same title as a previous version if
      the original publisher of that version gives permission.</para>
      </listitem>

      <listitem><para>List on the Title Page,
      as authors, one or more persons or entities responsible for
      authorship of the modifications in the Modified Version,
      together with at least five of the principal authors of the
      Document (all of its principal authors, if it has less than
      five).</para>
      </listitem>

      <listitem><para>State on the Title page
      the name of the publisher of the Modified Version, as the
      publisher.</para>
      </listitem>

      <listitem><para>Preserve all the
      copyright notices of the Document.</para>
      </listitem>

      <listitem><para>Add an appropriate
      copyright notice for your modifications adjacent to the other
      copyright notices.</para>
      </listitem>

      <listitem><para>Include, immediately
      after the copyright notices, a license notice giving the public
      permission to use the Modified Version under the terms of this
      License, in the form shown in the Addendum below.</para>
      </listitem>

      <listitem><para>Preserve in that license
      notice the full lists of Invariant Sections and required Cover
      Texts given in the Document's license notice.</para>
      </listitem>

      <listitem><para>Include an unaltered
      copy of this License.</para>
      </listitem>

      <listitem><para>Preserve the section
      entitled "History", and its title, and add to it an item stating
      at least the title, year, new authors, and publisher of the
      Modified Version as given on the Title Page.  If there is no
      section entitled "History" in the Document, create one stating
      the title, year, authors, and publisher of the Document as given
      on its Title Page, then add an item describing the Modified
      Version as stated in the previous sentence.</para>
      </listitem>

      <listitem><para>Preserve the network
      location, if any, given in the Document for public access to a
      Transparent copy of the Document, and likewise the network
      locations given in the Document for previous versions it was
      based on.  These may be placed in the "History" section.  You
      may omit a network location for a work that was published at
      least four years before the Document itself, or if the original
      publisher of the version it refers to gives permission.</para>
      </listitem>

      <listitem><para>In any section entitled
      "Acknowledgements" or "Dedications", preserve the section's
      title, and preserve in the section all the substance and tone of
      each of the contributor acknowledgements and/or dedications
      given therein.</para>
      </listitem>

      <listitem><para>Preserve all the
      Invariant Sections of the Document, unaltered in their text and
      in their titles.  Section numbers or the equivalent are not
      considered part of the section titles.</para>
      </listitem>

      <listitem><para>Delete any section
      entitled "Endorsements".  Such a section may not be included in
      the Modified Version.</para>
      </listitem>

      <listitem><para>Do not retitle any
      existing section as "Endorsements" or to conflict in title with
      any Invariant Section.</para>
      </listitem>
    </orderedlist>
    
    <para>If the Modified Version includes new front-matter sections
    or appendices that qualify as Secondary Sections and contain no
    material copied from the Document, you may at your option
    designate some or all of these sections as invariant.  To do this,
    add their titles to the list of Invariant Sections in the Modified
    Version's license notice.  These titles must be distinct from any
    other section titles.</para>

    <para>You may add a section entitled "Endorsements", provided it
    contains nothing but endorsements of your Modified Version by
    various parties--for example, statements of peer review or that
    the text has been approved by an organization as the authoritative
    definition of a standard.</para>

    <para>You may add a passage of up to five words as a Front-Cover
    Text, and a passage of up to 25 words as a Back-Cover Text, to the
    end of the list of Cover Texts in the Modified Version.  Only one
    passage of Front-Cover Text and one of Back-Cover Text may be
    added by (or through arrangements made by) any one entity.  If the
    Document already includes a cover text for the same cover,
    previously added by you or by arrangement made by the same entity
    you are acting on behalf of, you may not add another; but you may
    replace the old one, on explicit permission from the previous
    publisher that added the old one.</para>

    <para>The author(s) and publisher(s) of the Document do not by
    this License give permission to use their names for publicity for
    or to assert or imply endorsement of any Modified Version.</para>
  </sect1>

  <sect1 label="5" id="gfdl-5">
    <title>COMBINING DOCUMENTS</title>

    <para>You may combine the Document with other documents released
    under this License, under the terms defined in section 4 above for
    modified versions, provided that you include in the combination
    all of the Invariant Sections of all of the original documents,
    unmodified, and list them all as Invariant Sections of your
    combined work in its license notice.</para>

    <para>The combined work need only contain one copy of this
    License, and multiple identical Invariant Sections may be replaced
    with a single copy.  If there are multiple Invariant Sections with
    the same name but different contents, make the title of each such
    section unique by adding at the end of it, in parentheses, the
    name of the original author or publisher of that section if known,
    or else a unique number.  Make the same adjustment to the section
    titles in the list of Invariant Sections in the license notice of
    the combined work.</para>

    <para>In the combination, you must combine any sections entitled
    "History" in the various original documents, forming one section
    entitled "History"; likewise combine any sections entitled
    "Acknowledgements", and any sections entitled "Dedications".  You
    must delete all sections entitled "Endorsements."</para>
  </sect1>

  <sect1 label="6" id="gfdl-6">
    <title>COLLECTIONS OF DOCUMENTS</title>

    <para>You may make a collection consisting of the Document and
    other documents released under this License, and replace the
    individual copies of this License in the various documents with a
    single copy that is included in the collection, provided that you
    follow the rules of this License for verbatim copying of each of
    the documents in all other respects.</para>

    <para>You may extract a single document from such a collection,
    and distribute it individually under this License, provided you
    insert a copy of this License into the extracted document, and
    follow this License in all other respects regarding verbatim
    copying of that document.</para>
  </sect1>

  <sect1 label="7" id="gfdl-7">
    <title>AGGREGATION WITH INDEPENDENT WORKS</title>
    
    <para>A compilation of the Document or its derivatives with other
    separate and independent documents or works, in or on a volume of
    a storage or distribution medium, does not as a whole count as a
    Modified Version of the Document, provided no compilation
    copyright is claimed for the compilation.  Such a compilation is
    called an "aggregate", and this License does not apply to the
    other self-contained works thus compiled with the Document, on
    account of their being thus compiled, if they are not themselves
    derivative works of the Document.</para>

    <para>If the Cover Text requirement of section 3 is applicable to
    these copies of the Document, then if the Document is less than
    one quarter of the entire aggregate, the Document's Cover Texts
    may be placed on covers that surround only the Document within the
    aggregate.  Otherwise they must appear on covers around the whole
    aggregate.</para>
  </sect1>

  <sect1 label="8" id="gfdl-8">
    <title>TRANSLATION</title>

    <para>Translation is considered a kind of modification, so you may
    distribute translations of the Document under the terms of section
    4.  Replacing Invariant Sections with translations requires
    special permission from their copyright holders, but you may
    include translations of some or all Invariant Sections in addition
    to the original versions of these Invariant Sections.  You may
    include a translation of this License provided that you also
    include the original English version of this License.  In case of
    a disagreement between the translation and the original English
    version of this License, the original English version will
    prevail.</para>
  </sect1>

  <sect1 label="9" id="gfdl-9">
    <title>TERMINATION</title>
    
    <para>You may not copy, modify, sublicense, or distribute the
    Document except as expressly provided for under this License.  Any
    other attempt to copy, modify, sublicense or distribute the
    Document is void, and will automatically terminate your rights
    under this License.  However, parties who have received copies, or
    rights, from you under this License will not have their licenses
    terminated so long as such parties remain in full
    compliance.</para>
  </sect1>

  <sect1 label="10" id="gfdl-10">
    <title>FUTURE REVISIONS OF THIS LICENSE</title>

    <para>The Free Software Foundation may publish new, revised
    versions of the GNU Free Documentation License from time to time.
    Such new versions will be similar in spirit to the present
    version, but may differ in detail to address new problems or
    concerns.  See <ulink
    url="http://www.gnu.org/copyleft/">http://www.gnu.org/copyleft/</ulink>.</para>

    <para>Each version of the License is given a distinguishing
    version number.  If the Document specifies that a particular
    numbered version of this License "or any later version" applies to
    it, you have the option of following the terms and conditions
    either of that specified version or of any later version that has
    been published (not as a draft) by the Free Software Foundation.
    If the Document does not specify a version number of this License,
    you may choose any version ever published (not as a draft) by the
    Free Software Foundation.</para>
  </sect1>

  <sect1 label="" id="gfdl-use">
    <title>How to use this License for your documents</title>

    <para>To use this License in a document you have written, include
    a copy of the License in the document and put the following
    copyright and license notices just after the title page:</para>

<blockquote><para>
      Copyright (c)  YEAR  YOUR NAME.
      Permission is granted to copy, distribute and/or modify this document
      under the terms of the GNU Free Documentation License, Version 1.1
      or any later version published by the Free Software Foundation;
      with the Invariant Sections being LIST THEIR TITLES, with the
      Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
      A copy of the license is included in the section entitled "GNU
      Free Documentation License".
</para></blockquote>

    <para>If you have no Invariant Sections, write "with no Invariant
    Sections" instead of saying which ones are invariant.  If you have
    no Front-Cover Texts, write "no Front-Cover Texts" instead of
    "Front-Cover Texts being LIST"; likewise for Back-Cover
    Texts.</para>

    <para>If your document contains nontrivial examples of program
    code, we recommend releasing these examples in parallel under your
    choice of free software license, such as the GNU General Public
    License, to permit their use in free software.</para>
  </sect1>

</appendix>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:nil
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-parent-document: ("referenz.sgml" "appendix")
sgml-exposed-tags:nil
sgml-local-ecat-files:nil
sgml-local-catalogs: CATALOG
sgml-validate-command: "nsgmls -s referenz.sgml"
ispell-skip-sgml: t
End:
-->
</article>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-namecase-general:t
sgml-general-insert-case:lower
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:nil
sgml-parent-document:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->
