.\" Copyright (c) 1980, 1989, 1991 The Regents of the University of California. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. All advertising materials mentioning features or use of this software .\" must display the following acknowledgement: .\" This product includes software developed by the University of .\" California, Berkeley and its contributors. .\" 4. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .\" @(#)fstab.5 6.5 (Berkeley) 5/10/91 .\" .\" Modified Sat Mar 6 20:45:03 1993, faith@cs.unc.edu, for Linux .\" Sat Oct 9 10:07:10 1993: converted to man format by faith@cs.unc.edu .\" Sat Nov 20 20:47:38 1993: hpfs documentation added .\" Sat Nov 27 20:23:32 1993: Updated authorship information .\" Wed Jul 26 00:00:00 1995: Updated some nfs stuff, joey@infodrom.north.de .\" Tue Apr 2 00:38:28 1996: added info about "noauto", "user", etc. .\" Tue Jun 15 20:02:18 1999: added LABEL and UUID .\" Sat Jul 14 2001: Michael K. Johnson added -O .\" .\" .\" Traduzione in Italiano di Giovanni Bortolozzo .\" Agosto 1996 .\" 1° Revisione Marzo 1997 .\" Aggiornamento a mount vers. 2.13.1-1 di Elisabetta Galli , febbraio 2008 .\" .TH "FSTAB" "5" "15 giugno 1999" "Linux 2.2" "Linux Programmer's Manual" .SH "NOME" fstab \- informazioni statiche sui file system .SH "SINTASSI" .B #include .SH "DESCRIZIONE" Il file .B fstab contiene informazioni descrittive sui vari file system. .B fstab viene solamente letto dai programmi, non scritto; la creazione e la manutenzione di questo file sono compiti dell'amministratore di sistema. Ogni file system è descritto su una sola riga; i campi su ogni riga sono separati da tab o spazi. Le righe che iniziano con '#' sono commenti. L'ordine dei record in .B fstab è importante, in quanto .BR fsck (8), .BR mount (8), e .BR umount (8) iterano sequenzialmente su .B fstab per fare il loro lavoro. Il primo campo, .RI ( fs_spec ), definisce il dispositivo speciale a blocchi o il file system remoto da montare. .LP Per i montaggi ordinari manterrà (un collegamento a) un nodo di un dispositivo speciale a blocchi (come creato da .BR mknod (8)) per montare il dispositivo, come `/dev/cdrom' o `/dev/sdb7'. Per i montaggi NFS si avrà :, per esempio `knuth.aeb.nl:/'. Per procfs, si usi `proc'. .LP Invece di indicare esplicitamente il dispositivo, si può indicare il file system (ext2 o ext3) da montare tramite il suo UUID o tramite l'etichetta di volume (vedere .BR e2label (8) o .BR xfs_admin (8)), scrivendo LABEL=