How to update /dev directory after creation of new partition on a disk? I have the udev installed, it works perfectly except this. The new devices appear only on reboot.

link|improve this question
feedback

1 Answer

You could try one of the options to udevadm, for example

$ udevadm control --reload-rules

Although you're not actually changing udev rules in this case, the reload operation might force udev to refresh its knowledge of devices and partitions.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.