-
How do you copy a HDD partition as a folder to another HDD?
Sorry if in the wrong area.
I have a PC that I want to copy its internal HHD partition c: as a folder to another external HDD.
The PC in question has a problem and won't boot. I have a thumb drive with Dabien 12 on it that I want to use to copy the entire c: drive to an external HDD. I have tried using Dolphin but it doesn't give me that option. Unlike windows, I can not right click a folder or use control/click folder to check multiple folders to copy. and then paste to the external HDD.This is frustrating...
All I'm trying to do is copy the entire partition to another drive so I can re-install my os on the internal and be able to copy the saved files back onto it.
Please help..
Thanks.
-
Are you sure the drive isn't bad and caused the no boot situation?
You could take the drive out and hook it up as a slave drive in another pc or external closure and then copy away.
-
You can use a tool like dd in the terminal to clone the entire partition to an external HDD; just run dd if=/dev/sdX1 of=/dev/sdY1 bs=4M (replace sdX1 with your source partition and sdY1 with your destination partition.
**Links removed by Site Administrator so it doesn't look like you're spamming us. Please don't post them again.**
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|