Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ mnttab(4) — GL1 W2.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

mount(1M)

setmnt(1M)

MNTTAB(4)  —  Silicon Graphics

NAME

mnttab − mounted file system table

SYNOPSIS

#include <mnttab.h>

DESCRIPTION

Mnttab contains a table of devices, mounted by the mount(1M) command, in the following structure as defined by <mnttab.h>:

struct mnttab {
char mt_dev[10];
char mt_filsys[10];
short mt_ro_flg;
time_t mt_time;
};

Each entry is 26 bytes in length; the first 10 bytes are the null-padded name of the place where the special file is mounted; the next 10 bytes represent the null-padded root name of the mounted special file; the remaining 6 bytes contain the mounted special file’s read/write permissions and the date on which it was mounted.

FILES

/etc/mnttab

SEE ALSO

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

Version 2.1  —  January 02, 1985

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