I have doubts, who creates the node sd (SCSI Disk) under /dev?

I thought it was a kernel with usb driver in fact, but I have not found any documentation about this. I just found that it may be to create udev nodes through its rules, even though I have no specific rule to create /dev nodes SCSI disk.(for example)

Could you help me? Many thanks

link|improve this question

40% accept rate
feedback

closed as off topic by talonmies, KevinDTimm, nos, martin clayton, Graviton Jan 4 at 2:34

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

Its actually the udev driver and daemon that manages all this. You can see some documentation about how it all works on the udev(7), udevd(8), and udevadm(8) manual pages.

link|improve this answer
Ok, udev can manage /dev/sdx and all these by rules, but if I do not have any rules, who creates the sym-link when a device is plugged? – Gianfranco Jan 4 at 8:39
feedback

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