if your source disk is on /dev/hda,
and your destination disk is on /dev/hdc,
and given that the size of hdc >= hda, 
    plus /dev/hdc is not mounted,
then using dd, do:

 1) /sbin/init 1
 2) /bin/dd  if=/dev/hda  of=/dev/hdc
 
i've tried this successfully on scsi disks like:
    dd  if=/dev/sda  of=/dev/sdb
or copying iso images from cdrom to file:
    dd  if=/dev/cdrom  of=/root/file.iso

pong


--- JohnHomer <[EMAIL PROTECTED]> wrote:
> i can do 
> 
> xcopy c:\*.* d:\*.* /c /h /e /k
> 
> on fat32, for disk dupes works great for me,
> i dont have to worry bout geometry/sizes.
> 
> if we can get the "cp" equivalents for those
> switches, then, all will be fine, I THINK.
> 


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to