Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mknod command

Status
Not open for further replies.

bitwise

Programmer
Mar 15, 2001
269
US
If a floppy devices /dev/fd0 does not exist how can I create it? What is the "mknod" command that I should issue to create the "/dev/fd0" device?

Thanks,
-bitwise
 
Nevermind I got it.

mknod /dev/fd0 b 2 0

Thanks,
-bitwise
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top