Comment 11 for bug 1968190

Revision history for this message
Gannet (ken20001) wrote :

I am on 23.10 already and it is not working:

sudo updatedb --> nothing

locate fstab --> nothing

$ 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>

# swap was on /dev/sda2 during installation
UUID=7e115b53-56a4-444f-bd93-6ad4f15c4a61 none swap sw 0 0

# / was on /dev/sde2 during installation
UUID=d87288b4-dbdd-4448-8088-4ebb6ed6cf33 / btrfs defaults,noatime,discard=async,subvol=@ 0 1

# /home was on /dev/sde2 during installation
UUID=d87288b4-dbdd-4448-8088-4ebb6ed6cf33 /home btrfs defaults,noatime,discard=async,subvol=@home 0 2

# pool main
UUID=d87288b4-dbdd-4448-8088-4ebb6ed6cf33 /mnt/pool/main btrfs defaults,noatime,discard=async 0 2

# pool for libvirtimages
UUID=a392aeed-4ab8-41bb-b91d-70777f962945 /mnt/pool/virt btrfs defaults,noatime,compress=zstd,autodefrag 0 2

# @libvirtimages
UUID=a392aeed-4ab8-41bb-b91d-70777f962945 /var/lib/libvirt/images btrfs defaults,noatime,compress=zstd,autodefrag,subvol=@images 0 2

# homeHDD's pool
UUID=23461a7c-4fde-4c45-afb0-154942d05110 /mnt/pool/homehdd btrfs defaults,noatime,compress=zstd,autodefrag 0 2

# HDD
UUID=23461a7c-4fde-4c45-afb0-154942d05110 /mnt/hdd btrfs defaults,noatime,compress=zstd,autodefrag,subvol=@homeHDD 0 2

What should I do to make it work???