Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ mtab(4) — sysv — mips UMIPS RISC/os 4.52

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

getmntent(3)

fstab(4)

mount(1M)



MTAB(4-SysV)        RISC/os Reference Manual         MTAB(4-SysV)



NAME
     /etc/mtab - mounted file system table

SYNOPSIS
     #include <mntent.h>

DESCRIPTION
     mtab resides in the /etc directory, and contains a table of
     filesystems currently mounted by the mount command.  umount
     removes entries from this file.

     The file contains a line of information for each mounted
     filesystem, structurally identical to the contents of
     /etc/fstab, described in fstab(4).  There are a number of
     lines of the form:

          fsname dir type opts freq passno
     for example:

          /dev/xy0a / efs rw,noquota 1 2

     The file is accessed by programs using getmntent(3), and by
     the system administrator using a text editor.

NOTES
     You should not change /etc/mtab by hand.  This confuses the
     system and does not achieve the desired result.

FILES
     /etc/mtab

SEE ALSO
     getmntent(3), fstab(4), mount(1M)

ORIGIN
     Sun Microsystems



















                         Printed 1/15/91                   Page 1



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