Today, I was trying to install a Seagate 200Gb HDD into my Dell Optiplex running Mandrake 9.2.
In performing the installation, I noted that the device's block files were not created. So, I stumbled around trying to get the drive files set up.
My installation does not have the "MAKEDEV" script/program to help create them, so I attempted to use makedev and mknod to do so. In my bumbling (and lack of clear help from MDK), I managed to use makedev to create two odd directories of device files in /dev (/dev/hdb/<tons of device dirs> and /dev/--help). Though I can delete the contents of the directories and erase that portion of the tree, each reboot creates the dirs again (without the special file contents usually found after running makedev). I think this behavior (recreation of the dirs) comes via the 'devfsd' program, but I'm not sure how to make it stop re-creating these directories I wish to clear out all together.
Once I clear them out, I can try to deal with the mknod situation again to properly make the block files to get the drive working.
Can someone help me get rid of these files and point me to a decent HOW-TO to install a large IDE drive?
Thanks.