• 0

Permanently delete data from hdd by using format?


Question

21 answers to this question

Recommended Posts

  • 0

full format.

If you want to be sure do it two times. If you really want to be sure use a program that writes random data to your disc. But in all honesty, the tales about data recovery are hugely blown out of proportion anyway. Nobody will be able to read any kind of residual data from your drive after doing a full format twice. And your data wouldn't be worth that kind of trouble and cost anyway (sorry :p)

  • 0

A full format in XP does nothing but remove the pointers and make sure the sectors can be read. This will not remove the ability to recover a file. If you are using vista or higher then it does write zero's and that would be good enough

As long as you write something over the sectors - then data can not be recovered. Doing multiple wipes is overkill, once is enough.

  • 0

Ignore the comments regarding doing just a format, this is nonsense.

A format deletes where the information is on the disk, the information is still there. A format can easily be unformatted and information found.

U need to Erase ( http://en.wikipedia.org/wiki/Data_erasure ), Depending on the information stored, although a single pass might be ok, doing a few would be better ( Can always be done over night ). In the old days this would be done in DOS / out of windows, might have changed now. This sets the whole partition or disk to random 0s and 1s.

  • 0

"ignore the comments regarding doing just a format, this is nonsense."

http://support.microsoft.com/kb/941961

Change in the behavior of the format command in Windows Vista

The format command behavior has changed in Windows Vista. By default in Windows Vista, the format command writes zeros to the whole disk when a full format is performed. In Windows XP and in earlier versions of the Windows operating system, the format command does not write zeros to the whole disk when a full format is performed.

  • 0
Ignore the comments regarding doing just a format, this is nonsense.

A format deletes where the information is on the disk, the information is still there. A format can easily be unformatted and information found.

U need to Erase ( http://en.wikipedia....ki/Data_erasure ), Depending on the information stored, although a single pass might be ok, doing a few would be better ( Can always be done over night ). In the old days this would be done in DOS / out of windows, might have changed now. This sets the whole partition or disk to random 0s and 1s.

FUD.

If I write a series on 1's and 0's on a disk, then go through the whole disk again and replace everything with 1's, how will a program be able to tell where a 1 was a 0 before, and where a 1 should remain a 1? It can't.

A basic format does what you pointed out, it removes the headers. But once you do one pass on a disk you're fine.

  • 0

If you're really paranoid, or stored Top Secret government data on a hard drive, the drive needs to be physically destroyed. For everyone else there are all sorts of drive scrubbing apps available, McAfee for example includes this in at least some versions of their AV software.

Erasing or securely deleting files means overwriting that part of the hard drive's storage with new data, usually garbage but all ones or zeros, as with a full format works too. This is because data's stored all over the place on the hard drive's platter(s), with a Table of Contents at the front of the drive/partition recording where all the bits & pieces of each file are -- simply deleteing a file only removes its TOC entries. That's why all those utilities to recover lost files work -- you can fit all the pieces of a file back together like some sort of jigsaw puzzle [assuming all those pieces are still there, haven't yet been overwritten, which is why if there's something *Real* important you need to recover you click off the main power switch or pull the plug, running your recovery app(s) from a boot disc/USB stick]. Now, conventional hard drives work by having heads float above the disk platter(s) to read/write data -- since they float there's a very slight amount of wobble. If as a file is written one head happens to wobble to the right, then when it's overwritten that same head happens to wobble left, there could be traces of the original file remaining alongside the newly written data -- that's why erasing/scrubbing a drive usually means overwriting everything multiple times... the more passes you make the more chances the head(s) were on the right, the left, & everywhere in between overwriting data.

You can also erase, scrub, securely delete individual files, &/or all the free space to get rid of stuff without wiping the entire drive. In that case you might want to use an erasing app that goes after the unused portion of cluster blocks... On a conventional hard drive the storage space is divided up into small chunks & data's stored in those -- one way to think of it is if you set out a row of glasses & start pouring a bottle of your favorite beverage -- the last glass is likely to be only partially filled. If one of these blocks or chunks was completely filled, then only partly overwritten, there's old data still there that could potentially be recovered.

  • 0
Nobody will be able to read any kind of residual data from your drive after doing a full format twice. And your data wouldn't be worth that kind of trouble and cost anyway
As long as you write something over the sectors - then data can not be recovered. Doing multiple wipes is overkill, once is enough.

Purely FWIW I agree, but I still will either destroy an old drive I'm getting rid of, or use multiple passes if the drive's going to someone else... Connecting the drive to a PC/laptop I'm not using at the time & running whatever to erase that drive costs me only a few minutes connecting/disconnecting the drive & fireing up whatever app -- the [admitedly small amount of] additional peace of mind I get is well worth it to me. :) 'Sides, makes it harder for someone to get away with claiming they recovered this or that from the drive, they can't as easily get away with saying whatever files were on there when they got it & so on.

  • 0

i've done in the morning the (only) format for the 3 partitions by using my windows 7 ultimate dvd.. I hope I'm ok with this, I'm not paranoid and the buyer is not an experienced user.. as I know. Hdd is on it's way to the client but my best friend that routes it still can help me.. should I?

Install-Windows-7-12-format.jpg

  • 0

Get Parted Magic and do a secure erase. HDDerase will also do a secure erase. Secure erase is suppose to the best method. I have been told zero wiping is good enough. I would do more than that though. If your drive does not support secure erase Parted Magic has other methods. https://www.youtube.com/watch?v=g8t2ZXOMGKY. As mentioned before DBAN too.

  • 0

A full format in XP does nothing but remove the pointers and make sure the sectors can be read. This will not remove the ability to recover a file. If you are using vista or higher then it does write zero's and that would be good enough

As long as you write something over the sectors - then data can not be recovered. Doing multiple wipes is overkill, once is enough.

+1

a full format on xp doesnt write 0's and 1's. it just does a standard format then fully checks the disk.

i'm a fan of the shred command in linux myself. i just put my hdd in a usb enclosure. boot up my favorite linux live cd and shred -n 2 -fvz /dev/X

i think there's a ton of free erasing programs that you can make a live cd with. but it's been a while since i've looked up any.

  • 0

you can do a similar command with windows

cipher /w

http://support.microsoft.com/kb/814599

How to Use the Cipher Security Tool to Overwrite Deleted Data

Note The cipher /w command does not work for files that are smaller than 1 KB. Therefore, make sure that you check the file size to confirm whether is smaller than 1 KB. This issue is scheduled to be fixed in longhorn.

To overwrite deleted data on a volume by using Cipher.exe, use the /w switch with the cipher command:

  1. Quit all programs.
  2. Click Start, click Run, type cmd, and then press ENTER.
  3. Type cipher /w:folder, and then press ENTER, where folder is any folder in the volume that you want to clean. For example, the cipher /w:c:\test command causes all deallocated space on drive C to be overwritten. If C:\folder is a Mount Point or points to a folder on another volume, all deallocated space on that volume will be cleaned.

Data that is not allocated to files or folders is overwritten. This permanently removes the data. This can take a long time if you are overwriting a large amount of space.

But full windows since vista does work as well.

  • 0

Even then, it is recommended to perform this multiple times to ensure the drive has been truly zeroized. Every IT Security company I have worked for state that we need to wipe 3-5 times. Normal users won't need this and I feel it to be a little over kill. but it will ensure not a single bit is flipped.

  • 0

"I have worked for state that we need to wipe 3-5 times."

This is just pure FUD plain and simple! Even if you missed a few bits from being flipped - there is no actual data that is going to be recovered.

So in NIST 800-88, clearly states

http://csrc.nist.gov...with-errata.pdf

"That is, for ATA disk drives manufactured after 2001 (over 15 GB) clearing by overwriting the media once is adequate to protect the media from both keyboard and laboratory attack."

So unless you have some DOD **** and some out dated procedures/policies that you have to follow in your job. 1 overwrite all that is required. Now I would make sure you trust that the wipe is actually being done, etc. But there is no reason to do the wipe more than once.

Here is a good read on the why you only need 1 wipe

http://computer-fore...ard-drive-data/

  • 0

Data on a disk which has had its data overwritten cannot be recovered with a simple software program, right?

Such data recovery would require the dismantling of the disk and the use special hardware.

Unless the data on your drive is worth millions, the average person is not going to go through all that trouble.

A single overwrite pass should be enough for your needs.

Please correct me if I am wrong.

  • 0

And if you read the documentation I provided already, even dismantling of is not going to work.

http://csrc.nist.gov...with-errata.pdf

"That is, for ATA disk drives manufactured after 2001 (over 15 GB) clearing by overwriting the media once is adequate to protect the media from both keyboard and laboratory attack."

Notice the laboratory attack part ;)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • GeekBook X16 Pro Intel Core Ultra 9 thin and light laptop gets a 17% discount by Steven Parker GEEKOM is back with a 17% discount on its top-of-the-range X16 Pro laptop. You may remember that we reviewed the X14 Pro back in February, which marked GEEKOM's debut into the ultrathin laptop segment. You can view the full specs below. GEEKOM X16 Pro Model NX14CM Dimensions 322.58 × 213.36 × 5.8 mm (12.7"L x 8.4"W x 0.23"T) Weight 997 g / 2.2 lbs Material Unibody Magnesium Alloy CPU Intel Ultra 5 125H (14C/18T, 24MB L3, 2.3-5.1 GHz, TDP 20W) Intel Ultra 9 185H (16C/22T, 24MB L3, 2.3-4.5 GHz, TDP 35W) Graphics Intel Arc graphics 8 Xe-cores @ 2350MHz 1024 shading units/stream processors (128 CUs), 8 Raytracing Cores, 64 texture mapping units, and 32 ROPs NPU Intel AI Boost, 11 TOPS / Up to 33 TOPS (CPU+NPU+GPU) Memory 32GB Dual-channel LPDDR5x 7467 MT/s Micron SODIMM Storage 1 x M.2 2280 PCIe Gen 4x4, Wodposit 1TB, 2 TB Display 16.0" IPS LCD, 2560 × 1600 (16:10) 100% sRGB, 120Hz Refresh Rate Camera 2MP 1080P 1 × Light sensor in camera module 1 × LED indicator in the camera module Windows Hello Support: No Mic 2 x Digital Mics integrated in the camera module Speakers 2 x 3813 (4Ω×2W) built in body Audio Codec: ALC269QN-VC3-GR Certificate: DTS: X Ultra Operating System Windows 11 Pro 25H2 Bluetooth Bluetooth 5.4 Wireless LAN MediaTek MT7922 M.2 Wi-Fi 6E LAN card Left I/O ports 1 x HDMI 2.0 2 x USB4 (40 Gbps) Right I/O ports 1 x USB 3.2 Gen 1 Type-A (5 Gbps) 1 x 3.5 mm Audio jack 1 x Camera Privacy Shutter Keyboard 78Key 1.2±0.2mm / Height 3.5±0.2mm (with backlight) White LED light in Caps Lock and Fn key Language: Default US Touch Pad Dimension: 120 x 71mm Material: Mylar Position: Middle Interface: I2C, Dualpoint button Dock Input port: 1 x Type-C 2 x USB 3.0, 1 x RJ45 1 x PD 1 x HDMI (Bio) Security Fingerprint sensor (in the power button) SD Card slot No Kensington Lock No Battery 77Wh (Input 20V, 3.25A) Power 65W PD GaN Fast Charge, USB-C to USB-C Warranty 2 years (Early Bird 1+1 Years) Deal price $1119.67 The X16 Pro is powered by the Intel Ultra 9 185H, which was released in Q4 2023 and is a 14th Gen Meteor Lake CPU designed for laptop/mobile using the Intel 4 architecture based on a 7nm process. The Ultra 9 185H features 16 cores and 22 threads running at up to 5.1 GHz. It also includes a dedicated NPU utilizing Intel AI Boost at 11 TOPS. On the graphics front, the 185H includes the still fairly capable ARC Graphics (not to be confused with the newer ARC 140T) integrated GPU with a max GPU frequency of 2350 MHz across 8 Xe-cores. It has been said that the iGPU is equivalent to the NVIDIA GeForce 3050 and GTX 1650 in gaming and synthetic benchmarks. Other highlights include an AMOLED display, LPDDR5x memory at 7467 MT/s, WiFi 6E, Bluetooth 5.4, and a fingerprint sensor built into the power button. AI PC? Although the Intel Core Ultra 9 185H includes a dedicated NPU, it's only 11 TOPS; therefore, it does not qualify as a Copilot+ PC. However, it can reach up to 33 TOPS with a combination of NPU, CPU, and GPU. As I said, although we only reviewed the X14 Pro, the unboxing is the same for the X16 Pro, which I noted in my review. The packaging is quite a nice experience. The outer box houses the X16 Pro box with a small compartment that contains the 5-in-1 Dock ($40 value), which appears to be an "Early Bird" inclusion. Upon removing the box cover, the X16 Pro is revealed sitting in a cardboard compartment with two small booklets of documentation. To the left of the X16 Pro are two cardboard compartments containing the 65W charger and Type-C USB cable. What’s In The Box 1 x GEEKOM X16 Pro Ultra-thin Laptop 1 x Type-C to Type-C cable 1.8M 1 x 65W GaN PD Fast Charger 1 x Warranty Card 1 x Thank You Card 1 x User Guide All products sold by GEEKOM receive a 3-year free Warranty from the date you receive the product. If needed, you can RMA or return locally relative to your region (the U.S. has a U.S. warehouse, mainland E.U. has a German warehouse). GEEKOM X16 Pro at GEEKOM U.S. for $1,119.67 was $1,349 (17% off) Use coupon code NWGBX1617 when checking out. This flash deal expires on July 2. Huge Summer Sale As a reminder, yesterday GEEKOM kicked off their Huge Summer Sale, in which there are deep discounts on a range of other GEEKOM products. From June 15 to June 30, the GEEKOM Official Store will be running its Summer Sale, with discounts starting from 15% off across the entire lineup, up to 50%! This is their biggest promotion of the year so far, offering pricing that is even lower than select Prime Day deals. You can check out the discounts at the dedicated Summer Sale landing pages below. GEEKOM U.S. Summer Sale GEEKOM U.K. Summer Sale While the Summer Sale ends on June 30, this deal will remain active until July 2.
    • We are reached to the point that apple looks affordable and better choice than anything else, in what dystopia are we living in....
    • Ouch. $1600 for 256GB SSD / 16GB? Even Apple, the purported "target" of Surface devices for a long time, has its MacBook Air M5 at 512GB SSD / 16GB RAM for $999 MSRP. Surface will never be reasonably priced with such low volumes.
    • Sadly price is pretty in line with the other new X2 devices so far. RAM/SSD prices have ruined everything.
  • Recent Achievements

    • One Year In
      Console General earned a badge
      One Year In
    • One Year In
      Twozo Technologies earned a badge
      One Year In
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
    • Veteran
      branfont went up a rank
      Veteran
  • Popular Contributors

    1. 1
      +primortal
      522
    2. 2
      +Edouard
      201
    3. 3
      PsYcHoKiLLa
      110
    4. 4
      Steven P.
      89
    5. 5
      Nick H.
      71
  • Tell a friend

    Love Neowin? Tell a friend!