Disk Checking Tools

For system help, all hardware / software topics NOTE: use Coders Corner for all coders topics.

Moderators: Krom, Grendel

Post Reply
User avatar
AceCombat
Owned by Timex
Owned by Timex
Posts: 6516
Joined: Sat Apr 12, 2003 2:01 am
Location: Oakwood, GA

Disk Checking Tools

Post by AceCombat »

any good disk checking and repairing tools out there or is Win 7 Pro good enough?



NOTE: I need a quick answer as this is a time critical repair i am doing



also, can i take ownership of a drive to access and enable tools on it? the drive is a laptop SATA 500GB with Win 7 Home Premium 64-bit


im running Win7 Pro 64-bit
User avatar
Krom
DBB Database Master
DBB Database Master
Posts: 16138
Joined: Sun Nov 29, 1998 3:01 am
Location: Camping the energy center. BTW, did you know you can have up to 100 characters in this location box?
Contact:

Re: Disk Checking Tools

Post by Krom »

chkdsk /f is generally sufficient... (Or chkdsk /r if you need a surface scan.)

Taking ownership of a bootable drive/partition should work, but could pose some access problems later. I'd generally avoid doing it unless it is absolutely necessary.
User avatar
Ferno
DBB Commie Anarchist Thug
DBB Commie Anarchist Thug
Posts: 15163
Joined: Fri Nov 20, 1998 3:01 am

Re: Disk Checking Tools

Post by Ferno »

time critical? as in, you need to get the data transferred before it goes belly up?

If it's that much of a priority, get diskgenius and roadkil's raw copy. DiskGenius will rebuild any lost partitions/files and raw copy will do a 1:1 clone.
User avatar
snoopy
DBB Benefactor
DBB Benefactor
Posts: 4435
Joined: Thu Sep 02, 1999 2:01 am

Re: Disk Checking Tools

Post by snoopy »

Also, if you need to clone a disk, you can get a linux boot cd and then do

dd if=[input hard drive i.e. /dev/sdb] of=[output hard drive i.e. /dev/sdc]

It will do a raw copy of your entire input drive to the output drive. Note that it's literally a raw copy of the entire drive, so all of your partition data, etc of the output drive will be gone. You can do it partition-wise by appending a number to the end of the device i.e. "if=/dev/sdb1 of=/dev/sdc1" will copy the first partition of the source drive to the first partition of the target drive.

If you use dd: 1. Make sure you get your drives and partitions right. It will do what you tell it to, including writing the data where you said, not where you meant.
2. Make sure that your destination drive/partition is either the same size as or bigger than the source.

If you have over-written your partition data (like I did), I'd suggest using DD to clone the original to a "working copy" to avoid making any changes to the original drive, then use testdisk to try to recover your partition information.

sfdisk is a linux command to check partitions. sfdisk -V /dev/sda1 will check the partition table on the first partition of the first disk.

(I'll pretty much always give you the linux version of the answer... which you may or may not want)
Arch Linux x86-64, Openbox
"We'll just set a new course for that empty region over there, near that blackish, holeish thing. " Zapp Brannigan
User avatar
Duper
DBB Master
DBB Master
Posts: 9214
Joined: Thu Nov 22, 2001 3:01 am
Location: Beaverton, Oregon USA

Re: Disk Checking Tools

Post by Duper »

Does SpinRite work on W7?
Post Reply