SOLVED:Cloned drive unbootable

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
gnappi
Level 3
Level 3
Posts: 115
Joined: Fri Aug 31, 2012 1:39 pm

SOLVED:Cloned drive unbootable

Post by gnappi »

After booting from the CD I used the command to copy a 1/3 full 500 gb SATA drive to an external 500 gb sata drive using

sudo dd if=/dev/sda of=/dev/sdc

And after 6 hours the terminal showed no further activity but the destination drive appeared to be in a fixed read or write loop so I powered down booted on the source drive and the disks utility shows all of the partitions sizes on the destination disk correct but but the file system partition appears full and the swap shows as free space?

Ideas what I may have done wrong?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
WharfRat

Re: Cloned drive unbootable

Post by WharfRat »

It might not have completed :?

Do it again using sudo dd if=/dev/sda of=/dev/sdc bs=4M status=progress && sync so you can monitor the progress.
gnappi
Level 3
Level 3
Posts: 115
Joined: Fri Aug 31, 2012 1:39 pm

Re: Cloned drive unbootable

Post by gnappi »

Wow! After 6 hours with only 1/3 of it full? I'll try again using your syntax but, this time I'll install the destination drive in the system instead of the USB3 external connection, I wonder if the DVD does not load the fast driver for USB?
User avatar
Pierre
Level 21
Level 21
Posts: 13215
Joined: Fri Sep 05, 2008 5:33 am
Location: Perth, AU.

Re: Cloned drive unbootable

Post by Pierre »

aah - YES - - don't use any usb connection, if possible.
- can be very Slow, even with usb3 :(
direct connections, SATA preferably.
8)
Image
Please edit your original post title to include [SOLVED] - when your problem is solved!
and DO LOOK at those Unanswered Topics - - you may be able to answer some!.
WharfRat

Re: Cloned drive unbootable

Post by WharfRat »

Don't forget to change dd's destination :wink:

I did 6TB on a usb3 - it ran all night long into the next day :roll:
User avatar
AZgl1800
Level 20
Level 20
Posts: 11173
Joined: Thu Dec 31, 2015 3:20 am
Location: Oklahoma where the wind comes Sweeping down the Plains
Contact:

Re: Cloned drive unbootable

Post by AZgl1800 »

WharfRat wrote: Fri Apr 06, 2018 12:44 am Don't forget to change dd's destination :wink:

I did 6TB on a usb3 - it ran all night long into the next day :roll:
Very familiar with that, all of my backup drives are USB, usb-2 is a PITA

usb-3 is doable, but I start it at bedtime, and don't look at it again until the next evening.

whatever you do, don't screw with the PC period.... just leave that one alone, and get another one to surf the net.
I turn the monitor off.
LM21.3 Cinnamon ASUS FX705GM | Donate to Mint https://www.patreon.com/linux_mint
Image
gnappi
Level 3
Level 3
Posts: 115
Joined: Fri Aug 31, 2012 1:39 pm

Re: Cloned drive unbootable

Post by gnappi »

WharfRat wrote: Thu Apr 05, 2018 11:08 pm It might not have completed :?

Do it again using sudo dd if=/dev/sda of=/dev/sdc bs=4M status=progress && sync so you can monitor the progress.
Thanks WR. I'm running off of the cloned drive. It took 92 minutes to copy. I read a bit on DD and it copies the empty white space too not just the data.
Good thing I installed the drive to be cloned in the machine :-)

Thanks again everyone.
Locked

Return to “Software & Applications”