Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ mnttab(4) — Motorola System V 88k Release 4 Version 4.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

mount(1M)

getmntent(1M)

setmnt(1M)

mnttab(4)  —  FILE FORMATS

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 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. 

SEE ALSO

mount(1M), getmntent(1M), setmnt(1M). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026