mnttab(4) mnttab(4)
NAME
mnttab - mounted file system table
SYNOPSIS
#include <sys/mnttab.h>
DESCRIPTION
The file /etc/mnttab contains information about devices that have been
mounted by the mount(1M) command. The information is in the following
structure, defined in <sys/mnttab.h>:
struct mnttab
{
char *mntspecial;
char *mntmountp;
char *mntfstype;
char *mntmntopts;
char *mnttime;
};
The fields in the mount table are space-separated and show the block
special device, the mount point, the file system type of the mounted
file system, the mount options, and the time at which the file system
was mounted. The time at which the file system was mounted is speci-
fied decimally in seconds starting from 00:00:00 UTC (Coordinated
Universal Time), January 1st, 1970. The mount(1M) command without a
specified option displays this entry in the usual date format.
SEE ALSO
mount(1M), setmnt(1M), getmntent(3C).
Page 1 Reliant UNIX 5.44 Printed 11/98