FSTAB.5
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:2k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. FSTAB(5)                  Minix Programmer's Manual                   FSTAB(5)
  2. NAME
  3.      fstab, mtab - list of file systems to mount, mounted file system table.
  4. SYNOPSIS
  5.      /etc/fstab
  6.      /etc/mtab
  7. DESCRIPTION
  8.      /etc/fstab is a table of file system to mount at boot time, /etc/mtab  is
  9.      a  table  of  currently  mounted  file systems as maintained by mount and
  10.      umount.
  11.      /etc/fstab is not read by mount as it should be.  It is instead a  simple
  12.      shell  script listing the three devices that Minix needs to operate:  The
  13.      device names of the  root  file  system,  the  temporary  (scratch)  file
  14.      system, and the file system for /usr.  Of these only the /usr file system
  15.      is mounted in /etc/rc, the scratch file system is there  for  the  system
  16.      administrator to test new kernels, or as a temporary file system.
  17.      /etc/mtab contains lines of four fields.  The layout is:
  18.           device    directory    type    options
  19.      These fields may be explained as follows:
  20.      device
  21.           A block special device.
  22.      directory
  23.           Mount point.
  24.      type
  25.           Either 1, or 2, indicating a V1 or V2 file system.
  26.      options
  27.           Either ro, or rw, indicating a read-only or read-write mounted  file
  28.           system.
  29. FILES
  30.      /etc/fstab     Shell script naming three important file systems.
  31.      /etc/mtab      List of mounted file systems.
  32. SEE ALSO
  33.      printroot(8), mount(1), fsck(1), mkfs(1).
  34.                                                                              1
  35. FSTAB(5)                  Minix Programmer's Manual                   FSTAB(5)
  36. BUGS
  37.      /etc/fstab is a joke.
  38. AUTHOR
  39.      Kees J. Bot (kjb@cs.vu.nl)
  40.                                                                              2