Create /dev/console and /dev/null devices manually

Linux specific questions/information are gathered here. The main thrust of topics are applied to Centos/RedHat(RH)/Debian/Ubuntu/Gentoo distributives

Create /dev/console and /dev/null devices manually

Postby lik » Sun Jul 18, 2010 5:41 pm

Create manually required for boot devices:
Code: Select all
mknod -m 660 /mount_point/dev/console c 5 1
mknod -m 660 /mount_point/dev/null c 1 3
lik
Founder
Founder
 
Posts: 497
Joined: Wed Dec 15, 2010 3:21 am

Return to Linux specific

 


  • Related topics
    Replies
    Views
    Last post