DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦2d463ffcc⟧ TextFile

    Length: 785 (0x311)
    Types: TextFile
    Notes: UNIX file
    Names: »mtab.5«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man5/mtab.5« 

TextFile

.ig
	@(#)mtab.5	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH MTAB 5
.SH NAME
mtab \- mounted file system table
.SH DESCRIPTION
.I Mtab
resides in directory
.I /etc
and contains a table of devices mounted by the
.I mount
command.
.I Umount
removes entries.
.PP
Each entry is 64 bytes long;
the first 32 are the null-padded name of the
place where the special file is mounted;
the second 32 are the null-padded name of the special
file.
The special file has all its directories
stripped away;
that is, everything through the last `/' is thrown
away.
.PP
This table is present only so people can look at it.
It does not matter to
.I mount
if there are duplicated entries nor
to
.I umount
if a name cannot be found.
.SH FILES
/etc/mtab
.SH "SEE ALSO"
mount(8)