2003-02-05 01:38:15 +03:00
|
|
|
.\" $NetBSD: fstab.5,v 1.27 2003/02/04 22:38:17 perry Exp $
|
1994-11-30 22:31:07 +03:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1980, 1989, 1991, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
1993-03-21 12:45:37 +03:00
|
|
|
.\"
|
|
|
|
.\" 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.
|
|
|
|
.\"
|
1994-11-30 22:31:07 +03:00
|
|
|
.\" @(#)fstab.5 8.1 (Berkeley) 6/5/93
|
1993-03-21 12:45:37 +03:00
|
|
|
.\"
|
2000-11-09 03:06:17 +03:00
|
|
|
.Dd November 9, 2000
|
1993-03-21 12:45:37 +03:00
|
|
|
.Dt FSTAB 5
|
1999-03-17 23:19:44 +03:00
|
|
|
.Os
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh NAME
|
|
|
|
.Nm fstab
|
1998-04-29 15:33:55 +04:00
|
|
|
.Nd filesystem table for devices, types, and mount points
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh SYNOPSIS
|
2002-02-13 11:17:26 +03:00
|
|
|
.Fd #include \*[Lt]fstab.h\*[Gt]
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The file
|
1998-04-29 15:33:55 +04:00
|
|
|
.Nm
|
|
|
|
contains descriptive information about the various file systems.
|
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
is only read by programs, and not written;
|
1998-04-29 15:33:55 +04:00
|
|
|
it is the duty of the system administrator to properly create
|
1993-03-21 12:45:37 +03:00
|
|
|
and maintain this file.
|
|
|
|
Each filesystem is described on a separate line;
|
1998-10-19 02:49:16 +04:00
|
|
|
fields on each line are separated by tabs or spaces. Lines beginning
|
2001-09-08 05:29:04 +04:00
|
|
|
with
|
1999-02-23 20:00:53 +03:00
|
|
|
.Dq #
|
|
|
|
are comments.
|
1993-03-21 12:45:37 +03:00
|
|
|
The order of records in
|
1998-04-29 15:33:55 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
is important because
|
|
|
|
.Xr fsck 8 ,
|
|
|
|
.Xr mount 8 ,
|
|
|
|
and
|
|
|
|
.Xr umount 8
|
|
|
|
sequentially iterate through
|
1998-04-29 15:33:55 +04:00
|
|
|
.Nm
|
|
|
|
doing their respective tasks.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
2000-11-08 03:10:46 +03:00
|
|
|
Each configuration line/record in
|
2000-11-07 10:20:47 +03:00
|
|
|
.Nm
|
|
|
|
has the format:
|
2001-09-08 05:29:04 +04:00
|
|
|
.Dl fs_spec fs_file fs_vfstype fs_mntops fs_freq fs_passno
|
2000-11-07 10:20:47 +03:00
|
|
|
.Pp
|
1993-03-21 12:45:37 +03:00
|
|
|
The first field,
|
|
|
|
.Pq Fa fs_spec ,
|
|
|
|
describes the block special device or
|
|
|
|
remote filesystem to be mounted.
|
|
|
|
For filesystems of type
|
1995-11-16 12:41:53 +03:00
|
|
|
.Em ffs ,
|
1998-04-29 15:33:55 +04:00
|
|
|
the special file name is the block special file name,
|
1993-03-21 12:45:37 +03:00
|
|
|
and not the character special file name.
|
|
|
|
If a program needs the character special file name,
|
2001-09-08 05:29:04 +04:00
|
|
|
the program must create it by appending a
|
1999-02-23 20:00:53 +03:00
|
|
|
.Dq r
|
|
|
|
after the
|
2001-09-08 05:29:04 +04:00
|
|
|
last
|
1999-02-23 20:00:53 +03:00
|
|
|
.Dq /
|
|
|
|
in the special file name.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
The second field,
|
|
|
|
.Pq Fa fs_file ,
|
|
|
|
describes the mount point for the filesystem.
|
2001-09-08 05:29:04 +04:00
|
|
|
For swap and dump partitions, this field should be specified as
|
1999-02-23 20:00:53 +03:00
|
|
|
.Dq none .
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
The third field,
|
|
|
|
.Pq Fa fs_vfstype ,
|
|
|
|
describes the type of the filesystem.
|
1998-06-30 03:50:51 +04:00
|
|
|
The system currently supports these filesystems:
|
1993-03-21 12:45:37 +03:00
|
|
|
.Bl -tag -width indent -offset indent
|
1995-11-16 12:41:53 +03:00
|
|
|
.It Em adosfs
|
1998-04-29 15:33:55 +04:00
|
|
|
an
|
1995-11-16 12:41:53 +03:00
|
|
|
.Tn AmigaDOS
|
|
|
|
filesystem
|
1995-02-03 21:17:32 +03:00
|
|
|
.It Em cd9660
|
1998-04-29 15:33:55 +04:00
|
|
|
an
|
|
|
|
.Tn ISO
|
|
|
|
9660 CD-ROM filesystem
|
1998-06-30 03:50:51 +04:00
|
|
|
.It Em ext2fs
|
|
|
|
an implementation of the Linux
|
|
|
|
.Dq Second Extended File-system .
|
1995-11-16 12:41:53 +03:00
|
|
|
.It Em fdesc
|
|
|
|
an implementation of /dev/fd
|
1998-04-29 15:33:55 +04:00
|
|
|
.It Em ffs
|
1995-11-16 12:41:53 +03:00
|
|
|
a local
|
1998-04-28 10:00:51 +04:00
|
|
|
.Ux
|
1995-11-16 12:41:53 +03:00
|
|
|
filesystem
|
2001-04-25 20:34:46 +04:00
|
|
|
.It Em filecore
|
|
|
|
a filesystem for
|
|
|
|
.Tn RISC\ OS
|
1993-11-28 11:48:42 +03:00
|
|
|
.It Em kernfs
|
|
|
|
various and sundry kernel statistics
|
1998-06-30 03:50:51 +04:00
|
|
|
.It Em lfs
|
|
|
|
a log-structured file-system. Currently does not work.
|
1998-04-29 15:33:55 +04:00
|
|
|
.It Em mfs
|
1993-03-21 12:45:37 +03:00
|
|
|
a local memory-based
|
1998-04-28 10:00:51 +04:00
|
|
|
.Ux
|
1993-03-21 12:45:37 +03:00
|
|
|
filesystem
|
1993-11-28 11:48:42 +03:00
|
|
|
.It Em msdos
|
1998-04-29 15:33:55 +04:00
|
|
|
an
|
|
|
|
.Tn MS-DOS
|
|
|
|
.Dq FAT filesystem
|
|
|
|
.It Em nfs
|
2001-09-08 05:29:04 +04:00
|
|
|
a Sun Microsystems compatible
|
1999-02-23 20:00:53 +03:00
|
|
|
.Dq Network File System
|
2001-04-25 20:34:46 +04:00
|
|
|
.It Em ntfs
|
|
|
|
a filesystem used by
|
|
|
|
.Tn Windows NT .
|
|
|
|
Still experimental.
|
1999-09-23 20:03:12 +04:00
|
|
|
.It Em null
|
1998-06-30 03:50:51 +04:00
|
|
|
a loop-back filesystem, allowing parts of the system to be viewed
|
|
|
|
elsewhere.
|
2001-04-25 20:34:46 +04:00
|
|
|
.It Em overlay
|
|
|
|
a demonstration of layered filesystems.
|
1998-06-30 03:50:51 +04:00
|
|
|
.It Em portal
|
|
|
|
a general filesystem interface, currently supports TCP and FS mounts.
|
1993-11-28 11:48:42 +03:00
|
|
|
.It Em procfs
|
|
|
|
a local filesystem of process information
|
1998-04-29 15:33:55 +04:00
|
|
|
.It Em swap
|
|
|
|
a disk partition to be used for swapping and paging
|
1999-01-01 22:05:23 +03:00
|
|
|
.It Em umap
|
1998-06-30 03:50:51 +04:00
|
|
|
a user and group re-mapping filesystem.
|
1995-11-16 12:41:53 +03:00
|
|
|
.It Em union
|
|
|
|
a translucent filesystem
|
1993-03-21 12:45:37 +03:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The fourth field,
|
|
|
|
.Pq Fa fs_mntops ,
|
|
|
|
describes the mount options associated with the filesystem.
|
|
|
|
It is formatted as a comma separated list of options.
|
|
|
|
It contains at least the type of mount (see
|
|
|
|
.Fa fs_type
|
|
|
|
below) plus any additional options
|
|
|
|
appropriate to the filesystem type.
|
|
|
|
.Pp
|
2001-09-08 05:29:04 +04:00
|
|
|
The option
|
1999-02-23 20:00:53 +03:00
|
|
|
.Dq auto
|
2001-09-08 05:29:04 +04:00
|
|
|
can be used in the
|
1999-02-23 20:00:53 +03:00
|
|
|
.Dq noauto
|
|
|
|
form to cause
|
2001-09-08 05:29:04 +04:00
|
|
|
a file system not to be mounted automatically (with
|
1999-02-23 20:00:53 +03:00
|
|
|
.Dq mount -a
|
|
|
|
,
|
1996-05-21 14:55:52 +04:00
|
|
|
or system boot time).
|
|
|
|
.Pp
|
2001-09-08 05:29:04 +04:00
|
|
|
If the options
|
1999-02-23 20:00:53 +03:00
|
|
|
.Dq userquota
|
2001-09-08 05:29:04 +04:00
|
|
|
and/or
|
1999-02-23 20:00:53 +03:00
|
|
|
.Dq groupquota
|
|
|
|
are specified,
|
1993-03-21 12:45:37 +03:00
|
|
|
the filesystem is automatically processed by the
|
|
|
|
.Xr quotacheck 8
|
|
|
|
command, and user and/or group disk quotas are enabled with
|
|
|
|
.Xr quotaon 8 .
|
|
|
|
By default,
|
|
|
|
filesystem quotas are maintained in files named
|
|
|
|
.Pa quota.user
|
|
|
|
and
|
|
|
|
.Pa quota.group
|
|
|
|
which are located at the root of the associated filesystem.
|
|
|
|
These defaults may be overridden by putting an equal sign
|
|
|
|
and an alternative absolute pathname following the quota option.
|
|
|
|
Thus, if the user quota file for
|
|
|
|
.Pa /tmp
|
|
|
|
is stored in
|
|
|
|
.Pa /var/quotas/tmp.user ,
|
|
|
|
this location can be specified as:
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
userquota=/var/quotas/tmp.user
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
The type of the mount is extracted from the
|
|
|
|
.Fa fs_mntops
|
|
|
|
field and stored separately in the
|
|
|
|
.Fa fs_type
|
|
|
|
field (it is not deleted from the
|
|
|
|
.Fa fs_mntops
|
|
|
|
field).
|
|
|
|
If
|
|
|
|
.Fa fs_type
|
2001-09-08 05:29:04 +04:00
|
|
|
is
|
1999-02-23 20:00:53 +03:00
|
|
|
.Dq rw
|
2001-09-08 05:29:04 +04:00
|
|
|
or
|
1999-02-23 20:00:53 +03:00
|
|
|
.Dq ro
|
|
|
|
then the filesystem whose name is given in the
|
1993-03-21 12:45:37 +03:00
|
|
|
.Fa fs_file
|
|
|
|
field is normally mounted read-write or read-only on the
|
|
|
|
specified special file.
|
|
|
|
If
|
|
|
|
.Fa fs_type
|
2001-09-08 05:29:04 +04:00
|
|
|
is
|
1999-02-23 20:00:53 +03:00
|
|
|
.Dq sw
|
|
|
|
or
|
|
|
|
.Dq dp
|
|
|
|
then the special file is made available as a piece of swap
|
|
|
|
or dump
|
1993-03-21 12:45:37 +03:00
|
|
|
space by the
|
1997-07-21 09:10:46 +04:00
|
|
|
.Xr swapctl 8
|
1998-04-29 15:33:55 +04:00
|
|
|
command towards the beginning of the system reboot procedure.
|
|
|
|
See
|
1997-07-21 09:10:46 +04:00
|
|
|
.Xr swapctl 8
|
1999-02-23 20:00:53 +03:00
|
|
|
for more information on configuring swap and dump devices.
|
1993-03-21 12:45:37 +03:00
|
|
|
The fields other than
|
|
|
|
.Fa fs_spec
|
|
|
|
and
|
|
|
|
.Fa fs_type
|
|
|
|
are unused.
|
|
|
|
If
|
|
|
|
.Fa fs_type
|
2001-09-08 05:29:04 +04:00
|
|
|
is specified as
|
1999-02-23 20:00:53 +03:00
|
|
|
.Dq xx
|
|
|
|
the entry is ignored.
|
1993-03-21 12:45:37 +03:00
|
|
|
This is useful to show disk partitions which are currently unused.
|
|
|
|
.Pp
|
|
|
|
The fifth field,
|
|
|
|
.Pq Fa fs_freq ,
|
|
|
|
is used for these filesystems by the
|
|
|
|
.Xr dump 8
|
|
|
|
command to determine which filesystems need to be dumped.
|
|
|
|
If the fifth field is not present, a value of zero is returned and
|
1998-04-29 15:33:55 +04:00
|
|
|
.Xr dump 8
|
1993-03-21 12:45:37 +03:00
|
|
|
will assume that the filesystem does not need to be dumped.
|
|
|
|
.Pp
|
|
|
|
The sixth field,
|
|
|
|
.Pq Fa fs_passno ,
|
|
|
|
is used by the
|
|
|
|
.Xr fsck 8
|
|
|
|
program to determine the order in which filesystem checks are done
|
|
|
|
at reboot time.
|
|
|
|
The root filesystem should be specified with a
|
|
|
|
.Fa fs_passno
|
1998-04-29 15:33:55 +04:00
|
|
|
of 1, and other filesystems should have a
|
1993-03-21 12:45:37 +03:00
|
|
|
.Fa fs_passno
|
|
|
|
of 2.
|
|
|
|
Filesystems within a drive will be checked sequentially,
|
|
|
|
but filesystems on different drives will be checked at the
|
2003-02-05 01:38:15 +03:00
|
|
|
same time to use parallelism available in the hardware.
|
1993-03-21 12:45:37 +03:00
|
|
|
If the sixth field is not present or zero,
|
|
|
|
a value of zero is returned and
|
1998-04-29 15:33:55 +04:00
|
|
|
.Xr fsck 8
|
1993-03-21 12:45:37 +03:00
|
|
|
will assume that the filesystem does not need to be checked.
|
|
|
|
.Bd -literal
|
|
|
|
#define FSTAB_RW "rw" /* read-write device */
|
2002-11-06 07:13:24 +03:00
|
|
|
#define FSTAB_RQ "rq" /* read/write with quotas */
|
1993-03-21 12:45:37 +03:00
|
|
|
#define FSTAB_RO "ro" /* read-only device */
|
|
|
|
#define FSTAB_SW "sw" /* swap device */
|
1999-02-23 20:00:53 +03:00
|
|
|
#define FSTAB_DP "dp" /* dump device */
|
1993-03-21 12:45:37 +03:00
|
|
|
#define FSTAB_XX "xx" /* ignore totally */
|
|
|
|
|
|
|
|
struct fstab {
|
|
|
|
char *fs_spec; /* block special device name */
|
|
|
|
char *fs_file; /* filesystem path prefix */
|
|
|
|
char *fs_vfstype; /* type of filesystem */
|
|
|
|
char *fs_mntops; /* comma separated mount options */
|
|
|
|
char *fs_type; /* rw, ro, sw, or xx */
|
|
|
|
int fs_freq; /* dump frequency, in days */
|
1997-01-28 01:10:18 +03:00
|
|
|
int fs_passno; /* pass number on parallel fsck */
|
1993-03-21 12:45:37 +03:00
|
|
|
};
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
The proper way to read records from
|
|
|
|
.Pa fstab
|
|
|
|
is to use the routines
|
|
|
|
.Xr getfsent 3 ,
|
|
|
|
.Xr getfsspec 3 ,
|
|
|
|
.Xr getfstype 3 ,
|
|
|
|
and
|
|
|
|
.Xr getfsfile 3 .
|
|
|
|
.Sh FILES
|
2002-05-04 23:50:36 +04:00
|
|
|
.Bl -tag -width /etc/fstab
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Pa /etc/fstab
|
2002-05-04 23:50:36 +04:00
|
|
|
The location of
|
1998-04-29 15:33:55 +04:00
|
|
|
.Nm
|
2002-05-04 23:50:36 +04:00
|
|
|
configuration file.
|
|
|
|
.It Pa /usr/share/examples/fstab/
|
|
|
|
Some useful configuration examples.
|
1993-03-21 12:45:37 +03:00
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
1998-06-30 03:50:51 +04:00
|
|
|
.Xr getfsent 3 ,
|
2001-04-25 20:34:46 +04:00
|
|
|
.Xr mount 8 ,
|
2000-07-05 19:45:28 +04:00
|
|
|
.Xr swapctl 8
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
file format appeared in
|
|
|
|
.Bx 4.0 .
|