format.man

来自「ReactOS是一些高手根据Windows XP的内核编写出的类XP。内核实现机」· MAN 代码 · 共 23 行

MAN
23
字号
[]=================================[format.exe]==============================[]

Author:      Mark Russinovich
Purpose:     Disk formating tool
Port on ROS: Emanuele Aliberti
License:     GPL

Usage: format.exe drive: [-FS:file-system] [-V:label] [-Q] [-A:size] [-C]

  [drive:]         Specifies the drive to format.
  -FS:file-system  Specifies the type of file system (e.g. FAT).
  -V:label         Specifies volume label.
  -Q               Performs a quick format.
  -A:size          Overrides the default allocation unit size. 
		   Default settings are strongly recommended for general
		   use NTFS supports 512, 1024, 2048, 4096, 8192, 16K, 
		   32K, 64K. FAT supports 8192, 16K, 32K, 64K, 128K, 256K.
                   NTFS compression is not supported for allocation 
	           unit sizes above 4096.
  -C               Files created on the new volume will be compressed by
                   default.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?