home *** CD-ROM | disk | FTP | other *** search
/ Dream 46 / Amiga_Dream_46.iso / Linux68k / fstab.tpl < prev    next >
Text File  |  1997-11-13  |  927b  |  22 lines

  1. # /etc/fstab
  2. # static file system information, see fstab(5)
  3. #
  4. # This file is not used by the kernel, but rather by mount(8), umount(8),
  5. # swapon(8) and swapoff(8).  (Some day fsck(8) will also use this file).
  6. #
  7. # Comment lines have "#" in the first column.  The device field is either
  8. # the name of a block special file or a swap file.  The device and directory
  9. # fields should be absolute pathnames (i.e. start with "/").  Entries that
  10. # are to be ignored should have type "ignore".  Frequency and pass are numeric
  11. # fields for dump(8) and fsck(8) that are not yet used in Linux.  You can
  12. # leave them empty if you want.
  13. #
  14. # Since entries in this file are processed sequentially, file systems must
  15. # appear after the file systems they are mounted on (/usr before /usr/spool).
  16. #
  17. # A sample fstab:
  18. #
  19. # device        directory       type    options                 freq    pass
  20. #
  21. /proc           /proc           proc    defaults
  22.