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 Recover Passwords Using Ophcrack LiveCD

Ophcrack LiveCD 3.4.0 is a completely self contained, bootable version of Ophcrack 3.4.0 - the easiest and most effective tool that I've ever found to "crack" your forgotten Windows password. For a quick overview of Ophcrack, see my complete review of Ophcrack 3.4.0 . Ophcrack is a free software program that recovers passwords so the first step you'll need to take is to visit Ophcrack's website . When the Ophcrack website loads as shown above, click the Download ophcrack LiveCD button. Note: Since you obviously can't get into your computer right now because you don't know the password, these first four steps will need to be completed on another computer that you have access to. This other computer will need to have access to the Internet and the capability to burn a disc (like a CD, DVD, etc.). Another Note: The instructions I've put together here walk you through the entire process of using Ophcrack LiveCD to recover your password. If you...

Configuring the Linksys WRT54GS Router for wifi

Basic ADSL Router setup The full GUI can be accessed at http://ui.linksys.com/WRT54G/v1-v4/4.20.7/index.htm location  The router will work out of the box, but has none of the security functions enabled as standard. It should be connected by Cat5 or 5e ethernet cable between a modem and the computer network as its job is to manage traffic and protect the network with its built-in firewall. Configuring the WRT54GS is quite straightforward thanks to its user-friendly web interface. To access it enter; http://192.168.1.1 into your web browser. You will be prompted to enter a username and password. Enter admin for both, you will be changing this later. Router Name This image above is of the first web interface showing the basic configuration settings. Nothing needs to be changed here for most home user setups, but I suggest changing the Router Name to something meaningful and changing the Time Zone. If you have made any changes, click Save at t...

How To Setup a USB Flash Drive to Install Windows 7

If you have an ISO image of Windows 7, using Microsoft’s free utility is a quick and easy option to get the image on your USB flash drive. It requires XP SP2 or higher and if you’re using an XP machine you’ll need .NET Framework 2.0, and Microsoft Image Mastering API V2…both of which can be downloaded from the link below. It seemed to work best if I formatted the flash drive as NTFS before using the download tool. But that could be because of the flash drive I used…your mileage may vary.   It’s a pretty straight forward process, first browse to the location of your Windows 7 ISO file and click Next. Select USB device…this also helps you burn the ISO to DVD as well if you need that option. Choose your flash drive and click Begin copying. Now just wait for the process to complete. The drive will be formatted and files copied to the flash drive. When the process is finished you will be able to see the files on the flash drive as you would if you opened the installat...