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

    • Linux 7.2's first release candidate gets off to a good start by Paul Hill Credit: Larry Ewing It has been a few weeks since the release of Linux 7.1, and in that time, the Linux 7.2 merge window has been open, where developers can submit their features and patches ready for the upcoming release. That window is now shut, and the release candidate phase has begun so that new features can be tested and further fixes applied. According to the founder of Linux, Linus Torvalds, this week’s release candidate looks “reasonably normal”. Although we are super early in the release candidates, this is a good sign as it makes it more likely that an eighth release candidate will not be needed. Torvalds even mentioned that the update’s stats are only larger than they really are because there was another AMD header drop with a third of the patch just being AMD GPU register definitions, which aren’t big changes but make the code contributed look larger overall. In addition to this, he noted that just over half the patch is drivers, even when excluding the AMD register dump. The rest of the changes are spread out over architecture updates, tooling, documentation, and core kernel updates. In the next week, Torvalds says that he will be chilling out, taking the week “mostly off”. Despite this, he will be reading emails and keeping up with things, so if he is slow responding, now you know why. He said he is hoping for a calm week, but we will just have to see if the second release candidate is actually like that. We should expect seven or eight release candidates before Linux 7.2 is released, so expect it around the end of August. If you missed it a few weeks ago, be sure to check out our coverage of Linux 7.1's release.
    • Ridiculous claim that the labor cost difference of $6000 annually would increase cost per phone by $200. The employees produce 3 phones per month or what?
    • Sparkle 2.20.1 by Razvan Serea Sparkle is a free, open-source Windows optimization tool designed to make your PC faster, cleaner, and more private. With Sparkle, you can easily debloat Windows by removing unnecessary apps and services, disable Microsoft tracking to enhance privacy, and apply performance tweaks to boost speed. Its cleaner removes junk and temporary files, while every change is safe and fully reversible. Sparkle also features a modern, user-friendly interface with automatic updates, making system maintenance simple. Explore over 39 tweaks, from disabling telemetry and hibernation to optimizing network and game settings, all aimed at customizing and enhancing your Windows experience. Sparkle supports Windows 10 and 11. Sparkle 2.20.1 changelog: You can now change the Animation Direction from Up, Left, or Off. Added configurable animation direction (Up, Left, Off) for improved accessibility Added TTL caching to the system info backend Refactored tweak application flow to await NvidiaProfileInspector Improved IPC listener cleanup to correctly remove specific listeners Fixed online status not updating after successful network requests Updated system info tests to support backend caching Removed electron-toolkit utils dependency in favor of internal is.dev helper Fixed unwanted files and folders being included in application bundles Download: Sparkle 2.20.1 | Portable | ~100.0 MB (Open Source) Links: Sparkle Website | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Never used the G7 Pro, but I've never had a good experience with that style of d-pad and fighting games.
    • And I just bought a seat cushion for my mesh chair. The chair feels nice but the first time I sat in it with boxers, I realized I don't like the feel of mesh on my legs. 😂
  • Recent Achievements

    • One Month Later
      JKR earned a badge
      One Month Later
    • Dedicated
      Asgardi earned a badge
      Dedicated
    • Conversation Starter
      jessse3334 earned a badge
      Conversation Starter
    • Reacting Well
      JuvenileDelinquent earned a badge
      Reacting Well
    • One Month Later
      Excellence2025 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      496
    2. 2
      +Edouard
      247
    3. 3
      PsYcHoKiLLa
      154
    4. 4
      Steven P.
      86
    5. 5
      macoman
      65
  • Tell a friend

    Love Neowin? Tell a friend!