I am new to the Linux architecture, i was wondering how one can create a device file like sdb or sda and associate it with a physical disk in absence of udev, if it is possible. I have created a hard disk in VBOX now I am building a Linux system from scratch which has very minimal features and doesn't have udev. So is it possible to create device file in the minimal Linux and associate the VBOX hard disk to the device file.
            Asked
            
        
        
            Active
            
        
            Viewed 63 times
        
    2
            
            
        - 
                    1Check `MAKEDEV`: http://www.tldp.org/LDP/sag/html/hwutils.html – hek2mgl Feb 25 '15 at 10:14