Thread
:
[SOLVED] Converting HDD
View Single Post
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
View Public Profile
Find More Posts by samuraitux
System Specs