spacepaste

  1.  
  2. # /etc/fstab: static file system information.
  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 / tail freely.
  8. #
  9. # The root filesystem should have a pass number of either 0 or 1.
  10. # All other filesystems should have a pass number of 0 or greater than 1.
  11. #
  12. # See the manpage fstab(5) for more information.
  13. #
  14. # <fs> <mountpoint> <type> <opts> <dump/pass>
  15. # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
  16. /dev/sda5 /boot ext2 defaults,noatime 0 2
  17. /dev/sda7 / btrfs noatime,nodiratime,compress=lzo 0 2
  18. /dev/sda6 none swap sw 0 0
  19. #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
  20. #/dev/fd0 /mnt/floppy auto noauto 0 0
  21. tmpfs /var/tmp/portage tmpfs size=6G,sync,uid=portage,gid=portage,noatime,mode=775 0 0
  22. /dev/sda8 /home xfs noatime,defaults 0 1
  23. tmpfs /tmp tmpfs size=2G,nodev,nosuid,sync,noatime 0 0
  24. /dev/sda2 /media/wintendo ntfs-3g uid=1000,gid=1000,dmask=022,fmask=133 0 0
  25. # For the PTS
  26. #devpts /dev/pts devpts rw 0 0
  27.