9
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 11 Oct 2023
9 points (100.0% liked)
Debian operating system
2724 readers
1 users here now
Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.
founded 4 years ago
MODERATORS
Right. systemctl list-automounts
to find the name, maybe? I've never had exactly this problem though.
Looks like list-automounts is relatively new, try
systemctl status --full --all -t mount
for all mounts and look for your old disks in the info.-t automount
might work but mine is empty, which makes me think this might not be related to the automount unit type.Hopefully this will point us in the right direction though.
That appears to be a success! Thanks for the pointers, I'm still trying to figure out the systemd stuff since I rarely have to touch it.
Sweet, no problem. Good luck.
Still no new errors in the logs. It wasn't hurting anything, it was just annoying and I didn't want to reboot a server just because of a logging issue! ๐
Also it was just going to keep trying forever.
Ah cool... the 'full' command actually advised running
systemctl daemon-reload
which appears to have cleared the errors listed. Based on previous errors in the log it will likely be another 20 minutes before another error would be generated, so I'm waiting to see what happens now.