Saya memiliki USB Thumb Drive yang akan saya gunakan untuk menginstal Windows 7 dengan. Saat memformat drive dengan alat unduhan Windows 7 USB / DVD, drive USB saya gagal dalam keadaan tidak dapat digunakan.
Saya dapat melihat drive dengan Windows Disk Manager, tetapi itu menunjukkan bahwa ia memiliki sistem file RAW, dan setiap kali saya mencoba memformatnya untuk kedua kalinya, ia hanya mengatakan bahwa ia tidak dapat menemukan file atau partisi. Menggunakan DiskPart Saya juga tidak terlalu beruntung karena mencoba menggunakan FORMAT
hasil perintah dalam kesalahan. Ini adalah perintah yang saya gunakan dan hasilnya.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>diskpart
Microsoft DiskPart version 6.1.7601
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: DYGEAR-PC
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 14 GB 0 B
Disk 1 Online 74 GB 0 B
Disk 2 Online 698 GB 0 B *
Disk 3 Online 15 GB 0 B
DISKPART> select disk 3
Disk 3 is now the selected disk.
DISKPART> detail disk
Corsair Voyager Mini USB Device
Disk ID: 00000000
Type : USB
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : UNAVAILABLE
Current Read-only State : No
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 4 Removable 15 GB Healthy
DISKPART> select volume 4
Volume 4 is the selected volume.
DISKPART> FORMAT RECOMMENDED OVERRIDE
DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.
DISKPART> FORMAT FS=NTFS LABEL="Windows7" QUICK COMPRESS
DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.
DISKPART>
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 14 GB 0 B
Disk 1 Online 74 GB 0 B
Disk 2 Online 698 GB 0 B *
Disk 3 Online 15 GB 0 B
DISKPART> select disk 3
Disk 3 is now the selected disk.
DISKPART> clean all
DiskPart has encountered an error: Incorrect function.
See the System Event Log for more information.
DISKPART> list partition
There are no partitions on this disk to show.
DISKPART> online disk
Virtual Disk Service error:
This disk is already online.
DISKPART> attributes disk clear readonly
Disk attributes cleared successfully.
DISKPART> clean
DiskPart has encountered an error: Incorrect function.
See the System Event Log for more information.
DISKPART> convert mbr
DiskPart successfully converted the selected disk to MBR format.
DISKPART> create partition primary
DiskPart succeeded in creating the specified partition.
DISKPART> select part 1
Partition 1 is now the selected partition.
DISKPART> active
DiskPart marked the current partition as active.
DISKPART> format fs=NTFS label=USB quick
DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.
DISKPART> format quick
DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.
DISKPART> assign letter F
DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 V Video NTFS Simple 698 GB Healthy
Volume 1 D SSD NTFS Partition 14 GB Healthy
Volume 2 System Rese NTFS Partition 100 MB Healthy System
Volume 3 C NTFS Partition 74 GB Healthy Boot
* Volume 4 Removable 15 GB Healthy
DISKPART>