Last active
November 28, 2023 06:45
-
-
Save SeyedMostafaAhmadi/3e05e98baaac341a1fd0f7a85f9dff8f to your computer and use it in GitHub Desktop.
How to reload udev rules without reboot?
This file contains 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