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 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818811 Title: The swapfile on the Btrfs file system is not activated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1818811/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
