Forked from SeyedMostafaAhmadi/reload udev rules without reboot
Created
November 28, 2023 06:45
-
-
Save ttys3/95d72d9a0718154ea092733863016f87 to your computer and use it in GitHub Desktop.
How to reload udev rules without reboot?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# When i was faced with this warning in lvm when i run lvm command it works but it took | |
# WARNING: Device /dev/dm-20 not initialized in udev database even after waiting 10000000 microseconds. | |
# It look my problem is solved by reloading udev rules without reboot with this command: | |
udevadm control --reload-rules && udevadm trigger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment