format (格式化磁盘)

小猪老师 发表于 2020-11-17 13:45
浏览次数:
在手机上阅读

格式命令用于从计算机软盘或固定驱动器中删除信息。

虽然信息似乎已被删除,但软件恢复程序仍有可能从格式化的驱动器恢复信息。 如果您想确保不能从驱动器中恢复任何信息,请使用软件工具确保所有数据都已删除和覆盖。

Although the information appears to be erased, it is still possible for software recovery programs to recover information from a formatted drive. If you want to make sure no information can be recovered from a drive, use a software utility to make sure all data is erased and overwritten. See: How to make sure all data is erased on a computer hard drive.

查看英文版

目录

1 format 运行系统环境

2 Format syntax

3 Format examples

format 运行系统环境

Windows 95

Windows 98

Windows xp

Windows vista

Windows 2000

Windows 7

Windows 8

Windows 10

Windows NT

Windows ME

All Versions of MS-DOS

Format syntax

Windows Vista 和更高版本的语法

FORMAT volume [/FS:file-system] [/V:label] [/Q] [/L] [/A:size] [/C] [/I:state] [/X] [/P:passes] [/S:state]
FORMAT volume [/V:label] [/Q] [/F:size] [/P:passes]
FORMAT volume [/V:label] [/Q] [/T:tracks /N:sectors] [/P:passes]
FORMAT volume [/V:label] [/Q] [/P:passes]
FORMAT volume [/Q]
volume 指定驱动器号(后面跟一个冒号)、装入点或卷名。
/FS:filesystem 指定文件系统类型(FAT、FAT32、exFAT、NTFS、UDF、ReFS)。
/V:label 指定卷标。
/Q 执行快速格式化。请注意,此开关可替代/P。
/C 仅适于 NTFS: 默认情况下,将压缩在该新建卷上创建的文件。
/X 如果必要,请先强制卸除卷。该卷的所有打开句柄不再有效。
/R:revision 仅 UDF: 强制格式化为特定的 UDF 版本(1.02、1.50、2.00、2.01、2.50)。
/D 仅适用于 UDF 2.50: 将复制元数据。
/L

仅适用于 NTFS: 覆盖文件记录的默认大小。

默认情况下,非分层卷将使用较小的文件记录格式化,分层卷将使用较大的文件记录格式化。

/L 和 /L:enable 会强制使用较大的文件记录格式化,而 /L:disable 会强制使用较小的文件记录格式化。

/A:size

替代默认分配单元大小。强烈建议你在通常情况下使用

默认配置。

ReFS 支持 4096、64K。

NTFS 支持 512、1024、2048、4096、8192、16K、32K、64K、

128K、256K、512K、1M、2M。

FAT 支持 512、1024、2048、4096、8192、16K、32K、64K,

(128K、256K 用于大于 512 个字节的扇区)。

FAT32 支持 512、1024、2048、4096、8192、16K、32K、64K,

(128K、256K 用于大于 512 个字节的扇区)。

exFAT 支持 512、1024、2048、4096、8192、16K、32K、64K、

128K、256K、512K、1M、2M、4M、8M、16M、32M。

请注意,FAT 和 FAT32 文件系统

对卷上的群集数量施加以下限制:

FAT: 群集数量 <= 65526

FAT32: 65526 < 群集数量 < 4177918

如果判定使用的指定群集大小无法

满足以上需求,将立即

停止格式化。

大于 4096 的分配单元大小

不支持 NTFS 压缩。

/F:size 指定要格式化的软盘大小(1.44)
/T:tracks 为磁盘指定每面磁道数。
/N:sectors 指定每条磁道的扇区数。
/P:count

将卷上每个扇区清零。此后,该卷将被改写 "count" 次,

且每次使用不同的随机数。如果 "count" 为零,

则每个扇区清零后,不再进行改写。

如果已指定 /Q,则忽略此开关。

/S:state

指定对短文件名的支持(enable、disable)默认情况下禁用了短名称

/I:state

仅 ReFS: 指定是否应在新卷上

启用完整性。"state" 为 "enable" 或 "disable"

默认情况下,在支持数据冗余的存储上

启用完整性。

Microsoft Windows 2000 和 Windows XP 语法

FORMAT volume [/FS:file-system] [/V:label] [/Q] [/A:size] [/C] [/X]
FORMAT volume [/V:label] [/Q] [/F:size]
FORMAT volume [/V:label] [/Q] [/T:tracks /N:sectors]
FORMAT volume [/V:label] [/Q] [/1] [/4]
FORMAT volume [/Q] [/1] [/4] [/8]
volume 指定驱动器号(后面跟一个冒号)、装入点或卷名。
/FS:filesystem 指定文件系统类型(FAT、FAT32、exFAT、NTFS、UDF、ReFS)。
/V:label 指定卷标。
/Q 执行快速格式化。请注意,此开关可替代/P。
/C 仅适于 NTFS: 默认情况下,将压缩在该新建卷上创建的文件。
/X 如果必要,请先强制卸除卷。该卷的所有打开句柄不再有效。
/A:size

替代默认分配单元大小。强烈建议你在通常情况下使用

默认配置。

ReFS 支持 4096、64K。

NTFS 支持 512、1024、2048、4096、8192、16K、32K、64K、

128K、256K、512K、1M、2M。

FAT 支持 512、1024、2048、4096、8192、16K、32K、64K,

(128K、256K 用于大于 512 个字节的扇区)。

FAT32 支持 512、1024、2048、4096、8192、16K、32K、64K,

(128K、256K 用于大于 512 个字节的扇区)。

exFAT 支持 512、1024、2048、4096、8192、16K、32K、64K、

128K、256K、512K、1M、2M、4M、8M、16M、32M。

请注意,FAT 和 FAT32 文件系统

对卷上的群集数量施加以下限制:

FAT: 群集数量 <= 65526

FAT32: 65526 < 群集数量 < 4177918

如果判定使用的指定群集大小无法

满足以上需求,将立即

停止格式化。

大于 4096 的分配单元大小

不支持 NTFS 压缩。

/F:size 指定要格式化的软盘大小(1.44)
/T:tracks 为磁盘指定每面磁道数。
/N:sectors 指定每条磁道的扇区数。
/1 格式化软盘的单面。
/4 在高密度驱动器中格式化5.25英寸360 K软盘。
/8 格式化每个磁道8个扇区。

Microsoft Windows 2000和Windows XP恢复控制台语法

格式化磁盘以供Windows 2000使用。

format [drive:] [/q] [/fs:file-system]
drive: 指定要格式化的驱动器。
/q 执行快速格式。
/fs:file-system 指定要使用的文件系统(FAT、FAT32或NTFS)。

Microsoft Windows 95, 98, ME 语法

用MS-DOS格式化磁盘。

FORMAT drive: [/V[:label]] [/Q] [/F:size] [/B | /S] [/C]
FORMAT drive: [/V[:label]] [/Q] [/T:tracks /N:sectors] [/B | /S] [/C]
FORMAT drive: [/V[:label]] [/Q] [/1] [/4] [/B | /S] [/C]
FORMAT drive: [/Q] [/1] [/4] [/8] [/B | /S] [/C]
/V[:label] 指定卷标签。
/Q 执行快速格式。
/F:size 指定要格式化的软盘的大小(如160、180、320、360、720、1.2、1.44、2.88)。
/B 在格式化的磁盘上为系统文件分配空间。
/S 将系统文件复制到格式化磁盘。
/T:tracks 指定每个磁盘端的磁道数。
/N:sectors 指定每个磁道的扇区数。
/1 格式化软盘的单面。
/4 在高密度驱动器中格式化5.25英寸360 K软盘。
/8 格式化每个磁道8个扇区。
/C 测试当前标记为“bad”的集群。

Windows Vista and later syntax

FORMAT volume [/FS:file-system] [/V:label] [/Q] [/L] [/A:size] [/C] [/I:state] [/X] [/P:passes] [/S:state]
FORMAT volume [/V:label] [/Q] [/F:size] [/P:passes]
FORMAT volume [/V:label] [/Q] [/T:tracks /N:sectors] [/P:passes]
FORMAT volume [/V:label] [/Q] [/P:passes]
FORMAT volume [/Q]
volume Specifies the drive letter (followed by a colon), mount point, or volume name.
/FS:filesystem Specifies the file system (FAT, FAT32, exFAT, NTFS, UDF, ReFS).
/V:label Specifies the volume label.
/Q Performs a quick format. Note that this switch overrides /P.
/C NTFS only: Files created on the new volume will be compressed by default.
/X Forces the volume to dismount first if necessary. All opened handles to the volume would no longer be valid.
/R:revision UDF only: Forces the format to a specific UDF version (1.02, 1.50, 2.00, 2.01, 2.50). The default revision is 2.01.
/D UDF 2.50 only: Metadata will be duplicated.
/L NTFS Only: Use large size file records. By default, the volume will be formatted with small size file records.
/A:size

Overrides the default allocation unit size. Default settings
are strongly recommended for general use.
ReFS supports 64 K.
NTFS supports 512, 1024, 2048, 4096, 8192, 16 K, 32 K, 64 K.
FAT supports 512, 1024, 2048, 4096, 8192, 16 K, 32 K, 64 K, (128 K, 256 K for sector size > 512 bytes).
FAT32 supports 512, 1024, 2048, 4096, 8192, 16 K, 32 K, 64 K, (128 K, 256 K for sector size > 512 bytes).
exFAT supports 512, 1024, 2048, 4096, 8192, 16 K, 32 K, 64 K, 128 K, 256 K, 512 K, 1 M, 2 M, 4 M, 8 M, 16 M, 32 M.

Note that the FAT and FAT32 files systems impose the following restrictions on the number of clusters on a volume:

FAT: Number of clusters <= 65526
FAT32: 65526 < Number of clusters < 4177918

Format will immediately stop processing if it decides that the above requirements cannot be met using the specified cluster size.

NTFS compression is not supported for allocation unit sizes above 4096.

/F:size Specifies the size of the floppy disk to format (1.44).
/T:tracks Specifies the number of tracks per disk side.
/N:sectors Specifies the number of sectors per track.
/P:count Zero every sector on the volume. After that, the volume will be overwritten "count" times using a different random number each time. If "count" is zero, no additional overwrites are made after zeroing every sector. This switch is ignored when /Q is specified.
/S:state Specifies support for short file names (enable, disable). Short names are disabled by default.
/I:state ReFS only: Specifies whether integrity should be enabled on the new volume. The "state" is either "enable" or "disable" Integrity is enabled on storage that supports data redundancy by default.

Microsoft Windows 2000 and Windows XP syntax

FORMAT volume [/FS:file-system] [/V:label] [/Q] [/A:size] [/C] [/X]
FORMAT volume [/V:label] [/Q] [/F:size]
FORMAT volume [/V:label] [/Q] [/T:tracks /N:sectors]
FORMAT volume [/V:label] [/Q] [/1] [/4]
FORMAT volume [/Q] [/1] [/4] [/8]
volume Specifies the drive letter (followed by a colon), mount point, or volume name.
/FS:filesystem Specifies the file system (FAT, FAT32, or NTFS).
/V:label Specifies the volume label.
/Q Performs a quick format.
/C Files created on the new volume will be compressed by default.
/X Forces the volume to dismount first if necessary. All opened handles to the volume would no longer be valid.
/A:size Overrides the default allocation unit size. Default settings are strongly recommended for general use.
NTFS supports 512, 1024, 2048, 4096, 8192, 16 K, 32 K, 64 K.
FAT supports 512, 1024, 2048, 4096, 8192, 16 K, 32 K, 64 K, (128 K, 256 K for sector size > 512 bytes).
FAT32 supports 512, 1024, 2048, 4096, 8192, 16 K, 32 K, 64 K, (128 K, 256 K for sector size > 512 bytes).

Note that the FAT and FAT32 files systems impose the below restrictions on the number of clusters on a volume:

FAT: Number of clusters <= 65526 FAT32: 65526 < Number of clusters < 268435446

Format will immediately stop processing if it decides that the above requirements cannot be met using the specified cluster size.

NTFS compression is not supported for allocation unit sizes above 4096.

/F:size Specifies the size of the floppy disk to format (160, 180, 320, 360, 640, 720, 1.2, 1.23, 1.44, 2.88, or 20.8).
/T:tracks Specifies the number of tracks per disk side.
/N:sectors Specifies the number of sectors per track.
/1 Formats a single side of a floppy disk.
/4 Formats a 5.25-inch 360 K floppy disk in a high-density drive.
/8 Formats eight sectors per track.

Microsoft Windows 2000 and Windows XP Recovery Console syntax

Formats a disk for use with Windows 2000.

format [drive:] [/q] [/fs:file-system]
drive: Specifies the drive to format.
/q Performs a quick format.
/fs:file-system Specifies the file system to use (FAT, FAT32, or NTFS).

Microsoft Windows 95, 98, ME syntax

Formats a disk for use with MS-DOS.

FORMAT drive: [/V[:label]] [/Q] [/F:size] [/B | /S] [/C]
FORMAT drive: [/V[:label]] [/Q] [/T:tracks /N:sectors] [/B | /S] [/C]
FORMAT drive: [/V[:label]] [/Q] [/1] [/4] [/B | /S] [/C]
FORMAT drive: [/Q] [/1] [/4] [/8] [/B | /S] [/C]
/V[:label] Specifies the volume label.
/Q Performs a quick format.
/F:size Specifies the size of the floppy disk to format (such as 160, 180, 320, 360, 720, 1.2, 1.44, 2.88).
/B Allocates space on the formatted disk for system files.
/S Copies system files to the formatted disk.
/T:tracks Specifies the number of tracks per disk side.
/N:sectors Specifies the number of sectors per track.
/1 Formats a single side of a floppy disk.
/4 Formats a 5.25-inch 360 K floppy disk in a high-density drive.
/8 Formats eight sectors per track.
/C Tests clusters that are currently marked "bad."

查看英文版

查看中文版

Format examples

format a:

会擦除软盘上的所有内容。通常用于未格式化的软盘或要擦除的软盘。

format a: /q

快速擦除软盘上的所有内容。常用来快速擦除磁盘上的所有信息。

format c:

删除你的C:硬盘上的内容。换句话说,除非您想删除计算机的所有信息,否则不应该执行此命令,除非您打算重新开始。

format a:

Would erase all the contents off a floppy disk. Commonly used on a diskette that has not been formatted or on a diskette you want to erase.

format a: /q

Quickly erases all the contents of a floppy diskette. Commonly used to quickly erase all information on the diskette.

format c:

Erase the contents of your C: hard drive. In other words, unless you want to erase all your computer's information, this command should not be executed unless you're planning on starting over.

当使用格式化命令时,你想格式化的驱动器上的所有信息将被完全删除。如果您在Windows中或正在使用硬盘上的文件,则此命令将不起作用。如果要格式化主硬盘驱动器,则需要从可引导软盘,还原光盘或其他可引导驱动器进行引导

When using the format command, remember all the information on the drive you want to format will be completely erased. If you're in Windows or files on the hard drive are in use, this command will not work. If you want to format the primary hard drive you'll need to boot from a bootable diskette, restore disc, or another bootable drive.

查看英文版

查看中文版

其他命令行

fasthelp | fc | fciv | fdisk | find | findstr | fixboot | fixmbr | for | forfiles | ftp | ftype |

如此好文,分享给朋友
发表评论
验证码:
评论列表
共0条