Advertisement
ijontichy

fstab

Oct 21st, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # noatime turns off atimes for increased performance (atimes normally aren't
  4. # needed); notail increases performance of ReiserFS (at the expense of storage
  5. # efficiency). It's safe to drop the noatime options if you want and to
  6. # switch between notail / tail freely.
  7. #
  8. # The root filesystem should have a pass number of either 0 or 1.
  9. # All other filesystems should have a pass number of 0 or greater than 1.
  10. #
  11. # See the manpage fstab(5) for more information.
  12. #
  13.  
  14. # <fs> <mountpoint> <type> <opts> <dump/pass>
  15. /dev/disk/by-uuid/4632fe58-32bb-4800-a219-d14b839cc3f1 /boot ext2 noatime 2 2
  16. /dev/disk/by-uuid/b48bd47b-295c-48e0-a8bf-9a9d43668164 none swap sw 0 0
  17. /dev/disk/by-uuid/09ec53a2-71e8-46f4-b4aa-da0f3b4c884f / btrfs noatime 0 1
  18. /dev/disk/by-uuid/fd166d44-f70a-4e8c-ac58-9e090a37463d /var btrfs noatime 0 0
  19. /dev/disk/by-uuid/afe596a0-b98f-4171-9a35-123b3d9489de /opt btrfs noatime 0 0
  20. /dev/disk/by-uuid/636cf934-807c-49d9-9aa4-fc9e7313dd11 /usr btrfs noatime 0 0
  21. /dev/disk/by-uuid/aa69476f-1240-4836-aa58-72b5a151132b /home ext4 noatime 0 0
  22.  
  23. /dev/disk/by-label/hugederp /mnt/hugederp vfat noauto,user,umask=000 0 0
  24. /dev/disk/by-label/ext4derp /mnt/ext4derp ext4 noauto,user 0 0
  25. /dev/disk/by-label/DERPMAN /mnt/derpman vfat noauto,user,umask=000 0 0
  26.  
  27. /dev/cdrom /mnt/cdrom auto noauto,ro,user 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement