You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

49 lines
2.4 KiB

  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. # <fs> <mountpoint> <type> <opts> <dump/pass>
  14. # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
  15. /dev/mapper/ssd128-root / ext4 defaults,noatime,nodiratime,discard 0 1
  16. #UUID=0d1dca1a-813c-4128-8a5a-7a4c6866ca32 /boot ext2 defaults,noauto,noatime,nodiratime 1 2
  17. #UUID=aed80fc5-980d-45a4-b40b-233a7fdcb3e1 / ext3 defaults,noatime,nodiratime 0 1
  18. #UUID=aed80fc5-980d-45a4-b40b-233a7fdcb3e1 /mnt/root/ ext3 defaults,noatime,nodiratime,user_xattr 0 2
  19. #UUID=cc55b4e9-aa38-4cf8-9208-d9d80124db1d /home ext3 defaults,noatime,nodiratime,user_xattr 0 2
  20. /dev/mapper/s1tb-data /home ext4 defaults,noatime,nodiratime,user_xattr 0 2
  21. /dev/sda2 /mnt/sda2 ext4 defaults,noatime,nodiratime,user_xattr 0 2
  22. /home/var /var none bind 0 0
  23. #UUID=be8bcd9c-521b-4969-9770-f36526ac9324 none swap sw 0 0
  24. #/dev/zvol/rpool/swap none swap sw 0 0
  25. # /dev/mapper/s1tb-data /mnt/s1tb-data ext4 defaults,noatime,nodiratime,user_xattr 0 2
  26. /dev/mapper/s1tb-root /mnt/root ext4 defaults,noatime,nodiratime,user_xattr 0 2
  27. UUID=2EAA41DBAA419FE7 /media/Elements ntfs-3g users,exec,locale=de_DE.utf8,uid=1001,gid=100,umask=000 0 0
  28. UUID=B8F44C5FF44C21CC /media/Windows ntfs-3g users,exec,locale=de_DE.utf8,uid=1001,gid=100,umask=000 0 0
  29. #/dev/sr0 /media/cdrom auto noauto,ro,noexec,users 0 0
  30. /dev/fd0 /mnt/floppy auto noauto 0 0
  31. proc /proc proc defaults 0 0
  32. shm /dev/shm tmpfs nodev,nosuid,noexec,size=2g 0 0
  33. # binds
  34. #/home/cvsroot /var/cvsroot none bind 0 0
  35. #/home/opt /opt none bind 0 0
  36. #/home/data/var/backup/home/jule /home/jule none bind 0 0
  37. #/var/cache/VirtualBox /home/jule/.VirtualBox none bind 0 0
  38. /opt/ns2/ /home/jule/.steam/steam/SteamApps/common/Natural\040Selection\0402 none bind 0 0
  39. /home/swapfile none swap defaults 0 0