
Quote: Originally Posted by
SUCCESSOR
I have a 2.5 sata 250gb hard drive from a laptop with a broken screen. I bought a enclosure for it so I could use it as a external hard drive. During the process of backing up and clean up I apparantly deleted something important because it started saying the drives (the hard drive has a recovery partition) need to be formatted. Any attempt to format either partition fails. I tried partitioning to FAT32 in command prompt but it said 'cannot open volume for direct access'.
The only thing it does when I plug it in is pop up that the drive need to be formatted over and over and the drives won't show up in disk manager.
How can i get it formtted?
Hard drive still working with my Nintendo Wii. I don't know why it isn't working with windows.
Here is how you format that thing.
Step 1: Disconnect the drive from your laptop.
Step 2: Create a System Repair Disc
Step 3. Reconnect the drive
Step 4: Boot to the System Repair Disc
Step 5: Go to a command prompt
Step 6: Use DiskPart to make changes to partitions including formatting the partitions.
Step 7. Boot your laptop backup like normal.
Step 8. Let us know the status.
Now I'm including the "canned" info you will need.
CREATE A SYSTEM REPAIR DISC START | type
System Repair |
Enter key |
Create Disc button
++++++++++++++++++++++++++++++++++++++++++++++
===============================================
Code:
GO TO A COMMAND PROMPT USING A SYSTEM REPAIR DISC
1) Insert System Repair Disc into optical reader.
2) Shutdown computer.
3) Boot up computer from the System Repair Disc
If your computer doesn’t boot from the optical drive, then
Immediately after pushing your Power ON button,
start tapping the F2 key to get to the BIOS to change the boot order
On some computers, Immediately after pushing the Power ON button, start tapping the F12 key and choose CD/DVD to change the boot order only for this time.
4) Wait while a mini-version of Windows is loaded and finally the SYSTEM RECOVERY OPTIONS dialog appears.
5) NEXT | SYSTEM RECOVERY OPTIONS dialog
will search your system for installed versions of Windows.
6) select the Use recovery tools that can help fix problems starting Windows radio button |
7) NEXT | Choose Command Prompt
Run desired commands and type EXIT when finished.
Remove the System Repair Disc.
Shutdown computer.
Power on computer.
===============================================
===============================================
Quote:
PREPARE A DISK OR A USB FLASH DRIVE FOR USE
Run CMD.EXE as an Administrator
Enter following commands, each followed by hitting ENTER:
· DiskPart
· List disk (lists disks in your system)
· Select disk <numeral> (without the < and the >)
· Detail disk (info should let you know if you selected correctly)
· Clean ALL (your entire disk is being overwritten with zeros.
This can take a considerable amount of time. Leave off the ALL for a much shorter clean which only cleans the boot sectors)
· CREATE PARTITION PRIMARY(create a primary partition)
· FORMAT FS=NTFS(format the partition)
· ACTIVE(the partition can contain operating system startup files)
· ASSIGN (the next available letter is assigned to disk)
or
ASSIGN Letter=X (Assign X as drive letter. Use the letter of your choice)
· EXIT (only type after Clean is finished. Exits from DiskPart)
· EXIT (this exits from the command shell)
=============================================
==============================================