Package: plocate Version: 1.1.22-3 Severity: normal Tags: patch Dear Steinar,
1) smbfs was dropped in 2012: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620847 2) According to mount.cifs(8), smb3 is the successor to cifs /etc/updatedb.conf PRUNEFS includes cifs, fusesmb, and smbfs. It should also include smb3, but not smbfs. Patch below. Unfortunately, I could not determine a complete list of Debian filesystems. Thank you! Daniel Lewart Urbana, Illinois --- updatedb.conf.orig 2022-11-21 11:29:54.000000000 -0600 +++ updatedb.conf 2024-09-12 00:00:00.000000000 -0500 @@ -1,4 +1,4 @@ PRUNE_BIND_MOUNTS="yes" # PRUNENAMES=".git .bzr .hg .svn" PRUNEPATHS="/tmp /var/spool /media /var/lib/os-prober /var/lib/ceph /home/.ecryptfs /var/lib/schroot" -PRUNEFS="NFS afs autofs binfmt_misc ceph cgroup cgroup2 cifs coda configfs curlftpfs debugfs devfs devpts devtmpfs ecryptfs ftpfs fuse.ceph fuse.cryfs fuse.encfs fuse.glusterfs fuse.gocryptfs fuse.gvfsd-fuse fuse.mfs fuse.rclone fuse.rozofs fuse.sshfs fusectl fusesmb hugetlbfs iso9660 lustre lustre_lite mfs mqueue ncpfs nfs nfs4 ocfs ocfs2 proc pstore rpc_pipefs securityfs shfs smbfs sysfs tmpfs tracefs udev udf usbfs" +PRUNEFS="NFS afs autofs binfmt_misc ceph cgroup cgroup2 cifs coda configfs curlftpfs debugfs devfs devpts devtmpfs ecryptfs ftpfs fuse.ceph fuse.cryfs fuse.encfs fuse.glusterfs fuse.gocryptfs fuse.gvfsd-fuse fuse.mfs fuse.rclone fuse.rozofs fuse.sshfs fusectl fusesmb hugetlbfs iso9660 lustre lustre_lite mfs mqueue ncpfs nfs nfs4 ocfs ocfs2 proc pstore rpc_pipefs securityfs shfs smb3 sysfs tmpfs tracefs udev udf usbfs" ###