My Boss's HD is Dying, Any Way To Clone & Boot?


Recommended Posts

So my Boss's HD is about to die, He said it is just clicking incredibly loud, and he can tell it is on it's way out. This is his families shared computer. He came to me asking if I knew of any solution, and I was stumped. I mean I know of Norton Ghost, etc., as he does, but was wondering if there was anything else (preferably free). He really wants to avoid starting over from scratch and reinstalling windows if there is any way at all possible to do so.

So is there anyway he can just copy the contents of his old HD to a new HD and then boot off that new HD?

I have a Thermaltake BlacX which I am thinking would make his life easier.

en_1b.gif.jpg

TIA for any help. Much appreciated.

if the drive is fully readable, or the parts that are not are just user type files and not real important to the booting of the OS.. then sure a clone will work - pick your clone tool.. There are plenty to choose from. Look in the freeware list, google -- there are pretty much hundreds of different cloning/imaging tools out there for FREE.. Most makers of hard drives give you a way to clone your drive to your new drive right, you can download from website, etc. So whatever new drive he buys should provide the means to clone over his system from his old drive.

If it still works atm, use something like Acronis True Image, their trial will allow a free full imaging of a drive (last time I checked) and gives you a boot disk to clone it back onto another new drive

If it doesn't work enough for that, spinrite might give you enough life back to image it, but clicking generally means the heads are dying and I don't think spinrite can do anything about that

For quick backups/copies, I've used Macrium Reflect (free).

All you do is take an image of a drive that you want to clone.Save the image and then dump the image on another drive. Very simple.

Best thing about this software is that I can clone my primary drive while booted into Windows!

http://www.macrium.com/reflectfree.aspx

Edited for link inclusion.

I recommend using Acronis True Image 2013. You can try it for 30 days which is more than enough time to backup and restore your boss's data. Unfortunately, you can't use the clone disk feature in the trial version which would make things a little easier. Instead, you'll need create a rescue media (bootable CD/DVD/USB drive). Once you do that, you can use it to restore the backup on the new hard drive. Just make sure you change the boot order in BIOS so it boots from the rescue media first. It's explained in the User Guide (PDF) on page 79 (see 4.1.3 - Recovering your system).

2agsy3b.png

dd if=/dev/sda of=/dev/sdb conv=sync,noerror bs=4M

That assumes /dev/sda is the dying disk, and /dev/sdb is the new disk. Use fdisk -l to get all your disk info.

The advantage of this method is you don't need to be running from the dying disk's OS. You can run a live cd/usb pen of Ubuntu (for instance), and run those commands from the terminal.

Awesome thanks everyone, quick question, I was just informed the older drive is 320GB, new one is 1TB, that should not make a difference right? I am thinking worse case scenario is it would just make a partition?

Awesome thanks everyone, quick question, I was just informed the older drive is 320GB, new one is 1TB, that should not make a difference right? I am thinking worse case scenario is it would just make a partition?

Acronis can resize the partitions if you clone

yeah moving to larger disk is never an issue, taking a image of say a 1TB drive and trying to get it onto a 320 would be problematic ;) Would work as long as your data is less than 320. But is a bit more complex than going to a larger drive.

What new drive did you buy, all of the makers of drives provide tools to move your system to their new drives. Why use a trial and have to use recovery boot, etc. when you can just use the offical method of the maker to move to the new drive.

What drive did you buy and I can point out the instructions and url for you to get the tools need if they did not already come with the disk you bought. If you buy a retail version of the drive they normally come with the software to do what your asking.

If you use the 'dd' method simplezz mentioned from an Ubuntu or GParted Live disc, which I would recommend, you can quite easily use GParted to expand the partition from 320 GB to 1 TB. It should cause no problems at all.

No matter which method you choose for cloning the drive, you will probably want to do a chkdsk on the new disk once the clone is complete and the partition has been expanded. If you suspect that the file system is dirty, you may even consider using chkdsk immediately after cloning the disk (before expanding the partition) just to be safe. If you don't want to boot into Windows, you can use a Windows Vista, 7, or 8 install disc to check the disk offline. (Unfortunately, the NTFS utilities for Linux don't yet have a chkdsk equivalent.) Assuming the disk is drive 'C', which you will have to check after booting from the disc (it may not be the same as in Windows), you can open a command prompt and run 'chkdsk C: /r'.

If possible, you want to do a chkdsk from Windows 7 or 8, even if the version of Windows you are cloning is older. Microsoft drastically improved the performance of chkdsk in Windows 7 and Server 2008 R2.

@ Budman - I think he said he purchased a Seagate drive from Best Buy, I did not purchase the drive for him and this is all pretty much outside of the work place. But pretty sure he said Seagate. So that should include something in the box he can use?

As far as having to boot into Linux or what have you, trying to keep this as simple as possible for him. He knows his way around a computer, but not sure if he has ever touched Linux to be honest. Unlike a lot of you, I do not work in the IT department. :laugh: So while those options may be the best, most thorough options, keeping it a Windows based solution (he is on 7) that is as simple as possible is the preferred method.

Thanks again all. (Y)

If its segate, retail should of come with CD with the tools on it sure. If not you can always grab them here

http://knowledge.sea...US/FAQ/201991en

How can I copy / transfer all the data from my old boot drive to my new Seagate drive?

You can grab discwizard here

http://www.seagate.com/support/downloads/discwizard/

guide on use is here

http://www.seagate.com/files/www-content/support-content/downloads/discwizard/_shared/docs/dw_ug.en.14382.pdf

^ thats pretty slick method, and sure that would do the trick. But unless your going to be duplicating disks on a somewhat reg type basis, cost seems prohibitive when what he wanting can been done for a few minutes of his time vs forking over $70 and then same few minutes of his time.

But sure that would be a nobrainer way of doing it to be sure.

Macrium Reflect Free is the way to go. After having cloned the HDD to a disk image on an external drive, your boss will need to burn a Linux-based restore CD from within Macrium and then restore the disk image on the new HDD.

Oh, and before the cloning/dumping process I'd let Spinrite perform some of its tricks on the failing HDD, just to be sure that the data will be fully readable by Macrium.

@ Budman - I think he said he purchased a Seagate drive from Best Buy, I did not purchase the drive for him and this is all pretty much outside of the work place. But pretty sure he said Seagate. So that should include something in the box he can use?

As far as having to boot into Linux or what have you, trying to keep this as simple as possible for him. He knows his way around a computer, but not sure if he has ever touched Linux to be honest. Unlike a lot of you, I do not work in the IT department. :laugh: So while those options may be the best, most thorough options, keeping it a Windows based solution (he is on 7) that is as simple as possible is the preferred method.

Thanks again all. (Y)

Budman's suggestion should be the easiest method. All it requires is one reboot for the cloning process and a shutdown to remove the old hard drive.

Budman's suggestion should be the easiest method. All it requires is one reboot for the cloning process and a shutdown to remove the old hard drive.

Yep, just got home and wanted to say thanks again to everyone, and thanks in particular Budman. This is indeed the method he is going to try as it does seem to be the most user friendly overall.

If I hear from him with a text over the weekend I will report back how it went, if not I will on Monday when I am back in the office.

Thanks again for all the replies. (Y)

Good to hear, this is great time to MAKE SURE that critical files are backed up. Its one thing to not want to have to reinstall from scratch, etc. And its another thing to loose say kids 3rd birthday party blowing out candles on his cake, or your grandkids first steps on video, etc..

All things fail - disks can die without notice. He was lucky this time, but make sure those non replaceable videos and pictures are BACKED UP!!!

You can always reinstall an OS, worse case software can always be repurchased -- but you can never get back family pictures and or videos. Please make sure these kinds 0f files are safe, multiple disks, multiple media, multiple locations!

Never a better time to go over this, when there has been a scare of of loss.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I honestly think WSL is one of the coolest things about Windows. The fact that you can type one command and now your computer also runs Linux, without any VM or OS setup is impressive. Yes, it is a VM under the covers, but what is impressive is how seamless and simple it all is.
    • You still shouldn’t want a WhatsApp account. You made it this long why would you need one now?
    • I don't use Edge, I don't even use Windows these days as my main driver. Mac these days I use and Zen browser
    • Apple releases iOS 26.5.2 with dozens of security fixes for iPhone by Karthik Mudaliar Apple has released iOS 26.5.2 and iPadOS 26.5.2, which are security-only updates for the iPhone and the iPad. The update brings a bunch of security fixes for WebKit, WebRTC, WebKit Storage, WebKit Canvas, Web Extensions, libxslt, IOGPUFamily, and even the kernel. Some of the WebKit issues that were fixed could have allowed malicious web content to disclose sensitive user information, exfiltrate cross-origin data, crash Safari, or process restricted web content outside the browser sandbox. One notable WebKit Storage bug could let a malicious website to silently hijack clipboard data, according to Apple’s description. Other WebKit-related flaws involved memory corruption, use-after-free bugs, type confusion, out-of-bounds writes, permissions problems, and cross-origin data handling issues. The update also includes three kernel-related fixes. Apple says one of the flaws could let an app write kernel memory or cause unexpected system termination, while another may leak sensitive kernel state, and a third could corrupt kernel memory or terminate the system unexpectedly. Although Apple hasn't described them as remote web attacks, kernel bugs are still important to fix, as they can sometimes be chained with other flaws to escape app or browser restrictions. The updates are available for iPhone 11 and later, iPad Pro 12.9-inch 3rd generation and later, iPad Pro 11-inch 1st generation and later, iPad Air 3rd generation and later, iPad 8th generation and later, and iPad mini 5th generation and later. Similar security fixes also came with the latest update to macOS Tahoe 26.5.2, which Apple released on the same day. That overlap is not surprising, since Safari, WebKit, WebRTC, and other underlying components are shared across Apple’s platforms. Users are advised to update their devices sooner rather than later as these security fixes are crucial. iOS 26.5.2 can be installed from Settings > General > Software Update. Similarly, Mac users can find macOS Tahoe 26.5.2 through System Settings > General > Software Update.
  • Recent Achievements

    • Reacting Well
      NovaEdgeX earned a badge
      Reacting Well
    • Week One Done
      NovaEdgeX earned a badge
      Week One Done
    • One Year In
      BA the Curmudgeon earned a badge
      One Year In
    • Conversation Starter
      rosiecharles earned a badge
      Conversation Starter
    • First Post
      KMilenkoski1202 earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      535
    2. 2
      +Edouard
      266
    3. 3
      PsYcHoKiLLa
      149
    4. 4
      Steven P.
      97
    5. 5
      macoman
      61
  • Tell a friend

    Love Neowin? Tell a friend!