uranus.webhop.net

Code: conf/fstab

  1. # /etc/fstab: static file system information.
  2. # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
  3. #
  4. # noatime turns off atimes for increased performance (atimes normally aren't
  5. # needed; notail increases performance of ReiserFS (at the expense of storage
  6. # efficiency). It's safe to drop the noatime options if you want and to
  7. # switch between notail and tail freely.
  8. # <fs> <mountpoint> <type> <opts> <dump/pass>
  9. # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
  10. /dev/hdc1 /boot ext2 noauto,noatime 1 1
  11. /dev/hdc2 / reiserfs noatime,notail 0 0
  12. /dev/hdc3 none swap sw 0 0
  13. /dev/hda /mnt/cdrom iso9660 noauto,ro,user 0 0
  14. /dev/sda1 /mnt/flash vfat noauto,user 0 0
  15. /dev/sda /mnt/leadr hfs noauto,user 0 0
  16. /dev/sda /mnt/superd auto noauto,user 0 0
  17. # NOTE: The next line is critical for boot!
  18. none /proc proc defaults 0 0
  19. # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
  20. # POSIX shared memory (shm_open, shm_unlink).
  21. # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
  22. # use almost no memory if not populated with files)
  23. # Adding the following line to /etc/fstab should take care of this:
  24. none /dev/shm tmpfs defaults 0 0

Valid XHTML 1.0! Valid CSS!
Get Firefox!
.: Page last modified: December 03 2023 23:32:39 - Copyleft 2004 :.