Re: [Emc-users] cloning hard drive to new SSD

2020-04-23 Thread Jon Elson
On 04/23/2020 05:43 PM, andrew beck wrote: hey jon my old hard drive is 1000 gb the new SSD is 120 gb So I definitely need to shrink the iso. But the actual data on the old hard drive is probably only about 3 gb OK, step one is use fdisk to see the partition arrangement on the old drive.

Re: [Emc-users] cloning hard drive to new SSD

2020-04-23 Thread andrew beck
hey jon my old hard drive is 1000 gb the new SSD is 120 gb So I definitely need to shrink the iso. But the actual data on the old hard drive is probably only about 3 gb regards Andrew On Thu, Apr 23, 2020 at 3:34 PM Jon Elson wrote: > On 04/22/2020 09:22 PM, andrew beck wrote: > > Hey

Re: [Emc-users] toolchange numbers are confusing on the documentation

2020-04-23 Thread andrew beck
Thanks Todd I will suss out some sort of interlocking in classic ladder. Regards Andrew On Fri, Apr 24, 2020, 1:56 AM Todd Zuercher wrote: > There should also be logic in place to prevent the tool from being > released any time the spindle is running, and to detect and set an alarm if > the

Re: [Emc-users] cloning hard drive to new SSD

2020-04-23 Thread Sam Sokolik
I have used clonezilla for years and years. I can't remember a situation that it didn't 'just work' (cloning windows, mac, linux and whatever else..) sam On Thu, Apr 23, 2020 at 3:06 PM Dave Cole wrote: > Look up R-Drive image. It works with Windows and will clone just about > anything.

Re: [Emc-users] cloning hard drive to new SSD

2020-04-23 Thread Dave Cole
Look up R-Drive image.   It works with Windows and will clone just about anything.  Linux drives are no big deal. Its not free, but its not expensive either. I have two USB to IDE/Sata adapters that I used to clone drives.  Or you can use one adapter and save the image from one drive and

Re: [Emc-users] cloning hard drive to new SSD

2020-04-23 Thread R C
On 04/23/2020 12:10 PM, Rafael Skodlar wrote: Bravo. I'm horrified reading recommendations to use dd for cloning files on storage devices. dd copies fragmented files as is so you are messing new drive for performance issues from the get go. btw:  you can "practice" dd with a usb stick

Re: [Emc-users] cloning hard drive to new SSD

2020-04-23 Thread R C
On 4/23/20 11:10 AM, Rafael Skodlar wrote: On 2020-04-23 07:56, R C wrote: well, you can do it with dd, but the details are tricky at times. You are not just "cloning" a disk, like you used to copy a disk. I drive has multiple things, like an MBR, and partitions and such. Most of the time

Re: [Emc-users] cloning hard drive to new SSD

2020-04-23 Thread R C
correct  BUT  if you don't do that you won't have an exact copy,  and if you have "so so" sectors, you might not be able to fix that  on a "regular" copied drive.  Also, some of these copy utilities do not know why something is in a different order. (older copy protection worked like that, 

Re: [Emc-users] cloning hard drive to new SSD

2020-04-23 Thread Jon Elson
On 04/23/2020 12:10 PM, Rafael Skodlar wrote: Bravo. I'm horrified reading recommendations to use dd for cloning files on storage devices. dd copies fragmented files as is so you are messing new drive for performance issues from the get go. Yes, this is true. But, if you copy the

Re: [Emc-users] cloning hard drive to new SSD

2020-04-23 Thread Rafael Skodlar
On 2020-04-23 07:56, R C wrote: well, you can do it with dd, but the details are tricky at times. You are not just "cloning" a disk, like you used to copy a disk. I drive has multiple things, like an MBR, and partitions and such. Most of the time to just clone a disk, copy it if you will,

Re: [Emc-users] cloning hard drive to new SSD

2020-04-23 Thread R C
well, you can do it with dd, but the details are tricky at times. You are not just "cloning" a disk, like you used to copy a disk. I drive has multiple things, like an MBR, and partitions and such. Most of the time to just clone a disk, copy it if you will, works, but what one should really

Re: [Emc-users] toolchange numbers are confusing on the documentation

2020-04-23 Thread Todd Zuercher
There should also be logic in place to prevent the tool from being released any time the spindle is running, and to detect and set an alarm if the tool is not properly clamped before and during running the spindle. Todd Zuercher P. Graham Dunn Inc. 630 Henry Street  Dalton, Ohio 44618 Phone: 

Re: [Emc-users] cloning hard drive to new SSD

2020-04-23 Thread Marshland Engineering
I use Macrium Reflect on Windows. It backups everything, windows, Linux, boot partitions etc and can even restore to a smaller drive. Been using it for years and works very well. Worth having a PC in the background just for this. Cheers Wallace ___

Re: [Emc-users] cloning hard drive to new SSD

2020-04-23 Thread Gregg Eshelman via Emc-users
Or download the System Rescue CD, boot it, launch the GUI (how to do that is on the screen, just type startx then hit enter) and use the GUI version of GPartEd (GNU Partition Editor). The drive you clone to still has to be exactly the same size or larger because it can't simultaneously clone

Re: [Emc-users] cloning hard drive to new SSD

2020-04-23 Thread Gregg Eshelman via Emc-users
For Linux the tool to use is dd in a terminal window. Google how to clone disk with linux dd On Windows there's the free AOMEI Partition Assistant, or their free Backupper. I know Partition Assistant can copy non-Windows partitions, and under the advanced settings it has a box to check for

Re: [Emc-users] cloning hard drive to new SSD

2020-04-23 Thread Glenn Edwards
I posed this same request to the group a couple weeks back. I was going to wait until I was successful with two clones before I reported my results, but here is what I tried and what worked. All my problems with cloning arose from making a bootable HD. dd failed to make a bootable drive for me