Computing.Net > Forums > Linux > mcopy question

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

mcopy question

Reply to Message Icon

Name: LinuxForum41
Date: February 17, 2004 at 08:20:35 Pacific
OS: RedHat 6.2
CPU/Ram: PIII-750-128M
Comment:

I would like to be able to use mcopy to copy some files and subdirectories off of a floppy.

For instance, I have file1.txt, file2.txt, subdirectories Sub1, Sub2, Sub3, Sub4 on a floppy, with each subdirectory containing some files.

How can I utilize mcopy to copy over what is on the floppy to my hard drive?

I am running RedHat 6.2, and mcopy only has these options:

-tnmvV, and there is no further description as to what these mean when I type

mcopy and return.

Any suggestions appreciated.

Thank you.



Sponsored Link
Ads by Google

Response Number 1
Name: taurus
Date: February 17, 2004 at 08:39:17 Pacific
Reply:

If you want to copy files and subdirectories to your harddrive, then use the -R with your cp...

cp -R /mnt/floppy/* ~/temp

taurus


0

Response Number 2
Name: 3Dave
Date: February 18, 2004 at 02:23:58 Pacific
Reply:

If you are using cp to copy DOS text files, you can still easily convert them to unix format and back again with:
##DOS -> UNIX
$ sed -e 's/.$//' dos.txt > unix.txt

##UNIX -> DOS
$ sed -e 's/$/\r/' unix.txt > dos.txt


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Safe to do NTFS in 2.6.0 migrate from RH 7.3 to Ma...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: mcopy question

question about IPchains firewall www.computing.net/answers/linux/question-about-ipchains-firewall/20268.html

another internet question, www.computing.net/answers/linux/another-internet-question/26460.html

linux networking questions www.computing.net/answers/linux/linux-networking-questions/6222.html