Max Nikulin [2025-07-23 08:58:56] wrote: > On 23/07/2025 07:11, Stefan Monnier wrote: >> On one of my (Debian stable) machines, all the partitions that aren't >> mentioned in /etc/fstab end up mounted in /media/root/<UUID>, and that's >> apparently a "feature" of `udisks2`. > Is it another attempt to solve the earlier raised issue?
Aha! I did have the impression of a "déjà vu", but I usually keep notes about such things and there wasn't anything in my notes. Weird. In any case, yes `udisksctl dump` shows clearly that it's under its control. But I can't find anything in the docs about controlling whether something gets mounted or not, all I find are options to control *how* it's mounted (and to give the right to some users, but `root` always has the rights, anyway). > Are there any traces of mounting in "journalctl -b" output (as root)? > I would check if ext4 metadata contains timestamp when it was mounted. It > may be a hint helping to find what happened around that moment. Good idea, I'll take a look, thanks. Stefan