Windows 10에서 디스크를 마우스 오른쪽 단추로 클릭하고 형식을 선택할 때 FAT32로 파티션을 포맷하려는 경우 (예 : 휴대폰에서 사용할 SD 카드) 포맷을 선택하면 NTFS 및 exFAT 만 가능한 포맷 옵션으로 표시됩니다 .
FAT32로 포맷하기 위해 추가 도구를 설치하거나 다른 모드로 부팅하지 않는 다른 방법이 있습니까?
Windows 10에서 디스크를 마우스 오른쪽 단추로 클릭하고 형식을 선택할 때 FAT32로 파티션을 포맷하려는 경우 (예 : 휴대폰에서 사용할 SD 카드) 포맷을 선택하면 NTFS 및 exFAT 만 가능한 포맷 옵션으로 표시됩니다 .
FAT32로 포맷하기 위해 추가 도구를 설치하거나 다른 모드로 부팅하지 않는 다른 방법이 있습니까?
답변:
LPChip의 대답은 '정확한'반면 파티션이 32GB를 초과 하지 않는 한 대부분의 경우 작동 합니다. 나는 일반적으로 ridgecrop의 타사 소프트웨어를 사용하지만 똑같은 일을하지만 더 큰 파티션을 처리합니다. 지난 몇 년 동안 커맨드 라인 fat32formatter를 광범위하게 사용했습니다 .
그들은 지금 주석에서 말하는 것을 어느 정도 수행 하는 GUI 도구 를 가지고 있습니다. 포맷 속도가 빠르며 아무런 문제가 없습니다.
예, 나중에 알 수 있듯이 최대 32 기가 있습니다.
GUI 버전 형식은 NTFS 및 exFAT로만 제한됩니다. 아마도 이것이 Windows에서 필요하기 때문일 것입니다.
다행히 format
명령 프롬프트에서 실행 하는 경우 디스크를 포맷하기 위해 훨씬 더 많은 옵션을 지정할 수 있습니다.
Format /?
다음을 보여줍니다.
Formats a disk for use with Windows.
FORMAT volume [/FS:file-system] [/V:label] [/Q] [/L[:state]] [/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 type of 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[:state] NTFS Only: Overrides the default size of file record.
By default, a non-tiered volume will be formatted with small
size file records and a tiered volume will be formatted with
large size file records. /L and /L:enable forces format to
use large size file records and /L:disable forces format to
use small size file records.
/A:size Overrides the default allocation unit size. Default settings
are strongly recommended for general use.
ReFS supports 64K.
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).
exFAT supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K,
128K, 256K, 512K, 1M, 2M, 4M, 8M, 16M, 32M.
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 filenames (enable, disable)
Short names are disabled by default
/I:state ReFS only: Specifies whether integrity should be enabled on
the new volume. "state" is either "enable" or "disable"
Integrity is enabled on storage that supports data redundancy
by default.
/DAX[:state] NTFS Only: Enable direct access storage (DAX) mode for this
volume. In DAX mode, the volume is accessed via the memory
bus, boosting IO performance. A volume can be formatted
with DAX mode only if the hardware is DAX capable.
State can specify "enable" or "disable". /DAX is considered
as /DAX:enable.
보시다시피, /FS:filesystem
다음과 같이 형식을 지정할 수 있습니다
FAT (fat16), FAT32, exFAT, NTFS, UDF 및 ReFS.
방금이 문제에 부딪 쳤고 Windows에 내장 된 디스크 관리 도구가 4GB 이하의 파티션에서이 문제를 처리 할 수 있음을 발견했습니다 .
제어판> 시스템 및 보안> 관리 도구> 하드 디스크 파티션 생성 및 포맷 또는 디스크 관리를 검색하십시오 .
볼륨을 마우스 오른쪽 버튼으로 클릭하고 볼륨 줄이기 ... 를 선택한 다음 4GB 이하로 줄입니다. 그 후에 는 포맷 ... 대화 상자 에서 FAT32 및 빠른 포맷 옵션을 모두 사용할 수 있습니다 .