| | | Vista Newbie
     
Group: Forum Members Last Login: 9/4/2008 9:59:46 PM Posts: 16, Visits: 32 |
| I want to format a drive.
It contains no system files at all.
I right click the drive in 'Computer', click 'Format', get the warning message but as soon as I click 'Start' I immediately get 'Windows was unable to complete the format'.
Anyone any ideas ? Thanks. |
| |
| | | | Vista Beginner
     
Group: Forum Members Last Login: 6/26/2008 8:18:20 AM Posts: 53, Visits: 64 |
| try doing it the command line way.
Open an elevated command prompt (right click cmd.exe and choose run as administrator)
type in Diskpart (this loads the disk partitioning program)
type in list disks
figure out which disk is the one you are trying to format based on size, make SURE you choose the right one. Find the number its associated with.
type Select Disk 1 (we will assume 1 for now, it could be a variance of numbers, the first disk number starts at 0)
type clean
type create partition primary
type format fs=ntfs (replace NTFS with FAT32 or exFAT, depending on what FS you want, you can also add the word quick after the file system for NTFS)
once thats finished..
type Active
type Assign
type exit
You should now have a clean, formatted disk with a drive letter assigned to it. |
| |
| | | | 
Lead Forum Moderator

Group: Vista Forum Moderator Last Login: Today @ 2:12:08 PM Posts: 1,954, Visits: 1,782 |
| Don't know if this is your specific problem, but it does appear to be a known problem. See the following MS posting:
http://support.microsoft.com/kb/931654
However, Jordus provided you a command-based method of doing this that should bypass this problem.
ASUS A832nSLI-Deluxe, AMD 64X2 4400 OC 2.4GHz, 3GB OCZ,
Running: XP Pro, Vista Ultimate 32-bit, Vista Business, Ubuntu 7.10, Ubuntu 8.04 LTS
|
| |
| |
|