Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid' to print the universally unique identifier for a
  4. # device; this may be used with UUID= as a more robust way to name devices
  5. # that works even if disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point> <type> <options> <dump> <pass>
  8. # / was on /dev/sda1 during installation
  9. UUID=a1af5085-e582-4215-8146-fda9f742c789 / ext4 discard,noatime,errors=remount-ro 0 1
  10.  
  11. #tmpfs to .cache
  12. tmpfs /home/ubyegon/.cache tmpfs noatime,nodev,nosuid,size=400M 0 0
  13.  
  14. # Modification for SSD
  15. tmpfs /var/log tmpfs defaults,noatime 0 0
  16. tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement