#/etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=59b9a797-e2a8-47df-a6b3-cdfc442f0932 / ext4 noatime,nodiratime,discard,errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=f924e3ca-7324-45e5-b52b-999cd813db14 none swap sw 0 0
#Reduce SSD Wear
tmpfs /var/log/apt tmpfs defaults 0 0
tmpfs /var/log tmpfs defaults 0 0
tmpfs /tmp tmpfs defaults 0 0
tmpfs /var/tmp tmpfs defaults 0 0
Bookmarks