You are not logged in.
Pages: 1
Hi,
I have one question, is it possible to copy all of Arch from one hard drive to another and it will still boot as normal (modifying properly grub)?
Offline
Sure. Just make sure grub and fstab are updated accordingly.
Offline
dd ist your friend
man dd
Greetings,
Flasher
Offline
you could also use rsync to copy the files to the other disk, but dd is imho much easier. update the grub menu.lst and fstab to boot from the root partition and mount everything properly
Offline
+1 for dd
Works everytime. Copying stuff and then updating grub and fstab is a good option too, lets you use a new filesystem on the new disc without any problems.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Just out of curiosity, what are dd's advantages over cp? Does dd preserve something that `cp -a' does not?
Offline
cp copies files.
dd copies the whole disk, MBR, partition tables and all.
Windows was made for looking at success from a distance through a wall of oversimplicity. Linux removes the wall, so you can just walk up to success and make it your own.
--
Reinventing the wheel is fun. You get to redefine pi.
Offline
Ah, okay, thanks.
Offline
Pages: 1