Dernier message de la page précédente :
J'ai réglé pour un ssd comme dit dans la doc ubuntu-fr,est-ce que cela correspond à mes 8 go de ram pour les tmpfs?
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/sda2 during installation
UUID=30a941e1-1691-498a-99af-0378d869b10a / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=BD94-41CD /boot/efi vfat defaults 0 1
# swap was on /dev/sda3 during installation
UUID=e14d2ff9-7a28-4aaa-b8c8-26fa0377cdac none swap sw 0 0
//mafreebox.freebox.fr/Disque\040dur /media/freebox cifs _netdev,rw,users,iocharset=utf8,uid=1000,sec=none,file_mode=0777,dir_mode=0777 0 0
tmpfs /tmp tmpfs defaults,size=1g 0 0
tmpfs /var/log tmpfs defaults,nosuid,nodev,noatime,mode=0755,size=5% 0 0
tmpfs /var/cache/apt/archives tmpfs defaults,size=4g 0 0
tmpfs /home/robin/.cache tmpfs defaults,size=1g 0 0

