RSS feed logo RSS Feed | About Pantz.org
Disk diagnostic and recovery software
Posted on 04-10-2007 23:05:00 EST | Updated on 04-10-2007 23:05:00 EST
Section: /hardware/disks/ | Permanent Link

MHDD low-level HDD diagnostics (free). Runtime's DiskExplorer for Windows based Disk Editor for NTFS/FAT File Systems (pay). R-STUDIO is another well done package (pay). dd_rescue is a free linux program that is good at rescuing files. Reverse direction copy is your friend.

Del.icio.us! | Digg Me! | Reddit!

Related stories

Erasing a hard drive with a magnet
Posted on 01-18-2007 23:30:00 EST | Updated on 01-18-2007 23:30:00 EST
Section: /hardware/disks/ | Permanent Link

A friend had a old 10 lb sub woofer that was blown and we thought it would be fun to see if we could erase a hard drive with it. I've always heard about hard drives and their sensitivity to magnets and wondered if they are really that easy to erase.

We sat a modern (less than 2 yr old) hard drive on the magnet of the speaker, waved it around, and let it sit over night. It had zero effect on the hard drive. It booted right up every time. So the casing of the current hard drives can protect from a regular 10 lb magnet. I would be intrested to see the minimum amount of force it would take to zap a regular hard drive. I've read you would need a powerful alternating magnetic field to effect the drive at all. I guess you dont' have to worry about your hard drives around regular large magnets.

My guess on why it did not work is that it is one of those things that may have been true in the past (older drives with not much shielding) but it is not true today.

Del.icio.us! | Digg Me! | Reddit!

Related stories

Formating 2mb floppy disks in linux
Posted on 01-26-2006 01:22:00 EST | Updated on 01-26-2006 01:22:00 EST
Section: /hardware/disks/ | Permanent Link

If you have a box of floppies that say they are 2.0MB this means they are unformated. To get them working in linux you need to use fdformat to Low-level format the floppy disk. The command for that is

fdformat /dev/fd0H1440

or possibly

fdformat /dev/fd0

The you can put a file system on them. If you wanted to put a fat filesystem on it for M$ windows you could use this command

mkfs.vfat /dev/fd0H144

or try

mkfs.vfat /dev/fd0".

Del.icio.us! | Digg Me! | Reddit!

Related stories