home *** CD-ROM | disk | FTP | other *** search
/ Chip 1995 March / CHIP3.mdf / slackwar / a / util / util-lin.2 / util-lin / util-linux-2.2 / example.files / fstab next >
Encoding:
Text File  |  1995-02-22  |  1005 b   |  23 lines

  1. # /etc/fstab
  2. # static file system information
  3. #
  4. # This file is not used by the kernel, but rather by mount(8) and umount(8)
  5. # (and some day fsck(8)).  Comment lines have "#" in the first column.
  6. # Entries that are to be ignored should have "none" in the directory field,
  7. # and have type "ignore" or options "xx".  Frequency and pass are numeric
  8. # fields for dump(8) and fsck(8) that are not used yet in Linux.  You can
  9. # leave them empty if want.
  10.  
  11. # device    directory    type    options        freq pass
  12. /dev/sda2    /        ext2    defaults        1    1
  13. none        /proc        proc    defaults        0    0
  14. /dev/sdb1    none        swap    sw              0    0
  15. /dev/sdb2    /var        ext2    defaults        1    1
  16. /dev/sdc1    /usr        ext2    defaults        1    1
  17. /dev/sdc3    /usr/src    ext2    defaults        1    1
  18. /dev/sdc2    /home        ext2    defaults        1    1
  19. /dev/sdc4    /playpen    ext2    defaults        1    1
  20.  
  21. /dev/sda1       /dos            msdos   noexec,conv=binary,gid=20,umask=007 0 0
  22. /dev/sdb3       /dos/usr        msdos   noexec,conv=binary,gid=20,umask=007 0 0
  23.