+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 21 to 32 of 32
  1. #21
    [He who is Nude..] Nude_Lewd_Man's Avatar
    Join Date
    Mar 2007
    Location
    My own little world.
    Posts
    11,764
     
    I've seen the light... It was green, flashy and attached to a Network Interface Card...
    Whenever someone says "You can't miss it", I invariably do...

    TechIMO Folding@home Team #111 - Crunching for the cure!IE Team111 FAQs TEAM STATS Apps

  2. #22
    Millwright stroyal's Avatar
    Join Date
    Dec 2002
    Location
    New Hampshire
    Posts
    8,063
    Finally, an easy question.
    But you beat me to the answer.
    Hard Sayin Not Knowin

  3. #23
    Millwright stroyal's Avatar
    Join Date
    Dec 2002
    Location
    New Hampshire
    Posts
    8,063
    Quote Originally Posted by JasmineTF View Post
    Oh, it's an "iso" image! I got it now!

    Well, I'm using "autonuke", and it says I have 1:55 to go for the process to complete. If so, I'll know before I leave for my 3-day weekend whether or not this has worked.

    Is "autonuke" sufficient to get rid of everything on the hard drive including any recovery partitions for Windows7?

    Auto always took much less, than it said, with me.

    I think anything more than that, is just for security.
    Hard Sayin Not Knowin

  4. #24
    [He who is Nude..] Nude_Lewd_Man's Avatar
    Join Date
    Mar 2007
    Location
    My own little world.
    Posts
    11,764
    Any news about this..?
    I've seen the light... It was green, flashy and attached to a Network Interface Card...
    Whenever someone says "You can't miss it", I invariably do...

    TechIMO Folding@home Team #111 - Crunching for the cure!IE Team111 FAQs TEAM STATS Apps

  5. #25
    Member JasmineTF's Avatar
    Join Date
    Dec 2010
    Location
    Chicagoland
    Posts
    353
    Quote Originally Posted by Nude_Lewd_Man View Post
    Any news about this..?
    The process finished successfully just before I left work on Friday. I'm off today (King Day), so I won't know until tomorrow if the imaging process will now work.

  6. #26
    [He who is Nude..] Nude_Lewd_Man's Avatar
    Join Date
    Mar 2007
    Location
    My own little world.
    Posts
    11,764
    "King Day"..???

    In theory, and in practice from my experience, if you're just wanting to apply the image onto a drive, then you could just use something like FDISK and ImageX, along with something like WinPE... Boot to WinPE, go into FDISK to wipe all the partitions and create the one/s you want, drop back to the standard CLI (still in WinPE) to format the partition/s and then ImageX to apply an image (that you've already created) onto the partition...

    IIRC, the FDISK command you'd want would be 'select disk 0' and 'clean', then you'd have a disk with no partitions. The other things you'd need after that would be 'create partition [n]' (where [n] is the number of megabytes you want it have), 'assign letter:C' and 'active' before using 'exit' to drop out of the FDISK utility. Bear in mind that I haven't done this for ~9 months, so there might be a slight difference in the commands than I recall now………
    I've seen the light... It was green, flashy and attached to a Network Interface Card...
    Whenever someone says "You can't miss it", I invariably do...

    TechIMO Folding@home Team #111 - Crunching for the cure!IE Team111 FAQs TEAM STATS Apps

  7. #27
    Member JasmineTF's Avatar
    Join Date
    Dec 2010
    Location
    Chicagoland
    Posts
    353
    Yep, that's what I do. I boot up with winPE, put in the "diskpart" command, choose, clean, repartition, assign, make active, and then exit. I don't assign a size because, I was told, that makes it default to one volume for the whole drive, which is what I want. I then use ImageX to load the proper image.

    So, that's exactly what I'm going to do first thing tomorrow morning when I get in.

    See, great minds do think alike!

  8. #28
    [He who is Nude..] Nude_Lewd_Man's Avatar
    Join Date
    Mar 2007
    Location
    My own little world.
    Posts
    11,764
    That is correct, if you don't specify a size, it will use the entire space available...but I used to use that method to only make a small partition for when I was updating the SysPrep'd reference image, before re-capturing the image, then re-wiping the drive and re-applying the image.. (I also used to defrag the 'reference install first, so that there was no fragmentation when pushing it back out.. )

    You're right, it was DISKPART rather than FDISK that was used...but, to be fair, I was still half asleep... (I've been 'online' with my BlackBerry for the previous responses..and this one...)
    I've seen the light... It was green, flashy and attached to a Network Interface Card...
    Whenever someone says "You can't miss it", I invariably do...

    TechIMO Folding@home Team #111 - Crunching for the cure!IE Team111 FAQs TEAM STATS Apps

  9. #29
    Member JasmineTF's Avatar
    Join Date
    Dec 2010
    Location
    Chicagoland
    Posts
    353
    Quote Originally Posted by Nude_Lewd_Man View Post
    You're right, it was DISKPART rather than FDISK that was used...but, to be fair, I was still half asleep... (I've been 'online' with my BlackBerry for the previous responses..and this one...)
    I discovered this morning that you can do a low level format in Diskpart if you specify "Clean All" instead of just "Clean", so you don't have to bother with loading up something else to do it.

    Clean All - Specifies that each and every sector on the disk is zeroed, which completely deletes all data contained on the disk.

    That is a low level format, right?

  10. #30
    Millwright stroyal's Avatar
    Join Date
    Dec 2002
    Location
    New Hampshire
    Posts
    8,063
    Quote Originally Posted by JasmineTF View Post
    I discovered this morning that you can do a low level format in Diskpart if you specify "Clean All" instead of just "Clean", so you don't have to bother with loading up something else to do it.

    Clean All - Specifies that each and every sector on the disk is zeroed, which completely deletes all data contained on the disk.

    That is a low level format, right?

    I'm not sure, but I thought low level format, was even more basic, than righting 1s and 0s.
    I also don't think righting 1s and 0s is part of any, normal format.

    According to this,
    Disk formatting - Wikipedia, the free encyclopedia
    true low level format, can only be done at the factory since the mid 90s.

    Many programs, that say they are low level format, are just righting 0s, and repartitioning.

    That being said, I have 120gig Maxtor, that somehow got corrupted 7 years ago, and wouldn't do anything.

    I downloaded, a low level format from the manufacturers sight, and ran it.

    It took 16 hours,, but I still have that drive today, and it works perfectly.

    I guess I still don't know if it was a low level format, but I thought it was.
    Last edited by stroyal; January 26th, 2011 at 12:02 PM.
    Hard Sayin Not Knowin

  11. #31
    Member JasmineTF's Avatar
    Join Date
    Dec 2010
    Location
    Chicagoland
    Posts
    353
    Quote Originally Posted by stroyal View Post
    I'm not sure, but I thought low level format, was even more basic, than righting 1s and 0s.
    I also don't think righting 1s and 0s is part of any, normal format.

    According to this,
    Disk formatting - Wikipedia, the free encyclopedia
    true low level format, can only be done at the factory since the mid 90s.

    Many programs, that say they are low level format, are just righting 0s, and repartitioning.
    Oh, wow! That was very informative! Apparantly, it's a very misused term, and it's probably something I wouldn't really need to do anyway.

    Thanks!

  12. #32
    Millwright stroyal's Avatar
    Join Date
    Dec 2002
    Location
    New Hampshire
    Posts
    8,063
    You are welcome, as usual, I learned something too.
    Hard Sayin Not Knowin

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Low level format?
    By Blitzkreig75 in forum Applications and Operating Systems
    Replies: 7
    Last Post: June 23rd, 2006, 05:16 PM
  2. Low Level Formating
    By BluesMan1 in forum Technical Support
    Replies: 5
    Last Post: July 13th, 2005, 12:58 AM
  3. Low-Level Formatting a 300 GB SATA Maxtor
    By DaGrmReaper in forum Technical Support
    Replies: 1
    Last Post: July 11th, 2005, 05:14 AM
  4. Low Buffer Level?
    By KhiemTran in forum Processors, Memory, and Overclocking
    Replies: 2
    Last Post: March 27th, 2005, 09:51 PM
  5. Low Level
    By TheCrazGod in forum Storage Related
    Replies: 4
    Last Post: February 19th, 2005, 10:50 AM

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Recommended Sites: ResellerRatings Store Reviews