답 :
DOS prompt 에서 하면 된다.
예를 들어 포맷하고자 하는 드라이브가 F: 라고 하면
format /FS:FAT32 F:를 하면 된다.
대용량의 경우 :
만약 1테라가 넘는 용량을 포맷하려 하면
“The volume is too big for FAT32”라는 에러가 나는데 이런 경우 SwissKnife 라는 공짜 유틸리티를 이용하면 2TB 까지도 포맷할 수 있다.
레퍼런스 :
How to format external hard drive to FAT32 in Windows
Trying to format a large external USB or Firewire hard drive to the FAT32 file system?
(중략)
Windows can format a drive that is larger than 32GB in FAT32, but you have to use the DOS command prompt. However, if you have a drive that is 1TB or larger, you may still get an error saying “The volume is too big for FAT32”.
In that case, you can use a free program called SwissKnife that will allow you to format an external hard drive that is up to 2TB in size.
No comments:
Post a Comment