copying files in linux

wadada AGYEI at net2.eos.uoguelph.ca
Wed Mar 9 11:28:36 EST 1994


hi comerades,
i am highly grateful to all those who responded to the above subject. 
i have overcome the problem now and have been able to make copies of 
whatever unix files from one floppy to the other. of all the helps 
that i had, Mark's was the most effective, fast and most convenient. 
since copying of files is a daily routine for researchers, i have 
decided to post Mark's tutorial for the benefit of those who may need 
it someday. the routine Mark gave is shown below. when you want to 
copy files from 3.5 Floppy to another 3.5 floppy, replace fd0 by fd1.

thanks
eugene

-------------------------------------------------------------------
#It really depends on how the floppy is formatted and what kind of file
#system it contains, unless you do a straight binary copy. For that, try
#something like
#
#   cp /dev/fd0 /tmp/FloppyImage
#
#[change diskettes]
#
#   cp /tmp/FloppyImage /dev/fd0
#
#which should copy the entire floppy as a block stream. Be sure to check
#and see that it really worked okay, though: some systems have trouble with
#this kind of thing, it seems.
#
#-- Mark
#
#--------------------------------------------------------------------
#Mark P. Line                       Phone: +1-206-733-6040
#Open Pathways                        Fax: +1-206-733-6040
#P.O. Box F                         Email: markline at henson.cc.wwu.edu
#Bellingham, WA 98227-0296
#--------------------------------------------------------------------
#
#
#




More information about the grass-user mailing list