Home » Questions » Computers [ Ask a new question ]

Why does trying to use "mdir" give me "Can't open /dev/fd0: No such file or directory"?

Why does trying to use "mdir" give me "Can't open /dev/fd0: No such file or directory"?

Every time I try to use the "mdir" command on Ubuntu 9.10, I get this message:

Asked by: Guest | Views: 357
Total answers/comments: 1
Guest [Entry]

"Update: Your instructions have a typo; it's telling you to make a directory, so you should run mkdir instead of mdir.

""mdir"" is an old tool for accessing DOS-formatted floppy disks without mounting the floppy. You probably don't want that. (It's part of the mtools package, which you are probably safe in uninstalling.)

Are you trying to

make a directory? Use mkdir
remove a directory? Use rmdir
move a directory? Use mv"