Δημοσιεύτηκε: 21 Δεκ 2014, 13:57
Τι εννοείς "καθαρό";
- Κώδικας: Επιλογή όλων
# /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/sda6 during installation
UUID=0de73baa-8548-4e61-a3c4-d9f8e63de995 / ext4 discard,noatime,nodiratime,errors=remount-ro 0 1
# /home was on /dev/sda1 during installation
UUID=63d01d5a-65bf-4cb1-9368-4aa4fbf37038 /home ext4 discard,noatime,nodiratime,defaults 0 2
# swap was on /dev/sda5 during installation
UUID=ae6c510d-b2a8-4c76-9acd-445a3ce2cbfe none swap sw 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
tmpfs /var/log tmpfs defaults,noatime,mode=1777 0 0
tmpfs /var/tmp tmpfs defaults,noatime,mode=1777 0 0
tmpfs /var/cache/apt tmpfs defaults 0 0