« CNET's AllYouCanUpload Is Disruptive | Main | Via Digg: A video explains the world's most important 6-sec drum loop (Amen Break). »

Via Digg: Formatting any harddisk using notepad

Digg says, "A simple little tutorial shows you how you can format ANY harddrive using good ole' Notepad!" -- [ originally dugg article | digg story ]

Well, 1's and 0's in notepad do not binary make. So, for the community at large, here's something that's actually helpful.

The following code snippet will destroy the partition tables on a HDD so it looks like it has never been partitioned. You can use this if Windows refuses to repartition a BSD drive, for example.

In DOS debug mode:

 
-a 100
int 13
int 3
[press return again]
-rax
:380
-rbx
:1000
-rcx
:1
-rdx
:80 (for first drive or 81 for second drive)
-f 1000 L e000 0
-g=100
-q

Thats it. HDD is smoked. Reboot and you're ready to repartition.

 

TrackBack

TrackBack URL for this entry:
http://nothingtoseeheremovealong.com/crudetechnologies-mt/mt-tb.fcgi/49

Comments

Dell's HDD debug script does the same, and I found it easier to remember these 8 lines in my admin job, but whichever you memorize first is probably easiest :)

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)