Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ###################################################
  2. ## PLEASE EDIT THE FSTAB at /mnt/gentoo/etc/fstab ##
  3. ## You need to fix the / mountpoint!!! ##
  4. ####################################################
  5. # /etc/fstab: static file system information.
  6. #
  7. # noatime turns off atimes for increased performance (atimes normally aren't
  8. # needed; notail increases performance of ReiserFS (at the expense of storage
  9. # efficiency). It's safe to drop the noatime options if you want and to
  10. # switch between notail / tail freely.
  11. #
  12. # The root filesystem should have a pass number of either 0 or 1.
  13. # All other filesystems should have a pass number of 0 or greater than 1.
  14. #
  15. # See the manpage fstab(5) for more information.
  16. #
  17.  
  18. # <fs> <mountpoint> <type> <opts> <dump/pass>
  19.  
  20.  
  21. # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
  22. #/dev/BOOT /boot ext2 noauto,noatime 1 2
  23. #/dev/ROOT / reiserfs noatime 0 1
  24. #/dev/PRTG /usr/portage reiserfs noatime 0 1
  25. #/dev/SWAP none swap sw 0 0
  26. #/dev/cdrom /mnt/cdrom audo noauto,ro 0 0
  27. #/dev/fd0 /mnt/floppy auto noauto 0 0
  28.  
  29. # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
  30. # POSIX shared memory (shm_open, shm_unlink).
  31. # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
  32. # use almost no memory if not populated with files)
  33.  
  34. shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
  35. tmpfs /tmp tmpfs nodev,nosuid,noexec,mode=1777,size=1024M 0 0
  36. /dev/sda1 /boot ext2 noatime,nodiratime,defaults 0 1
  37. /dev/sda2 swap swap defaults 0 0
  38. /dev/sda3 / ext4 noatime,nodiratime,defaults 0 1