Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
FORMAT C: /U and Windows Registry Files
Name: Rootaah Date: September 20, 2000 at 09:09:31 Pacific
Comment:
Could someone please clear up a question concerning this issue? Will using the DOS command "FORMAT C: /U" completely erase the hard drive? Registry files and all? I have people at my place of business telling me that the only thing to use to be 100% sure is a tedious LOW LEVEL format, ie. the disk utility WD CLEAR. I thought the /U switch was an UNCONDITIONAL format of a drive. And doesn't FDISKING a drive blow away the FAT TABLE? Especially if you change partition size? I'm having a hard time swallowing that a FORMAT C: /U doesn't erase everything. Hidden files and all. Any help out there?
Name: DoOMsdAY Date: September 20, 2000 at 09:19:18 Pacific
Reply:
A /q (or quick format) will write the ASCII character E5 to every file and directory entry on a partition, thus making it incredibly simple to recover. A /u will 0 out everything on the partition, thus wiping the files away. A low level format will 0 everything on the entire drive - partition tables and all. For newer drives a low level format is not applicable anymore as the drives use non-standard CHS numbers and some store info on the drive itself. So to answer your question, a format x: /u is sufficient to wipe away any data on the partition - including hidden/system files and the Registry and such. However if you're trying to hide data from the NSA, you have to format with all 0's, all 1's and random sequences of 1's and 0's numerous times. Even that probably doesn't work anymore as that is a dated method.
0
Response Number 2
Name: Jon Fox Date: September 20, 2000 at 10:33:03 Pacific
Name: Ron Date: September 20, 2000 at 12:35:43 Pacific
Reply:
FORMAT /U Will clear ALL Entries from your Hard Drive. No need for Low Level Format. If you have no other problems. This will be all youneed to do. FORMAT by itself just 'hides' the entries!
Summary: When you boot from a boot disk, stay at the A:\ prompt and type your "format c: /u". If you still get a "Bad command or filename" error, download a Windows 98 boot disk from www.bootdisk.com and try ...
Summary: Probably nothing. It might be a corrupted hard drive. The UNKNOWN vs. FAT32 is because you have to run format to establish a file system - ie. FAT32. So that was alright. One thing you might try i...
Summary: Use FORMAT C: /U this will perform an unconditional format, and will not create the backup mirror file (which unformat uses to unformat the drive). this is pretty much safe. ...