I have an LG external hard drive which I unplugged one day without doing the safe eject. Now it won't work. The computer recognize its existence on the F drive and disk management says the status is healthy (primary partition) But it will not format. Under File system, the drive is described as RAW. I do not need to recover the data but I got it only six months ago and hate to have to throw it away and buy a new one. Any help would be much appreciated.
How-To Geek Forums / Windows 7
(Solved) - External hard drive won't format HELP
(23 posts)- View Accepted Answer
- Remove Solved Status
8% in 6 hours does not sound right. Do the following>
Go to Start > All Programs > Accessories > Command Prompt. Right click on Command Prompt and "Run as Administrator". Into the black window type:
chkdsk /f
Then press Enter. That will run for a while and fix any bad sectors. When that is done, run these commands in the same window - each followed by Enter
Diskpart
List disk
Select disk n (where n is the number that was given in List Disk for your disk in question)
Format /fs:NTFS Quick
When that is done, continue in the same window
Select disk n (same as above)
Create partition primary
And still in the same window
List volume
Select volume n (n is probably 0)
Assign letter=M (or any other higher letter )
Exit
Now you should have a volume with one partition M that should show in Computer.
Hi WHS. I got as far as
DISKPART> SELECT DISK 1
DISK 1 IS NOW THE SELECTED DISK.
I pressed RETURN.
DISKPART> (THEN I TYPED) /fs:NTFS Quick
I pressed return and I got this message:
The arguments specified for this command are not valid. For more information on the command tupe: HELP FORMAT
I typed HELP and was told (among a lot of other technical terms) that a volume must be selected for this operation to succeed.
So what should I do now?
@WHS @Germ-X. Thanks people but no luck. The list volume worked.
The info is:
Volume 5, (LTR) F, no info under Label, (Fs) RAW, (Type) Partition, (Size) 298GB, (Status) Healthy.
Then DISKPART came up and I did the following:
DISKPART> Select Volume 5
Volume 5 is the slected volume
DISKPART> Format /fs:NTFS Quick
The arguments specified for this command for not valid.
for more info type HELP FORMAT
DISKPART> HELP FORMAT
blah blah...A volume must be selected for this operation to succeed
Examples:
FORMAT FS=NTFS LABEL="NEW vOLUME" QUICK COMPRESS
FORMAT RECOMMENDED OVERRIDE
This is where I am up to so far and I did do the chkdsk so I presume the hardware on the external hard drive is OK. Help is much appreciated.
DiskPart <ENTER>
list disk <ENTER>
select disk X <ENTER> X=Disk Number
clean all <ENTER> Will take time
list disk <ENTER>
select disk X <ENTER> X=Disk Number
create partition primary <ENTER>
format fs=ntfs quick <ENTER> NO slash
active <ENTER>
exit <ENTER>
exit <ENTER>
Reboot and check Letter assigned in Windows Disk Management
Hi. The latest in the saga:
Diskpart> Select disk 1
Disk 1 is now the selected disk.
Diskpart> Clean all
DiskPart has encountered an error. The remote procedure call failed.
See the System Event Log for more information.
I WENT TO THE SYSTEM EVENT LOG AND IT HAS THESE ENTRIES:
ERROR: The Virtual Disk service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 60000 milliseconds: Restart the service. <SERVICE CONTROL MANAGER>
INFORMATION: The WinHTTP Web Proxy Auto-Discovery Service service entered the running state. <SERVICE CONTROL MANAGER>
INFORMATION: SerVIce started.<VIRTUAL DISK SERVICE>
INFORMATION: The Virtual Disk service entered the running state. <SERVICE CONTROL MANAGER>
INFORMATION: The Multimedia Class Scheduler service entered the stopped state. <SERVICE CONTROL MANAGER>
If you are willing download this free partition utility > burn to Cd > change your boot order > then boot your system and look at your drive.
You will be able to see if it is partitioned correctly then make any corrections as needed. You can also format from PW
http://www.partitionwizard.com/download.html
Scroll down about mid page and download the free bootable version
Topic Closed
This topic has been closed to new replies. Please create a new topic instead.
