Re: [systemd-devel] Device nodes not created after update

2025-02-20 Thread Morten Bo Johansen
On 2025-02-20 Mantas Mikulėnas wrote: > Device nodes in /dev are created directly by the kernel. If they're > missing, that most likely means you don't have the *kernel drivers* > (modules) for that type of USB device – e.g. because you're still running > kernel 6.12.x so it is trying to load 'USB

Re: [systemd-devel] Device nodes not created after update

2025-02-20 Thread Mantas Mikulėnas
Device nodes in /dev are created directly by the kernel. If they're missing, that most likely means you don't have the *kernel drivers* (modules) for that type of USB device – e.g. because you're still running kernel 6.12.x so it is trying to load 'USB storage' modules from /lib/modules/6.12.x, but

[systemd-devel] Device nodes not created after update

2025-02-20 Thread Morten Bo Johansen
Hi, I am on Arch Linux and strangely after updating e.g. the kernel, device nodes (/dev/sdb1, etc.) for removable devices such as usb disks are no longer created when I plug in the disk. If I reboot, they are created again. Is there a systemd command I can run after upgrading, so the device nodes