![]() |
![]() |
![]()
Post
#1
|
|
Group: Members Posts: 227 Joined: 26-October 05 Member No.: 8,405 ![]() |
Can someone please give me the exact command to copy the microdrive to a CF in the CF slot such that when I take the microdrive out and replace it with the CF all that I have will be there as though no change has taken place.
I guess it will be something like cp -R /dev/hda1 /mnt/cf but I'm not sure and I can't test it until I've swapped it out so would appreciate a concrete answer to save me trying then swapping back and forward. How shuold I partition / format it? It's a 3000 with PdaXrom. |
|
|
![]() |
![]()
Post
#2
|
|
![]() Group: Members Posts: 2,803 Joined: 21-March 05 From: Sydney, Australia Member No.: 6,686 ![]() |
I would boot into DB mode and then copy from there
mkdir /mnt/hdd mount /dev/hda1 /mnt/hdd tar cvf - /mnt/hdd/* | tar xvf - -C /mnt/cf |
|
|
![]()
Post
#3
|
|
![]() Group: Members Posts: 1,248 Joined: 6-July 04 Member No.: 3,928 ![]() |
QUOTE(Meanie @ Feb 15 2006, 11:09 AM) I would boot into DB mode and then copy from there mkdir /mnt/hdd mount /dev/hda1 /mnt/hdd tar cvf - /mnt/hdd/* | tar xvf - -C /mnt/cf Actually you may mean this ![]() tar -c /mnt/hdd/* | tar -xpv -C /mnt/cf Note that the p option is quite important too |
|
|
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 23rd April 2018 - 07:27 PM |