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

    • Display Driver Uninstaller (DDU) 18.1.5.5 by Razvan Serea Display Driver Uninstaller (DDU) is a utility for completely removing AMD/NVIDIA/INTEL graphics drivers and related packages from your system, attempting to eliminate all leftovers (including registry entries, folders and files, driver store). Though AMD/NVIDIA/INTEL drivers can usually be removed via the Windows Control Panel, this uninstaller tool was created for situations where standard uninstall fails, or when you need to fully remove NVIDIA or ATI graphics card drivers. After using this driver cleaner, your system will behave as though it’s the first time you’re installing a new driver—similar to a fresh Windows installation. As with all such tools, we recommend creating a restore point beforehand, allowing you to undo changes if issues arise. If you're having trouble installing an older or newer driver, try it—there are reports that it resolves such problems. Recommended usage: The tool can be used in Normal mode but for absolute stability when using DDU, Safemode is always the best. Make a backup or a system restore (but it should normally be pretty safe). It is best to exclude the DDU folder completely from any security software to avoid issues. You do NOT need to uninstall the driver prior using DDU. Requirements: .NET Framework 4.8 Compatible with Windows 7, 8, 8.1, 10, and 11 (32-bit or 64-bit) Note: Using on Insider Preview builds is at your own risk. Display Driver Uninstaller (DDU) 18.1.5.5 changelog: Added 'Reset to recommended' button for the Options. General fixes and improvements. Download: Display Driver Uninstaller (DDU) 18.1.5.5 | 1.7 MB (Freeware) Download: DDU Portable | 1.2 MB Links: Display Driver Uninstaller Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • WACUP 1.99.51.24568 Preview by Razvan Serea WACUP (WinAmp Community Update Project) is a modern, enhanced version of the classic Winamp music player, designed for better stability, performance, and compatibility. Built for Windows, WACUP retains the familiar Winamp interface while adding 64-bit support, bug fixes, and new features like improved audio format support, customizable skins, and optimized playlist management. Unlike bloated alternatives, WACUP focuses on lightweight performance and regular updates, making it the best choice for fans of the classic Winamp experience. Basically, if you miss the good old days of Winamp and want a modern upgrade that doesn’t mess things up, WACUP is for you! WACUP key features: Classic Winamp Feel – Keeps the familiar interface and functionality. Bug Fixes & Stability – Fixes old Winamp issues and improves performance. 64-Bit Support – Works better on modern systems. More Formats & Plugins – Supports additional audio formats and third-party plugins. Customizable UI – Skins and tweaks for a personalized look. Better Library Management – Improved playlists, media organization, and search. No Bloat – Focuses on performance without unnecessary extras. Regular Updates – Community-driven development with new features and fixes. WACUP 1.99.51.24568 Preview changelog: Fixed a deadlock seen from the recent crash reports when doing some of the drag + drop actions within the media library window Fixed a loading crash seen related to a problem with some of the artwork cache image files being restored which should now be better handled allowing for the bad image to be removed without it failing Fixed a deadlock seen from the recent crash reports when the internal metadata cache clearing is triggered which could block the main ui thread for too long with this now being moved to a background thread Fixed some performance issues with some of the methods related to determining artwork support which mainly affected the local library import / refresh (this is still slower for some compared to other players because there's more data & artwork aspects being checked for which means doing more processing on a single file despite the best of attempts to reduce duplicate / heavy processing where possible) Fixed a crash with the JTFE based missing files hotkey which no one seems to have used for an age for this to appear (maybe it's time to seriously consider stripping out features that aren't being used) Fixed how some of the file types which use extra information to reference their sub-songs is handled which was preventing some from being correctly resolved back to their base file (noticed fixing above) Fixed an issue with the handling of files with underscores in their filepath which wasn't being correctly handled causing some of the filename to be lost when shown as the title if title reading is delayed Fixed a few things that might be behind NotSoDirect not being stable for some setups though am still not certain that the changes done for this are going to fully resolve the problem from the crash reports Fixed the OS toast handling when there's no prior shortcut in the OS start menu to now create the shortcut (needed to allow the yes/no buttons for the new build / post-release toast) to be done as a hidden one so it's less likely to cause annoyance for those not wanting to see it whilst still allowing this less than ideal OS api implementation requirement to be met to avoid toasts without the needed buttons Fixed a regression when moving from taglib1 to taglib2 which broke some of the handling in place to allow for external programs to still access files when wacup has a held open cached instance of the file Everything else Updated cppwinrt (gen_win10shell.dll) to 3.0.260520.1 (26 May 2026) Updated libcurl (libcurl.dll) to 8.2.1 (24 Jun 2026) Updated Monkey's Audio (in_ape.dll) to 13.15 (28 Jun 2026) Updated mpg123 (mpg123.dll) to 1.33.6 (6 Jun 2026) Updated OpenSSL (libcurl.dll) to 3.5.7 (9 Jun 2026) Updated pugixml to 1.16 (16 Jun 2026) Updated taglib (tag2.dll) to 2.3.0 (11 May 2026) Updated vgmstream (in_vgmstream.dll) to the latest Git commit from 28 Jun 2026 Download: WACUP 64-bit | 9.6 MB (Freeware) Download: WACUP 32-bit View: WACUP Website | Screenshots Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • "over a thousand engineering hours" and started selling it but could not take a couple of minuets to send an AI email to ask permission. What an expensive lesson.
    • just tested it yesterday, a simple page with autoloading ADS takes 60mb....just 1 page for 60 megabytes.   poor people with a limited internet never will visit neolose
    • Tor Browser 15.0.17 by Razvan Serea Protect your privacy. Defend yourself against network surveillance and traffic analysis. Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody from watching your Internet connection and learning what sites you visit, it prevents the sites you visit from learning your physical location, and it lets you access sites which are blocked. The Tor Browser Bundle lets you use Tor on Windows, Mac OS X, or Linux without needing to install any software. It can run off a USB flash drive, comes with a pre-configured web browser to protect your anonymity, and is self-contained. Tor Browser 15.0.17 changelog: All Platforms Updated Tor to 0.4.9.11 Updated NoScript to 13.6.25.1984 Build System / All Platforms Bug tor-browser-build#41821: Update gpg subkeys for boklm Bug tor-browser-build#41827: Update morgan's keychain with renewed key Download: Tor Browser (64-bit) | Tor Browser (32-bit) | 109.0 MB (Open Source) View: Tor Browser Website | Other Operating Systems Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      Collagen Project earned a badge
      Week One Done
    • Reacting Well
      Wakeen1966 earned a badge
      Reacting Well
    • Rookie
      Almohandis went up a rank
      Rookie
    • Apprentice
      jahara21 went up a rank
      Apprentice
    • Reacting Well
      NovaEdgeX earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      526
    2. 2
      +Edouard
      265
    3. 3
      PsYcHoKiLLa
      146
    4. 4
      Steven P.
      99
    5. 5
      macoman
      55
  • Tell a friend

    Love Neowin? Tell a friend!