home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / PARTITIONS / ROOT_GZ / root / etc / fstab < prev    next >
Encoding:
Text File  |  1995-06-30  |  779 b   |  26 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. # Since entries in this file are processed sequentially, file systems must
  8. # appear after the file systems they are mounted on (/usr before /usr/spool).
  9. #
  10. # device        directory        type    options            freq pass
  11.  
  12. /dev/hda1        /            ext2    defaults
  13. /proc            /proc            proc    defaults
  14. #/dev/hda2        /usr            ext2    defaults,ro
  15. #/dev/hda3        /usr/X11R6        ext2    defaults,ro
  16. #/dev/hdb2        /tmp            ext2    defaults
  17.  
  18. #/dev/hdb5        /mount/dose        msdos    defaults
  19.  
  20. # swap partitions
  21. #/dev/hdb4        none            swap    sw
  22.  
  23. # user mountable devices
  24. #/dev/cdrom        /cdrom            iso9660    noauto,ro,user
  25. #/dev/fd0        /floppy            msdos    noauto,user
  26.