How to format in DOS?
Romy
-
Nanar35 -
Nanar35 -
Hello,
My PC (running W. me) is totally frozen (I got hacked a while ago and since then, it’s been acting up), I tried reinstalling Windows with the boot disk, but it’s not working any better. So, I tried to format C: using this disk and it didn't work ("sharing problem," I think...)
I was thinking about formatting C: from DOS?
What's the command?
Thanks in advance.
Romy (I'm not really tech-savvy, as you can tell, so please, don't laugh, okay?! hee hee)
My PC (running W. me) is totally frozen (I got hacked a while ago and since then, it’s been acting up), I tried reinstalling Windows with the boot disk, but it’s not working any better. So, I tried to format C: using this disk and it didn't work ("sharing problem," I think...)
I was thinking about formatting C: from DOS?
What's the command?
Thanks in advance.
Romy (I'm not really tech-savvy, as you can tell, so please, don't laugh, okay?! hee hee)
30 réponses
- 1
- 2
Suivant
To FORMAT properly, avoid using FORMAT C: /Q which simply erases the FAT (File Allocation Table) without checking the rest of the disk.
The ONLY correct method is to boot from a DOS diskette and at the prompt type:
A:\>FORMAT C: /S /C /U /V:DISK-SIZE
/S copies the System files to the HDD
/C rechecks all the Clusters
/U makes recovery by Undelete impossible
/V:DISK-SIZE assigns a Volume name to the disk, for example: "DISK-30GB"
PS: The /S option sometimes results in an error message. If so, remove this option and then do A:\>SYS C: to copy the system files.
The ONLY correct method is to boot from a DOS diskette and at the prompt type:
A:\>FORMAT C: /S /C /U /V:DISK-SIZE
/S copies the System files to the HDD
/C rechecks all the Clusters
/U makes recovery by Undelete impossible
/V:DISK-SIZE assigns a Volume name to the disk, for example: "DISK-30GB"
PS: The /S option sometimes results in an error message. If so, remove this option and then do A:\>SYS C: to copy the system files.
Nanar35
Thank you, because I had forgotten these formulas. I have a small question: once formatted and with the sys files on this disk, if I use this disk for my Windows 10 image backups, in case of restoration, will it recognize it as a Windows 10 system or like it was under Vista, as it previously did, because it didn't recognize my backups on the disk that was used under Vista. Thank you.
- 1
- 2
Suivant