Comment 6 for bug 1818811

Revision history for this message
Emanuele (emanuc) wrote :

I don't know if it's useful, but I paste my "/etc/fstab" configuration

$ cat /etc/fstab
# /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=b383c3a8-39dd-4edd-98e1-0217a87d266a / btrfs defaults,noatime,compress=lzo,autodefrag,subvol=@ 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=76C5-B080 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda2 during installation
UUID=b383c3a8-39dd-4edd-98e1-0217a87d266a /home btrfs defaults,noatime,compress=lzo,autodefrag,subvol=@home 0 2
/swapfile none swap sw 0 0
LABEL=dati1 /media/emanu/dati btrfs defaults,compress=zstd,autodefrag 0 3
LABEL=backup /media/emanu/backup btrfs defaults,compress-force=zstd,autodefrag,nofail,noauto 0 0