FSTAB(4) FSTAB(4)
NAME
fstab - file-system-table
DESCRIPTION
The /etc/fstab file contains information about file systems
for use by mount (1M) and mountall(1M). Each entry in
/etc/fstab has the following format:
advertised
column 1 block special file name of file system or
remote resource
column 2 mount-point directory
column 3 "-r" if to be mounted read-
only; "-d[r]" if remote
column 4 (optional) file system type string
column 5+ ignored
White-space separates columns. Lines beginning with "# "
are comments. Empty lines are ignored.
A file-system-table might read:
/dev/dsk/m323_0s2 /usr S51K
/dev/dsk/m323_1s2 /usr/src -r
adv_resource /mnt -d
FILES
/etc/fstab
SEE ALSO
mount(1M), mountall(1M), rmountall(1M) in the System
Administrator's Reference Manual.
Page 1 May 1989