DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

mnttab(4)


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 command. The information is in the following structure, defined in sys/mnttab.h:
   struct  mnttab {
   	char    *mnt_special;
   	char    *mnt_mountp;
   	char    *mnt_fstype;
   	char    *mnt_mntopts;
   	char    *mnt_time;
   };

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.

References

getmntent(3G), mount(1M), setmnt(1M)

Notices

Do not store information in the mnttab file other than the fields described above; fields may be added to this file in future releases and are reserved for future use.
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004