-Does your computer fail to bootup?
-Does your computer freeze and reboot?
-Cannot access your data due to the lost password?
-Does your computer contain critical data?
-Don't have a recent backup?
-Reformatted your harddrive?
-Accidentally deleted files?

Our blog will provide the relevant information on free tools, techniques, and approaches to recover your computer and get your valuable data back.

Showing posts with label hard disk recovery. Show all posts
Showing posts with label hard disk recovery. Show all posts

Paragon backup and recovery free edition

Disk Imaging has rapidly become a must have tool for most users because of its convenience, speed, and altogether ease of use. With disk imaging software a user can safely recover their computer from a system crash or a bad virus infection without having to worry about reformatting and reinstalling the operating system. With drive imaging there is almost no reason at all to have to reinstall Windows because it offers you the ability to restore an image to your hard drive in a fraction of that time and accomplish the same thing while keeping all of your programs and important data. For many users this has made Windows backup and other file backup solutions redundant.

According to the experts’ reviews, the new Backup & Recovery 2010 Free Advanced Edition, based on solid commercial backup and recovery software from Paragon, can be considered as the best freeware drive imaging utility, offering a rich set of features.

Main Features

Backup Features
  • Backup to FTP servers - provide a new level of system and data protection.
  • Backup Capsule - You can place a backup image to a special secured place on the hard disk called the Backup Capsule that has an independent system layout (e.g. a separate partition) and will stay operable should the active file system be damaged. To avoid an accidental removing or unauthorized access of the backup data, this partition is hidden and thus cannot be mounted in the operating system.
  • Support for the latest hardware as well as hard disk partitioning schemes.
  • Support of all present day techniques to store backup images
  • Disk backup to save not only all on-disk information but also the system service structures. It is ideal for making a backup image of an entire hard disk (including GPT-discs!) or system partitions to guarantee the operating system’s working capability
  • Differential backup  to a sector image to only archive changes since the last full sector-based image, thus considerably saving the backup storage space. To restore this kind of backup you will require a full image and one of its differentials
Restore Facilities

  • Restore an entire disk, separate partitions image
  • Restore with Shrink to restore a backup amount of actual data of the image
  • Create bootable USB Flash drive, CD or DVD to recover your PC on demand 
Advanced Backup Tasks

  • Differential Partition Backup (Create a differential image of a partition)
Supplementary Tools

  • Recovery Media Builder: builds a new "recovery media" to boot from in case of an unbootable system
  • Check Recovery Discs: checks the recovery media for integrity and bootability 
Virtualization and Migration Facilities

  • P2V Migration - Clones an existing software environment into a virtual disk. Migrate a physical system to a virtual environment by converting all installed software and data into a virtual disk of the required virtual machine.
  • P2V Adjust OS - Recover the OS startup ability after an unsuccessful virtualization by a 3rd party tool.
User Friendly Fault Minimizing Interface

  • Graphical representation of the data to gain a better understanding
  • Comprehensive wizards to simplify even the most complex operations
  • A context sensitive hint system for all functions of the program
  • Previewing the resulting layout of hard disks before actually executing operations (so-called virtual operations) 
Partitioning tools 

  • Create Partition
  • Format Partition
  • Delete Partition
  • Assign/Remove Drive Letter
  • Hide/Unhide Partition
  • Mark Partition as Active/Inactive
  • Modify: change volume label, Test Surface
  • Check File System Integrity
Operations with Archives

  • Add an archive to the database
  • Delete the archive from the database
  • Restore from the selected archive
  • Restore File From Archive
  • Differential backup
  • Check Archive Integrity
  • Mount/Unmount the archive
System Requirements

Supported Operating Systems

  • Windows 7 (32/64-bit)
  • Windows Vista (32/64-bit)
  • Windows XP Professional SP2 (32/64-bit)
  • Windows XP Home SP2
  • Windows 2000 Professional SP4   
Supported Hard Drives and Removable Media

  • Parallel ATA (IDE) HDD
  • Serial ATA (SATA) HDD
  • External SATA (eSATA) HDD
  • SCSI HDD
  • All levels of SCSI, IDE and SATA RAID controllers
  • USB 1.x/2.0 and IEEE 1394 (FireWire) devices
  • PC card storage devices
  • GUID Partition Table (GPT)
  • Support large hard disks (up to 2TB, both MBR- and GPT-formatted)
Supported File Systems

  • NTFS (v1.2, v3.0, v3.1)
  • FAT16
  • FAT32
  • Linux Ext2FS
  • Linux Ext3FS
  • Linux Ext4FS
  • Linux Swap
  • HPFS
  • Limited read/write access to Apple HFS+ partitions.
Supported Virtual Machines

  • Microsoft Virtual PC
  • VMware Workstation
  • VMware Fusion
  • VMware Player
  • Oracle VirtualBox
System Requirements

  • CPU: Intel Pentium or compatible, 300MHz or higher processor
  • RAM: 256 MB or greater recommended
  • Disk space: 100 Mb
  • Internet Explorer 5.0 or higher
  • Mouse
  • SVGA video adapter and monitor



Screenshot:

Photobucket

How to Optimize Computer Performance with Hard Drive Defragmentation?

Hard Drive Performance Optimization

Windows comes with a collection of house cleaning tools, including ScanDisk, Disk Defragmenter and Disk Cleanup, to help keep your disk in peak working order.

Why should you bother with the housework? A couple of reasons. First, disks are hard working, mechanical devices and, like all mechanical devices, prone to failure. A little preventative maintenance can warn you of potential problems and fix minor glitches before they can do damage to your data.

Second, the way files are organized on your drive has a perceptible impact on the performance of your computer. If your files are stored neatly, end-to-end, without fragmentation, reading and writing to the disk is speedier.

What is file fragmentation?

Sometimes when you install a program or create a data file, the file ends up chopped up into chunks and stored in multiple locations on the disk. This is called fragmentation.

What makes this happen?

When you first install your operating system and programs on your hard disk, they are written to the disk, for the most part, in one contiguous block without any gaps. The exceptions are certain system files that must be stored in specific locations. Over time, as you create and then delete documents or uninstall programs, once-filled locations are left empty and you end up with files dotted all over the disk.

Now, when Windows is writing a file to the disk, it looks for a suitable piece of free space in which to store it. What happens, then, when you copy a 40 MB database or audio file to the disk and the biggest slice of free space is only 30 MB? Or say you modify an existing file, appending a whole bunch of data so the file now takes up more space on the disk. To accommodate the files, Windows writes the first part of the file in one section of the disk and then scouts around for other places to store the rest of the file. The end result is that a single file may be stored in several chunks scattered about the disk.

Of FAT and files

Windows keeps track of each file’s location in the File Allocation Table, or FAT (Windows 98 and Me use a file system called FAT32). When your file is written to disk, FAT32 provides Windows with the address of an unoccupied disk cluster. FAT32 also tells Windows on which disk sectors it will find that cluster; that is, it provides the physical location of the cluster. This information is used by your PC’s BIOS (the Basic Input/Output System) to direct the actual disk writing operation.

If the file is too large to fit in a single cluster, Windows asks FAT32 for another vacant cluster, and another, and another until the whole file is written to disk. If you have lots of free clusters side by side, FAT32 can point Windows to an adjacent series of clusters, resulting in a file which occupies one contiguous chunk of the disk. If no adjacent cluster is available, FAT32 tracks down a space elsewhere on the disk and tells Windows to put the next bit of the file there; and so on until the full file is written to disk.

A record of the clusters used for storing the file is kept by FAT32 so Windows can find the file once more when you want to read it.

The fragmentation penalty

Although this all happens quickly, it makes a lot of work for your hard disk. Its read/write head, which moves across the drive platter from location to location transferring data, has to zip all over the place when saving or opening a single highly fragmented file. (By the way, many disks have more than one read/write head and multiple platters.) If a file is unfragmented, the disk head moves to one location, reads the file in one sequential swoop, and that’s it.

A file stored in, say, four fragments, can easily take twice as long to open as the same file unfragmented, although the actual performance hit you take is affected by other factors, including the total size of the file.

The techniques used by the Disk Defragmenter

# Moving all the index or directory information to one spot. Moving this spot into the center of the data, i.e. one third of the way in, so that average head travel to data is halved compared to having directory information at the front.
# Moving infrequently used files further from the directory area.
# Obeying a user provided table of file descriptions to emphasize or ignore.
# Making files contiguous so that they can be read without unnecessary seeking.

Windows XP Disk Defragmenter Limitations

Disk Defragmenter in Windows XP has the following MAJOR limitations:
# It does NOT defragment files residing in the Recycle Bin.
# It also cannot defragment "in-use" files.
# Does not defrag and clean the registry.
# It can defragment only local volumes.
# It can defragment only one volume at a time.
# It cannot defragment one volume while it is scanning another.
# It cannot be scheduled automatically. If you need to schedule disk defragmentation, use the Defrag.exe command line tool.

Defragment Your Disk Drive Volumes in Windows XP

Disk Defragmenter Microsoft Management Console (MMC) is based on the full retail version of Executive Software Diskeeper. The version that is included with Windows XP and later provides limited functionality in maintaining disk performance by defragmenting volumes that use the FAT, FAT32, or NTFS file system.
To start Disk Defragmenter MMC, use one of the methods.

Method 1: Use the Properties of Your Local Disk

  1. Open My Computer.
  2. Right-click the local disk volume that you want to defragment, and then click Properties.
  3. On the Tools tab, click Defragment Now.
  4. Click Defragment.
  5. If you have more than one hard disk, repeat this process for each hard disk listed.
Method 2: Use Computer Management MMC
  1. Start Computer Management MMC (Compmgmt.msc).
  2. Click Disk Defragmenter.
  3. Click the volume that you want to defragment, and then click Defragment.
Method 3: Use Disk Defragmenter MMC.
  1. Start Disk Defragmenter MMC (Dfrg.msc).
  2. Click the volume that you want to defragment, and then click Defragment.
It May Take a While

The Disk Defragmenter tool can take anywhere from minutes to hours to run, depending on the size of your hard drive and also how fragmented the drive is. One way to run the Disk Defragmenter and not lose any computing time is to leave the system and run the Disk Defragmenter during a time when the system can be left on but is not be in use (e.g., 3 or 4 a.m.). You can simply use the steps above to launch Disk Defragmenter when your computing tasks are done for the day or you can have the Windows Task Scheduler automatically run the Disk Defragmenter on a certain day and time each week or month.

Tips for Getting the Best Results

  • Ensure you have no applications running when you start the Disk Defragmenter. If you system is accessing applications the Defragmenter will not stay running. Be sure to turn off your screensaver also.
  • Delete your Temporary Internet Files and other files you do not use. You can also uninstall unused programs. In the Properties tab of your hard drive you can access "Disk Cleanup," which will help you get rid of unused and unnecessary files.
  • Run the Disk Defragmenter at regular intervals. However you can also run the tool if you add a lot of files to the disk at one time or find you are running low on disk space.
  • The volume must have at least 15% free space for Defrag to completely and adequately defragment it. Defrag uses this space as a sorting area for file fragments. If a volume has less than 15% free space, Defrag only partially defragments it.
Automatic Defragmentation Scheduling with Task Scheduler

  1. Open Control Panel, double-click Scheduled Tasks
  2. Double-click Add Scheduled Task
  3. On the Scheduled Task Wizard dialog, click Next.
  4. Click Browse and navigate to windows’system32 folder. Select defrag.exe and click Open. In the Scheduled Task Wizard dialog, type a name for the scheduled task (for example type Disk Defrag).
  5. Under Perform this task, select how often you wish Disk Defragmenter to run. Click Next.
  6. Set the time at which you wish the Disk Defragmenter scheduled task to run. This should be a time when your computer is turned on but not under heavy use (i.e. at night time). Select the frequency at which you want the Disk Defragmenter task to run (Every Day, Weekdays, or Every <N> days, where <N> is the number of days between scheduled runs). Click Next.
  7. Enter a user name under which the Disk Defragmenter scheduled task will run. This user must be an administrator on the local machine (see note above). Enter the password for that user and confirm it. Click Next.
  8. Check Open advanced properties for this task when I click Finish, and click Finish.
  9. In the Run text box, you can see the full path and command for defrag.exe.  Add the drive letter for the drive you wish to defragment to the command in the Run text box. If you want to defragment drive C:, your Run command should look like this: C:’WINDOWS’SYSTEM32’defrag.exe C: Click OK.
  10. In the Set Account Information dialog, enter and confirm the password for the user listed in Run as and click OK.
  11. Task Scheduler will automatically run Disk Defragmenter with the settings you selected at the time you selected.
Only one instance of Disk Defragmenter can be running at any given time. If you have multiple partitions you’ll need to add a separate scheduled task for each one, and make sure you give each task a different starting time, allowing for the previous one to finish.

Defrag Your Boot Files

File fragmentation can happen at start-up too. A real power tip (not for beginners) is to have Windows XP automatically defragment these files, but you will have to make sure your Windows XP registry has the correct setting.

Open your Registry Editor and go to key:
HKEY_LOCAL_MACHINE’SOFTWARE’Microsoft’Dfrg’BootOptimizeFunction
Look for a VALUE in the right hand pane called BootOptimizeFunction
...if it does NOT exist, choose from the menu Edit > New > String Value and create it.
Make sure that it has the entry Y.


Sources and Additional Information:
http://www.geekgirls.com/windows_defrag.htm
http://support.microsoft.com/kb/314848
http://www.webopedia.com/DidYouKnow/Computer_Science/2008/disk_defragmentation.asp
http://www.petri.co.il/schedule_disk_defrag_to_run_automatically_in_windows_xp_2003.htm
http://www.updatexp.com/disk-defragmenter.html

HDHacker - Microutility for Master Boot Record Backup and Restoration

HD Hacker is portable software compatible with Windows NT, 2000, XP and Vista that can be used to backup and restore the Master Boot Record or any other sector the user specifies. It offers the option to select the drive by drive letter or physical drive.

The software supports two read and write operations. A sector can be read from disk or file and can be saved to disk or file as well. To backup the Master Boot Record one would Read the boot sector from disk and save it to file afterwards. This ensures that the Master Book Record can be recovered anytime in case something should alter or corrupt it.

An MBR and BootSector backup can also be useful for simple precautionary purposes too, since sometimes viruses or other OS setup (like Linux) could overwrite and/or alter the MBR/Boot Sectors, making it impossible to start up previous OS and/or access data stored on the disk. HDHacker can provide "insurance" against all these types of loss.

You can also download several international software versions from the author’s website: Italian, French, Spanish, and German.

MBRfix - free tool to fix or create Master Boot Record (MBR)

Tool to fix or create Master Boot Record (MBR) on hard disks (supports Windows PE).

Usage:

MbrFix /drive <num> {/partition <part>} <command> { /yes } { /byte }

Requirements:

The program is made for Windows NT, Windows 2000, Windows XP, Windows Server 2003, Windows Vista and Windows PE. Both 32-bit and 64-bit x64 editions are supported.

You need administrative privileges to make it work!

Supported Commands:

1. Display drive information
2. Returns drive size in MB as return value
3. Display partition information
4. Save MBR and partitions to file
5. Restore MBR and partitions from file
6. Update MBR code to W2K/XP/2003 or Vista
7. Delete all partitions in MBR
8. Read disk signature from MBR
9. Write disk signature to MBR
10. Generate disk signature in MBR
11. Read state from byte 0x1b2 in MBR
12. Write state to byte 0x1b2 in MBR
13. Save sectors from drive to file
14. Update Boot code in boot sector
15. Get partition type
16. Set partition type
17. Set active partition
18. Get active partition
19. Get volume information for partition
20. Flush files to disk for partition
21. List partition types

Developers Website: http://www.sysint.no/nedlasting/mbrfix.htm

Freeware MBR editor from DIY DataRecovery

MBRtool is a freeware DOS program designed to backup, restore and manipulate your hard disk MBR. While MBRtool is not an automatic recovery program, it will allow users to prevent data loss (due to MBR corruption) by backing up the MBR, and offers power users all the power they’ll ever need to ’mess’ with their MBR.

MBRtool Features
* Backup, verify and restore the MBR
* Backup, restore, wipe and clean track 0
* Edit or blank the MBR partition table
* Refresh, remove MBR boot code
* Write MBR signature bytes
* Display MBR to screen or dump to file
- Do all this for either the original MBR or backups
* Create ’blank’ backup files
* Change partition attributes (active, hidden)
* Manipulate NT/2000/XP disk admin signature

Developers Website: http://www.diydatarecovery.nl/mbrtool.htm

MBRtool can be run from the command line or from the MBRtool menu.

New: the MBRtool installer now includes an easy to use boot diskette builder that will assist you in creating a diskette or bootable CD/DVD.

MBRwizard - Free MBR Management Utility

MBRwizard is a powerful, yet flexible utility designed to assist with all types of Master Boot Record difficulties. Initially developed to overcome MBR problems introduced by disk imaging products such as Symantec Ghost and Acronis True Image, MBRwizard has become a popular utility for repairing all types of MBR problems, especially those caused by disk-2-disk (d2d) and system backup and recovery applications.

Whether you are looking to solve issues caused by experimenting with Linux, repair partition entry issues after recovering a disk image, or simply safeguarding your system by capturing a backup of the MBR before disaster strikes, you MBRWizard is the answer! MBRwizard is designed as a command line only application for flexibility and automation of tasks, therefore, there is no graphical interface for this application.

Here are some key features of "MBRWizard":

Partition Modification
- Delete Partitions
- Hide/Unhide Partitions
- Set Bootable/Active Partition
- Change Partition Type

MBR Operations
- Restore MBR, Head, or other sectors from file
- Delete MBR, or Wipe all sectors on first head
- Fix MBR due to damage or corruption
- Copy Sectors
- Clear or write a new disk signature
- Sort partition table entries. Designed to match Windows boot.ini entries

Additional Functionality
- Mount volumes within Windows
- DisMount volumes
- Modify Volume Label
- Securely wipe entire disk
- Boot Menu- Quick menu allowing user to select bootable partition
- Shutdown/Reboot the machine
- Create ini file containing the structured contents of the MBR
- Read/Write a Status byte in the MBR

The software is a free application with no limitations. It also does not require installation on your hard drive, and can be run from external device.

Developer’s website: http://mbrwizard.com/

News: Authors are planning to release a new version of the program with GUI and Vista support. The development is on the Beta stage. If you like to perform beta testing, you can announce your participation through the following link: http://mbrwizard.com/beta.shtml

FindNTFS - Freeware Utility for Partition Recovery

FindNTFS is a small effective free program to locate and recover NTFS (NT File System, The default method of storing files on Windows 2k/XP) files. It is available in several versions, including one that will run from a DOS boot, and thus can be used when the Windows OS is not bootable.
To use FINDNTFS, boot your system into DOS using a boot disk with the findntfs.exe file on it.
To obtain a list of NTFS files and directories on the drive you are attempting to recover from, type 'FINDNTFS # 1 1 1 c:\recoverlog.txt files' at the command prompt. The "#" should be replaced with the number of the hard drive you are reading from. If you have only one drive, it will be '1', if there is more than one drive in the system the physical hard drive with the 'c:' logical drive on it will be '1'.
This command tells The FindNTFS program to search the entire specified disk for NTFS files, and output the file list to a text file on the C: drive. Note that you can save the text file under any name on any drive, as long as it has the '.txt' extension. Do not save the log file onto a drive you are trying to recover data from however. If everything went well, you should have a reassuring, if somewhat jumbled list of the available NTFS files on the drive you selected. Search the document for the filenames that are most essential, and then scroll up until you see the directory that they are in.
You will need to do this, since the directory order that FindNTFS sees will not necessarily be the same as you had before the data was lost. Note down the number of the directory before proceeding on with the next step.
To recover files using FindNTFS, you need to use the 'copy' command. A limitation of the program is that it will only save recovered files into the directory where the FindNTFS executable is located, so make sure you have enough space available to hold your restored files.
Type 'FINDNTFS # (replace "#" with the drive you are recovering from, as before) 1 1 1 copy #'. This is the directory number holding the files you wish to restore. You may enter up to 10 directory numbers. If you do not enter a number, the program will attempt to restore and copy all NTFS files on the selected disk.
FindNTFS will copy the selected directories and files to the directory containing the FindNTFS.exe file. Check the recovered files to make sure they are not corrupted.
Sadly, FindNTFS has one major limitation. It cannot copy NTFS files onto DOS readable (FAT) partitions, and therefore is not able to recover files without an NTFS supporting operating system running (Windows NT/2K/XP). Thus it is not possible to recover files directly with this program using a DOS boot disk.

ADRC Data Recovery Software Tools

ADRC Data Recovery Software Tools contains a software suite of data various recovery tools that supports a wide variety of drives and file systems.

The software incorporates extremely simple GUI with novice users in mind. The software zooms in to do only critical recovery functions with minimum complexity so one could recover the data easily. It gives you full control to undelete files, disk image back up, restore a backup image, copy files from hard disk with bad sectors, disk cloning, backup, edit and restore your boot parameters.

Features:

1. ADRC Data Recovery Tools - Undelete

When a file is deleted from the data media, the space that the file used to reside is marked as available or the file in question is marked "deleted". For as long as the space has not been overwritten, the data can be retrieved.

ADRC Data Recovery Tools - Undelete helps you to recover lost and deleted data from hard drives, floppy disks, basic or dynamic volumes, compressed or fragmented files. Besides hard disk drives, it also supports removable devices such as compact flash, Smart Media, Iomega Zip drives, USB drives etc…

The file recovery tool allows recovery of accidental deletion of files. It works on drives formatted in FAT12, FAT16, FAT32 and NTFS file-systems. It works under all windows family operating systems such as Windows 95, Windows 98, Windows ME, Windows NT, Windows 2000, Windows 2003 Server and Windows XP.

You could undelete the files even after you have cleared the recycle bin.

2. ADRC Data Recovery Tools - Copy Files

This is not a normal kind of copy function. The Copy Files tool actually recovers files from disks with physical damage such propagation of bad sectors on disk. Normal windows copy will result in system being "halt" or "hang" (the infamous CRC IO errors). In this situation, Copy Files tool could come to your rescue handy.

The program will attempt to recover every readable bits of a file and put the bits together to salvage your data. It is hopeful that in the worst case scenario, most parts of files can still be extracted even some parts are gone.

To reduce the number of tedious retries, whenever a bad sector is encountered, the program will intelligently search the neighboring sectors to determine the extent of bad blocks and mathematically calculate the number of retires needed.

It also features the "Copy Sub Folders" option which scans through the entire directory and attempts to copy everything you need.

3. ADRC Data Recovery Tools - Raw Copy

Raw Copy transfers the binary raw image from one drive directly to another. It is rather similar to the infamous "Ghost" function. You could perform a disk clone backup (or if your disk is slightly faulty) and do not want perform a file by file copy. This is really ideal if you do not want to re-install the operating system. As the transfer is done in true low level binary, you could do this for drives with an unknown file system to be cloned such as game machines, Mac disk etc. With some built in recovery features, the program will try to recover data even if it is on bad sectors to ensure all or maximum data is restored from the drive.

This is a very powerful function and must be used with care. As it is a binary dump, the original data on the target drive is no longer recoverable upon completion of process.

4. ADRC Data Recovery Tools - Image Backup / Restore

Image Backup / Restore create and write disk image files to and from hard drives and any removable media. In just one click, it performs wholesome backup and restoration of the entire drive. A common application is to create a floppy image for transfer across internet and then downloaded the image to be written back to floppy again. One can also backup a disk image for safe keeping. It is an ideal way to backup all your operating system, data and program files.

5. ADRC Data Recovery Tools - Boot Builder

The primary function of Boot builder is to allow you to import or export the boot sector of a drive (either FAT or NTFS boot sector type). In case the boot sector is damaged due to virus or system corruption, one can easily import it back. You can even custom make your own boot sector from scratch (if you know the standard parameters) to rescue a corrupted disk.

Software is absolutely free and does not require installation.

Developer’s Website: http://www.adrc.com/software/data_recovery_tools/

Data Recovery Techniques © 2008. Template by Dicas Blogger.

TOPO