Thread: 0's

  1. #1
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331

    0's

    I have a 80gig maxtor i need to reset as close to factory as possible and if i member the way to do it is write 0's, but i dont know how.

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Why?

    Try searching for low-level format software.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    can do.

    OT:

    if a p4 isnt in the socket right will the pc still get power? it all devices power up with no video?

  4. #4
    Wen Resu
    Join Date
    May 2003
    Posts
    219
    no
    if theres no processor or processor is damaged no power will be given to system as it will hang due to BIOS complaining about not having naything to processes anything with :P

  5. #5
    If the processor is damaged will there be any error message (beep) when the computer starts up? My friends computer just starts and then hangs befroe dispaying anything and his computer doesnt beep at all.

  6. #6
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212

    Re: 0's

    Originally posted by RoD
    I have a 80gig maxtor i need to reset as close to factory as possible and if i member the way to do it is write 0's, but i dont know how.
    they finally got a warrant?

  7. #7
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Fixed the HDD prob, got a new one. I had stuck my p4 1.8 proc into my buddy's comp to test it. It powered up but nothing happend, we alrdy knew the chip was dead. Well i put his 2.04ghz back in and it keeps showing 1.8 in bios but in windows is says

    Intel 2.04 blah blah
    1.08ghz

    So it knows its a 2.04 but running at 1.8 i can find nothing int he bios to fix it, i dont want him to think i screwed him, how do i fix it?

  8. #8
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    BUMP

  9. #9
    Wen Resu
    Join Date
    May 2003
    Posts
    219
    change the FBS t owhat ever it is suposed it be

  10. #10
    eh ya hoser, got a beer? stumon's Avatar
    Join Date
    Feb 2003
    Posts
    323
    Originally posted by Iamien
    change the FBS t owhat ever it is suposed it be
    You mean the Front Side [B]B[B/]us. That or change the multiplier if you can.
    The keyboard is the standard device used to cause computer errors!

  11. #11
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    ok so theres a setting set to

    100/100


    Set there the proc runs at 1.08GHZ. Set that too 133/133 (the only other setting with a number higher than 100 for the cpu) and in windows i get i/o and irq errors. That was the original problem. Picture it as CPU/RAM i have these options:

    100/100
    100/133
    133/133

    The last is the only one to run the CPU as 2.04, its normal clock. Its also this one that gives i/o errors. I think the ram is faulty. It runs fine at 1.08 with both at 100/100 but not at 1.8 with ram at 133.

    so

    Ram - 133 = i/o and irq fails
    Ram - 100 = no probs at all

    I cant test it 133/100 cuz the ram cant be that low with the chip at 133. Anyone else think its ram? Its 512MB PC2100 DDR.

  12. #12
    Registered User
    Join Date
    Aug 2002
    Posts
    87
    The official FSB of PC2100 DDR is 266 if i remember right therefor it has a FSB of 133 and a multiplier of 2 to it adding up to 266.

    I doubt however that underclocking the RAM would remove any corruption from it. So perhaps you are overclocking it or something by changing the multiplier?

  13. #13
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    133 is the normal clock for both so i cant be overclocking it.

  14. #14
    Patent Pending GSLR's Avatar
    Join Date
    Sep 2001
    Posts
    134
    some usefull code !

    Start pc with windows startup floppy disk
    make sure you have a floppy with debug on it.
    once command prompt is reached , type debug and type
    the following as follows:

    A 100
    INT 13
    (ENTER) this is the enter key
    RAX
    0301
    RBX
    0200
    F 200 L 200 0
    RCX
    0001
    RDX
    0080 OR 81,82,83 ( 80 is first disk first ide etc ... )
    P

    this cleans partition table and basically loses all info on the drive.
    then you need a utility the the drive manufacturer makes to write zeros to the drive .(also dos mode) (downloadable)
    If the above process doesnt fix the drive, throw it against the WALL and destroy it with hammer etc ...

    You never know who can get to that info ....
    Q
    And To All Those Opposed, WELL !!!
    >Deleted< " Looks like a serial no."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. producing a matrix of 1's and 0's
    By emj83 in forum C Programming
    Replies: 5
    Last Post: 02-24-2009, 05:10 AM
  2. Using Atoi and missing 0's
    By Shadowwoelf in forum C++ Programming
    Replies: 8
    Last Post: 09-20-2007, 04:15 AM
  3. interesting question, number of 0s at the end of N!
    By George2 in forum C Programming
    Replies: 3
    Last Post: 06-03-2006, 03:26 AM
  4. Counting 1's in a string of 1's and 0's
    By Friar in forum C Programming
    Replies: 1
    Last Post: 02-21-2006, 09:50 AM
  5. Create file with fixed length and initiate it to all 0's
    By SoFarAway in forum C Programming
    Replies: 4
    Last Post: 03-27-2005, 03:30 AM