On Fri, 2004-03-26 at 07:37, Paul William wrote: > Is a simple dd: > dd if=/dev/hdc of=/dev/hdx > capable of 'cloning' hdc into hdx? hdc is nearly dead so I will be > getting a replacement tomorrow and I don't fell like reinstalling > everything.
That'll work, copying everything including partitions, filesystems etc. Make sure that size(hdx) >= size(hdc). Cheers, Rex\
