You are here: > Informations Wikis > Semi Intern > how to copy a partition
 
Views

Just a short remark for myself on how to copy a whole partition to a new place

cd /mnt_old_system

tar -cvpf - . | (cd /mnt_new_system ; tar -xvf -)



Personal tools