kaushal wrote: > The default copy program in the linux or windows will not > create a file,if the copy process aborts at say the last 5 seconds.Lets > say the file size is 700MB and the copy process failed after copying > 695MB and aborted,then we don't have the 695MB file on the hdd.If alone > the copy is successful till 100%we can have it.
That's because the cp command deletes the destination if there is an error. If you don't want this, copy it using "dd". -- Glynn Clements <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
