View Single Post
Old 07-02-2008, 05:12 PM   #4 (permalink)
samuraitux
Registered User
 
Join Date: Jul 2008
Posts: 26
OS: XP_SP2, Debian, Server 2003, Freebsd


Re: Converting HDD

mount both of the drives then do a cp So an example would be

Code:
cp /dev/sda1/*.* /dev/sda2/*.*
or if you mounted them both under I believe /media you could do

Code:
cp /media/usbdisk/*.* /media/usbdisk2/
samuraitux is offline   Reply With Quote