1
1
mirror of http://git.sesse.net/plocate synced 2025-10-05 23:42:49 +02:00

Document interactions with Btrfs subvolume mounts better.

This commit is contained in:
Steinar H. Gunderson
2021-12-27 11:09:29 +01:00
parent 48a0c5f50b
commit 6c0863cf76

View File

@@ -97,6 +97,11 @@ bind mounts are not scanned by
All file systems mounted in the subtree of a bind mount are skipped as well,
even if they are not bind mounts.
As an exception, bind mounts of a directory on itself are not skipped.
Note that Btrfs subvolume mounts are handled internally in the kernel
as bind mounts (see
.BR btrfs-subvolume (8)),
and thus, may get skipped if you have also mounted the filesystem root itself.
To counteract this, make your root directory a Btrfs subvolume, too.
By default, bind mounts are not skipped.