Logo 
Search:

Unix / Linux / Ubuntu Forum

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds

fd0 bynary file

  Date: Nov 24    Category: Unix / Linux / Ubuntu    Views: 298
  

I lose, accidentally /dev/fd0 bynary file.

The command issued was "rm fd0".

Platform: Intel & Suse distribution 7.3

Is there any way to rescue it?

Share: 

 

1 Answer Found

 
Answer #1    Answered On: Nov 24    

Well done, you just removed your floppy drive :)

BTW, this isn't a binary file, it's a kernel device driver node.

As root, run:

# cd /dev
# mknod fd0 b 2 0

This will re-create the block device major 2, minor 0.

 
Didn't find what you were looking for? Find more on fd0 bynary file Or get search suggestion and latest updates.




Tagged: