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

    • Tidal won't monetize AI slop music, company says by David Uzondu Image via Tidal Tidal has announced an AI policy aimed at protecting artists and their crafts, as AI music generation tools continue to improve both in speed and quality. According to the music streaming platform, AI-generated music will be accepted, but these tracks will be held to a "higher standard" of content integrity. Next month, the company plans to auto-identify and tag these uploads. Listeners will spot a special icon next to content that algorithms flag as 100% AI-generated starting mid-July, and the platform hopes to expand this tag to partially generated songs as detection tech improves. Any AI music that exploits an artist's voice or likeness will be taken down, and Tidal will immediately block tracks associated with fraudulent activity, which includes artificial streaming and deceptive content that interferes with real creators. And finally, music that's 100% AI-generated will not be monetized. Tidal said there is "ongoing debate" about whether certain licensed synthetic models deserve payouts, so it's possible that this part will change in the future. Streaming platforms are absolutely getting flooded with AI-generated music because of how easy it is to pump out endless tracks every minute. To give you an idea of how "bad" it is, Deezer alone reported that synthetic uploads now make up about 44% of its daily intake, which translates to roughly 75,000 automated tracks hitting its servers every single day. Interestingly, Deezer found most people cannot tell the difference between human and machine creations, with an Ipsos study revealing that 97% of listeners failed to spot the AI-generated tracks. Spotify's CEO recently pushed back against listeners who call AI music "slop," urging people to stop using the term and instead embrace the creative potential of AI music. The Swedish platform partnered with Universal Music Group to test "legal and controlled" generative AI tools that let subscribers remix songs with AI.
    • According to Microsoft, Cause: One of the drivers controlling the device notified the operating system that the device failed in some manner.   https://support.microsoft.com/en-us/topic/error-codes-in-device-manager-in-windows-524e9e89-4dee-8883-0afa-6bca0456324e
    • This looks awesome, I will request access via Steam later this afternoon!
    • Personally, I’ve found that it’s usually worth investing in the infrastructure you don’t want to replace later, especially cabling. Running Cat6A (or better, depending on your needs) during an upgrade is relatively inexpensive compared to having to re-cable a few years down the road. For switches I try to balance current specs with realistic growth. If my budget allows it Ill choose switches with higher uplink speeds which leaves room for expanding later on, but I don’t necessarily overspend on access ports if the endpoints won’t benefit from them anytime soon. One lesson I’ve learned is that planning for scalability pays off. It’s much easier to add devices, VLANs, or higher-bandwidth workloads when your network infrastructure already supports it than to replace hardware later.  What is your budget like?
  • 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
      539
    2. 2
      +Edouard
      269
    3. 3
      PsYcHoKiLLa
      154
    4. 4
      Steven P.
      99
    5. 5
      macoman
      66
  • Tell a friend

    Love Neowin? Tell a friend!