LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   udev likes to delete /dev/sda* but not create them :( (https://www.linuxquestions.org/questions/linux-software-2/udev-likes-to-delete-dev-sda%2A-but-not-create-them-278857/)

edman007 01-17-2005 10:32 AM

udev likes to delete /dev/sda* but not create them :(
 
udev keeps deleting my /dev/sda* nodes for my sata hard drive, i could create them manually but i think udev will probably decide that they should go again, i wouldn't mind it deleting them if it also created them, but it doesn't, as soon as something happens like changing the partitions on the drive or something the nodes get deleted, and the same thing happens with the usb storage stuff (but at that time, it was on /dev/sda)

so i guess i have to do the rules for udev, but how? i have no clue what to do to get udev to make it right

edman007 01-18-2005 02:46 PM

anyone?

Andrew Benton 01-18-2005 05:02 PM

I find that udev is pretty good at creating nodes in /dev quite soon after the modules are modprobed. What modules are you using? lsmod can be educational.
The best solution is to build the features you need into the kernel then udev creates the nodes on boot


All times are GMT -5. The time now is 12:43 PM.