On Nov 6, 12:57*pm, 01MDM <001.dmi...@gmail.com> wrote:
> > I would like to use diskpart to format some drives
>
> As I know diskpart not for format
) Use %Windir%\System32\format.com
>
> format /?
Oh you can format from DiskPart.
>DISKPART> help format
>
> Formats the specified volume for use with Windows.
>
>Usage: FORMAT [{[FS=<FS>] [REVISION=<X.XX>] | RECOMMENDED}] [LABEL=<"label">]
> [UNIT=<N>] [QUICK] [COMPRESS] [OVERRIDE] [NOWAIT] [NOERR]
It's the UNIT=<N> part I am having quetions about.
In the Format.exe help it says this:
/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 512, 1024, 2048, 4096, 8192, 16K, 32K,
64K,
(128K, 256K for sector size > 512 bytes).
FAT32 supports 512, 1024, 2048, 4096, 8192, 16K, 32K,
64K,
(128K, 256K for sector size > 512 bytes).
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.
Which again, does not really tell you what to use for 64K (or is it
64K?)