Skip to main content

Use Drive Mirroring for Instant Backup in Windows 7

Windows 7’s mirroring – which is only available in Professional, Enterprise, and Ultimate editions – is a software implementation of RAID 1, which means that two or more disks are holding the exact same data. The files are constantly kept in sync, so that if one of the disks fails, you won’t lose any data.
sshot-xx
Note that mirroring is not technically a backup solution, because if you accidentally delete a file, it’s gone from both hard disks . As an additional caveat, having mirrored disks requires changing them to “dynamic disks,” which can only be read within modern versions of Windows (you may have problems working with a dynamic disk in other operating systems or in older versions of Windows).

You will need at least one empty disk to set up disk mirroring. We’ll show you how to mirror an existing disk (of equal or lesser size) without losing any data on the mirrored drive, and how to set up two empty disks as mirrored copies from the get-go.

Mirroring an Existing Drive
Click on the start button and type partitions in the search box. Click on the Create and format hard disk partitions entry that shows up.

Alternatively, if you’ve  press Win+R to open the Run window and type in:
diskmgmt.msc

The Disk Management window will appear. We’ve got a small disk, labeled OldData, that we want to mirror in a second disk of the same size.

Note: The disk that you will use to mirror the existing disk must be unallocated. If it is not, then right-click on it and select Delete Volume… to mark it as unallocated. This will destroy any data on that drive.

Right-click on the existing disk that you want to mirror. Select Add Mirror….

Select the disk that you want to use to mirror the existing disk’s data and press Add Mirror.

You will be warned that this process will change the existing disk from basic to dynamic. Note that this process will not delete any data on the disk!

The new disk will be marked as a mirror, and it will starting copying data from the existing drive to the new one.

Eventually the drives will be synced up (it can take a while), and any data added to the E: drive will exist on both physical hard drives.

Setting Up Two New Drives as Mirrored

If you have two new equal-sized drives, you can format them to be mirrored copies of each other from the get-go.

Open the Disk Management window as described above. Make sure that the drives are unallocated. If they’re not, and you don’t need the data on either of them, right-click and select Delete volume….

Right-click on one of the unallocated drives and select New Mirrored Volume….

A wizard will pop up. Click Next.

Click on the drives you want to hold the mirrored data and click Add. Note that you can add any number of drives. Click Next.

Assign it a drive letter that makes sense, and then click Next.

You’re limited to using the NTFS file system for mirrored drives, so enter a volume label, enable compression if you want, and then click Next.

Click Finish to start formatting the drives.

You will be warned that the new drives will be converted to dynamic disks.

And that’s it! You now have two mirrored drives. Any files added to E: will reside on both physical disks, in case something happens to one of them.

Comments

Popular posts from this blog

How to Clean Up Your Messy Windows Context Menu

One of the most irritating things about Windows is the context menu clutter that you have to deal with once you install a bunch of applications. It seems like every application is fighting for a piece of your context menu, and it’s not like you even use half of them. Today we’ll explain where these menu items are hiding in your registry, how to disable them the geeky way, and an easier cleanup method for non-geeks as well. Either way, your context menu won’t look like this one anymore… Cleaning the Context Menu by Hacking the Registry If you want to clean things up the truly geeky way, you can open up regedit.exe through the start menu search or run box, and then browse down to one of the following keys… sadly the context menu items are not stored in a single location. Most of the menu items that used for all files and folders can be found by looking at one of these keys: HKEY_CLASSES_ROOT\*\shell HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers HKEY_CLASSES_...

Create a Restore Point for Windows 7 or Vista’s System Restore

If you are thinking of installing an application but aren’t quite sure what it’s going to do to your computer, I would absolutely recommend creating a restore point before you install that application, and here are the steps to do so. Note that most application installs automatically create a restore point, but you can do this if you are really worried. Open up the Start Menu and right-click on “Computer”, and then select “Properties”. This will take you into the System area of Control Panel. Click on the “System Protection” link on the left hand side. Now select the “System Protection” tab to get to the System Restore section. Click the “Create” button to create a new restore point. You’ll be prompted for a name, and you might want to give it a useful name that you’ll be able to easily identify later. Click the Create button, and then the system will create the restore point. When it’s all finished, you’ll get a message saying it’s completed successf...

Linuxfx 10 : A Windows-Like Linux Distro

The idea of Linuxfx is to make it easier for people who are migrating from Windows 7. People who are dissatisfied with the lack of security and stability of Windows 10 are also fit for Linuxfx. LinuxFX Desktop : Apart from Windows-like looks, Linuxfx also has more to offer which a regular user will definitely admire. So, let’s get along with me to know more about Windows alternative Linuxfx. As usual, I started by downloading the ISO image of Linuxfx from the official site  here . Then, instead of dual-booting, I decided to install it on my VirtualBox to play safely. After finishing the basic configuration, as soon as I booted it, I noticed a Windows logo and system integrity check. That’s quite surprising because every Linux distro puts their own or OEM logo on that place. But I think Linuxfx wants to make migrating users feel like home from the beginning. Entering the boot menu, Linuxfx redirected and logged in to a live session. Whoah! it can also detect the system I’m using — a...