Tôi đang cố gắng xóa phân vùng trên UFD bằng Diskpart. Tôi đang chạy nó thông qua một dấu nhắc CMD nâng cao. Nhưng vấn đề là nó báo cáo rằng tôi đang sử dụng một đối số không hợp lệ. Xin vui lòng xem nhật ký dưới đây.
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>diskpart
Microsoft DiskPart version 6.3.9600
Copyright (C) 1999-2013 Microsoft Corporation.
On computer: SKANNING24
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 465 GB 1024 KB *
Disk 1 Online 3819 MB 3670 MB *
DISKPART> select disk 1
Disk 1 is now the selected disk.
DISKPART> list partition
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Primary 49 MB 64 KB
Partition 2 System 98 MB 51 MB
DISKPART> select partition 1
Partition 1 is now the selected partition.
DISKPART> list partition
Partition ### Type Size Offset
------------- ---------------- ------- -------
* Partition 1 Primary 49 MB 64 KB
Partition 2 System 98 MB 51 MB
DISKPART> delete
Microsoft DiskPart version 6.3.9600
DISK - Delete a missing disk from the disk list.
PARTITION - Delete the selected partition.
VOLUME - Delete the selected volume.
DISKPART> delete partition 1
The arguments specified for this command are not valid.
For more information on the command type: HELP DELETE PARTITION
DISKPART> list partition
Partition ### Type Size Offset
------------- ---------------- ------- -------
* Partition 1 Primary 49 MB 64 KB
Partition 2 System 98 MB 51 MB
DISKPART> select partition 2
Partition 2 is now the selected partition.
DISKPART> list partition
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Primary 49 MB 64 KB
* Partition 2 System 98 MB 51 MB
DISKPART> delete partition 2
The arguments specified for this command are not valid.
For more information on the command type: HELP DELETE PARTITION
DISKPART> help delete partition
Deletes the partition with focus.
Syntax: DELETE PARTITION [NOERR] [OVERRIDE]
NOERR For scripting only. When an error is encountered, DiskPart
continues to process commands as if the error did not occur.
Without the NOERR parameter, an error causes DiskPart to exit
with an error code.
OVERRIDE Enables DiskPart to delete any partition regardless of type.
Typically, DiskPart only permits you to delete known data
partitions.
You cannot delete the system partition, boot partition, or any partition
that contains the active paging file or crash dump (memory dump) filed.
A partition must be selected for this operation to succeed.
Partitions cannot be deleted from dynamic disks or created on dynamic
disks.
Example:
DELETE PARTITION
DISKPART> list partition
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Primary 49 MB 64 KB
* Partition 2 System 98 MB 51 MB
DISKPART> delete partition 2 override
The arguments specified for this command are not valid.
For more information on the command type: HELP DELETE PARTITION
DISKPART>
Q: "đối số" trong trường hợp này là gì? Và tại sao nó không hợp lệ?
Đây không phải là lần đầu tiên tôi sử dụng Diskpart, tôi đã sử dụng nó nhiều lần trước khi có các phân vùng phục hồi ẩn đặc biệt trên ổ đĩa không thể xóa bằng các công cụ đĩa thông thường như Diskmgmt.msc. Vì vậy, tôi khá chắc chắn rằng tôi đã hiểu đúng cú pháp và tôi đang làm mọi thứ theo các trang trợ giúp.
Tôi đang làm việc trên Windows 8.1 và UFD là SanDisk Cruzer Blade 4 GB, hoàn toàn mới. Tôi chỉ cài đặt PassMark Memtest86 trên đó và đó là tất cả những gì tôi từng sử dụng. Tôi đã định dạng UFD ngày hôm nay để loại bỏ Memtest86 khỏi nó (định dạng nhanh trong Explorer), nhưng một phân vùng EFI ẩn được để lại trên UFD. Xem ảnh chụp màn hình bên dưới.