2011-03-06 20:22:50 +03:00
|
|
|
.\" $NetBSD: fstab.5,v 1.38 2011/03/06 17:22:50 wiz 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.
|
2003-08-07 14:30:41 +04:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1993-03-21 12:45:37 +03:00
|
|
|
.\" 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
|
|
|
.\"
|
2011-03-06 20:22:50 +03:00
|
|
|
.Dd March 6, 2011
|
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
|
2011-03-06 20:22:50 +03:00
|
|
|
.Nd file system table for devices, types, and mount points
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh SYNOPSIS
|
2003-04-16 17:34:34 +04:00
|
|
|
.In fstab.h
|
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.
|
2011-03-06 20:22:50 +03:00
|
|
|
Each file system is described on a separate line;
|
2009-01-12 01:03:56 +03: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
|
2011-03-06 20:22:50 +03:00
|
|
|
remote file system to be mounted.
|
|
|
|
For file systems 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 ,
|
2011-03-06 20:22:50 +03:00
|
|
|
describes the mount point for the file system.
|
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 ,
|
2011-03-06 20:22:50 +03:00
|
|
|
describes the type of the file system.
|
|
|
|
The system currently supports these file systems:
|
2005-09-30 01:02:14 +04:00
|
|
|
.Bl -tag -width filecore -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
|
2011-03-06 20:22:50 +03:00
|
|
|
file system.
|
1995-02-03 21:17:32 +03:00
|
|
|
.It Em cd9660
|
1998-04-29 15:33:55 +04:00
|
|
|
an
|
|
|
|
.Tn ISO
|
2011-03-06 20:22:50 +03:00
|
|
|
9660 CD-ROM file system.
|
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
|
2005-09-30 01:02:14 +04:00
|
|
|
an implementation of
|
|
|
|
.Pa /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
|
2011-03-06 20:22:50 +03:00
|
|
|
file system.
|
2001-04-25 20:34:46 +04:00
|
|
|
.It Em filecore
|
2011-03-06 20:22:50 +03:00
|
|
|
a file system for
|
2005-09-30 01:02:14 +04:00
|
|
|
.Tn RISC\ OS .
|
1993-11-28 11:48:42 +03:00
|
|
|
.It Em kernfs
|
2005-09-30 01:02:14 +04:00
|
|
|
various and sundry kernel statistics.
|
1998-06-30 03:50:51 +04:00
|
|
|
.It Em lfs
|
2005-09-30 01:02:14 +04:00
|
|
|
a log-structured file-system.
|
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
|
2011-03-06 20:22:50 +03:00
|
|
|
file system.
|
1993-11-28 11:48:42 +03:00
|
|
|
.It Em msdos
|
1998-04-29 15:33:55 +04:00
|
|
|
an
|
|
|
|
.Tn MS-DOS
|
2011-03-06 20:22:50 +03:00
|
|
|
.Dq FAT file system .
|
1998-04-29 15:33:55 +04:00
|
|
|
.It Em nfs
|
2001-09-08 05:29:04 +04:00
|
|
|
a Sun Microsystems compatible
|
2005-09-30 01:02:14 +04:00
|
|
|
.Dq Network File System .
|
2001-04-25 20:34:46 +04:00
|
|
|
.It Em ntfs
|
2011-03-06 20:22:50 +03:00
|
|
|
a file system used by
|
2001-04-25 20:34:46 +04:00
|
|
|
.Tn Windows NT .
|
|
|
|
Still experimental.
|
1999-09-23 20:03:12 +04:00
|
|
|
.It Em null
|
2011-03-06 20:22:50 +03:00
|
|
|
a loop-back file system, allowing parts of the system to be viewed
|
1998-06-30 03:50:51 +04:00
|
|
|
elsewhere.
|
2001-04-25 20:34:46 +04:00
|
|
|
.It Em overlay
|
2011-03-06 20:22:50 +03:00
|
|
|
a demonstration of layered file systems.
|
1998-06-30 03:50:51 +04:00
|
|
|
.It Em portal
|
2011-03-06 20:22:50 +03:00
|
|
|
a general file system interface, currently supports TCP and FS mounts.
|
1993-11-28 11:48:42 +03:00
|
|
|
.It Em procfs
|
2011-03-06 20:22:50 +03:00
|
|
|
a local file system of process information.
|
2005-09-30 00:59:13 +04:00
|
|
|
.It Em ptyfs
|
|
|
|
a pseudo-terminal device file system.
|
|
|
|
.It Em smbfs
|
|
|
|
a shared resource from an SMB/CIFS file server.
|
1998-04-29 15:33:55 +04:00
|
|
|
.It Em swap
|
2005-09-30 01:02:14 +04:00
|
|
|
a disk partition to be used for swapping and paging.
|
2005-09-30 00:59:13 +04:00
|
|
|
.It Em tmpfs
|
|
|
|
an efficient memory file system.
|
1999-01-01 22:05:23 +03:00
|
|
|
.It Em umap
|
2011-03-06 20:22:50 +03:00
|
|
|
a user and group re-mapping file system.
|
1995-11-16 12:41:53 +03:00
|
|
|
.It Em union
|
2011-03-06 20:22:50 +03:00
|
|
|
a translucent file system.
|
1993-03-21 12:45:37 +03:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The fourth field,
|
|
|
|
.Pq Fa fs_mntops ,
|
2011-03-06 20:22:50 +03:00
|
|
|
describes the mount options associated with the file system.
|
1993-03-21 12:45:37 +03:00
|
|
|
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
|
2011-03-06 20:22:50 +03:00
|
|
|
appropriate to the file system type.
|
1993-03-21 12:45:37 +03:00
|
|
|
.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,
|
2011-03-06 20:22:50 +03:00
|
|
|
the file system is automatically processed by the
|
1993-03-21 12:45:37 +03:00
|
|
|
.Xr quotacheck 8
|
2011-03-06 20:08:10 +03:00
|
|
|
command, and legacy user and/or group disk quotas are enabled with
|
1993-03-21 12:45:37 +03:00
|
|
|
.Xr quotaon 8 .
|
|
|
|
By default,
|
2011-03-06 20:22:50 +03:00
|
|
|
file system quotas are maintained in files named
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pa quota.user
|
|
|
|
and
|
|
|
|
.Pa quota.group
|
2011-03-06 20:22:50 +03:00
|
|
|
which are located at the root of the associated file system.
|
1993-03-21 12:45:37 +03:00
|
|
|
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
|
2011-03-06 20:22:50 +03:00
|
|
|
It is recommended to turn on the new, in-file system quota with
|
2011-03-06 20:08:10 +03:00
|
|
|
.Xr tunefs 8
|
|
|
|
or at
|
|
|
|
.Xr newfs 8
|
|
|
|
time, and to not use the
|
|
|
|
.Dq userquota
|
|
|
|
or
|
|
|
|
.Dq groupquota
|
|
|
|
options.
|
2011-03-06 20:22:50 +03:00
|
|
|
Migration of limits to the new in-file system quota can be handled
|
2011-03-06 20:08:10 +03:00
|
|
|
by
|
|
|
|
.Xr repquota 8
|
|
|
|
with option
|
|
|
|
.Fl x
|
|
|
|
and
|
|
|
|
.Xr quotactl 8 .
|
|
|
|
.Pp
|
2009-01-11 23:51:18 +03:00
|
|
|
The option
|
|
|
|
.Dq rump
|
|
|
|
is used to mount the file system using a
|
|
|
|
.Xr rump 3
|
|
|
|
userspace server instead of the kernel server.
|
|
|
|
.Pp
|
1993-03-21 12:45:37 +03:00
|
|
|
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
|
2011-03-06 20:22:50 +03:00
|
|
|
then the file system 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 ,
|
2011-03-06 20:22:50 +03:00
|
|
|
is used for these file systems by the
|
1993-03-21 12:45:37 +03:00
|
|
|
.Xr dump 8
|
2011-03-06 20:22:50 +03:00
|
|
|
command to determine which file systems need to be dumped.
|
1993-03-21 12:45:37 +03:00
|
|
|
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
|
2011-03-06 20:22:50 +03:00
|
|
|
will assume that the file system does not need to be dumped.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
The sixth field,
|
|
|
|
.Pq Fa fs_passno ,
|
|
|
|
is used by the
|
|
|
|
.Xr fsck 8
|
2011-03-06 20:22:50 +03:00
|
|
|
program to determine the order in which file system checks are done
|
1993-03-21 12:45:37 +03:00
|
|
|
at reboot time.
|
2011-03-06 20:22:50 +03:00
|
|
|
The root file system should be specified with a
|
1993-03-21 12:45:37 +03:00
|
|
|
.Fa fs_passno
|
2011-03-06 20:22:50 +03:00
|
|
|
of 1, and other file systems should have a
|
1993-03-21 12:45:37 +03:00
|
|
|
.Fa fs_passno
|
|
|
|
of 2.
|
|
|
|
Filesystems within a drive will be checked sequentially,
|
2011-03-06 20:22:50 +03:00
|
|
|
but file systems 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
|
2011-03-06 20:22:50 +03:00
|
|
|
will assume that the file system does not need to be checked.
|
1993-03-21 12:45:37 +03:00
|
|
|
.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 */
|
2011-03-06 20:22:50 +03:00
|
|
|
char *fs_file; /* file system path prefix */
|
|
|
|
char *fs_vfstype; /* type of file system */
|
1993-03-21 12:45:37 +03:00
|
|
|
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 ,
|
|
|
|
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 .
|