У меня есть флэш-накопитель USB, который я собирался использовать для установки Windows 7. Во время форматирования диска с помощью средства загрузки USB/DVD-дисков Windows 7 не удалось оставить мой USB-накопитель в нерабочем состоянии.
Я вижу диск с помощью диспетчера дисков Windows, но он показывает, что у него есть файловая система RAW, и каждый раз, когда я пытаюсь переформатировать его во второй раз, он просто говорит, что не может найти файл или раздел. Использование DiskPart Мне также не очень повезло, так как попытка использовать команду FORMAT приводит к ошибке. Это команды, которые я использую, и их вывод.
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>
