FSTAB(4) INTERACTIVE UNIX System 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:
column 1 block special file name of file system or
advertised 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/c1d0s2 /usr S51K
/dev/dsk/c1d1s2 /usr/src -r
adv_resource /mnt -d
FILES
/etc/fstab
SEE ALSO
mount(1M), mountall(1M), rmountall(1M) in the INTERACTIVE
UNIX System User's/System Administrator's Reference Manual.
Rev. Page 1