May 12, 2005 #1 shahina Programmer Joined Aug 19, 2003 Messages 47 Location IN Hi all, can any one help me to doscp a floppy from linux? after mounting the device, cp command din't work for me..plz help.
Hi all, can any one help me to doscp a floppy from linux? after mounting the device, cp command din't work for me..plz help.
May 12, 2005 #2 mrregan MIS Joined Nov 2, 1999 Messages 490 Location US mcopy -t myfile.txt a: the t option translates cr to cr/lf Upvote 0 Downvote
May 12, 2005 Thread starter #3 shahina Programmer Joined Aug 19, 2003 Messages 47 Location IN hi mrregan.. but its coming bash:mcopy command not found!..how to get it? Upvote 0 Downvote
May 13, 2005 #4 mikri Technical User Joined Dec 16, 2003 Messages 39 Location DE take a look at google and you will find it. Upvote 0 Downvote
May 13, 2005 #5 mrregan MIS Joined Nov 2, 1999 Messages 490 Location US try it as the superuser , or possible use the find command to locate the folder that it is in, and use the full path name of the command. Upvote 0 Downvote
try it as the superuser , or possible use the find command to locate the folder that it is in, and use the full path name of the command.
May 13, 2005 #6 Chacalinc Vendor Joined Sep 2, 2003 Messages 2,043 Location US mcopy, mdir and other DOS tools are found in mtools. Upvote 0 Downvote