je voudrai savoir si mon fsab est correct:
Code : Tout sélectionner
# /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>
# / was on /dev/sda1 during installation
UUID=27962aa6-fc68-4a2e-8132-bf86c731bb3f / btrfs noatime,discard,ssd,autodefrag,compress=lzo,space_cache,[email protected] 0 1
# /home was on /dev/sda1 during installation
UUID=27962aa6-fc68-4a2e-8132-bf86c731bb3f /home btrfs noatime,discard,ssd,autodefrag,compress=lzo,space_cache,[email protected] 0 2
#
## /tmp ds RAM
tmpfs /tmp tmpfs defaults,size=4g 0 0
#
## ssd
tmpfs /home/pc/.cache tmpfs defaults,size=100M 0 0
tmpfs /var/log tmpfs defaults,nosuid,nodev,noatime,mode=0755,size=2g 0 0
tmpfs /var/cache/apt/archives tmpfs defaults,size=4g 0 0
Merci.