파일과 데이터가 저장되고, 하드 드라이브에 인덱싱되어 사용자에게 다시 검색되는 방식은 생각하는 것보다 훨씬 더 복잡합니다. 파일 시스템은 위의 작업(저장, 인덱싱 및 검색)이 수행되는 방식을 제어합니다. 알고 있는 몇 가지 파일 시스템에는 FAT, exFAT, NTFS 등이 있습니다.
이러한 각 시스템에는 고유한 장점과 단점이 있습니다. 특히 FAT32 시스템은 보편적으로 지원되며 개인용 컴퓨터에서 사용할 수 있는 거의 모든 운영 체제에서 작동합니다.
따라서 하드 드라이브를 FAT32 로 포맷 하면 액세스할 수 있으므로 플랫폼과 다양한 장치에서 사용할 수 있습니다. 오늘은 하드 드라이브를 FAT32 시스템으로 포맷하는 방법에 대해 살펴보겠습니다.(how to format your hard drive to the FAT32 system.)
FAT(파일 할당 테이블) 시스템과 FAT32란 무엇입니까?(What is a File Allocation Table (FAT) system and FAT32?)
파일 할당 테이블(File Allocation Table) ( FAT ) 시스템 자체는 USB 드라이브, 플래시 메모리 카드, 플로피 디스크, 슈퍼 플로피, 메모리 카드 및 디지털 카메라, 캠코더, PDA(PDAs) , 미디어 플레이어 또는 컴팩트 디스크(Compact Disc) (CD) 및 디지털 다목적 디스크(Digital Versatile Disc) ( DVD ) 는 예외입니다 . FAT 시스템 은 지난 30년 동안 탁월한 유형의 파일 시스템이었으며 해당 기간 동안 데이터가 저장, 평가 및 관리되는 방법과 위치를 담당해 왔습니다.
특히 FAT32가 무엇입니까?(What is FAT32 in particular you ask?)
1996년 Microsoft 와 Caldera 에서 도입한 FAT32 는 (FAT32)파일 할당 테이블(File Allocation Table) 시스템 의 32비트 버전입니다 . FAT16 의 볼륨 크기 제한을 극복하고 기존 코드의 대부분을 재사용하면서 더 많은 가능한 클러스터를 지원합니다. 클러스터의 값은 32비트 숫자로 표시되며 그 중 28비트는 클러스터 번호를 보유합니다. FAT32 는 4GB 미만의 파일을 처리하는 데 널리 사용됩니다. 솔리드 스테이트 메모리(solid-state memory) 카드 에 유용한 형식이며 운영 체제 간에 데이터를 공유하는 편리한 방법이며 특히 512바이트 섹터가 있는 드라이브에 중점을 둡니다.
외장 하드 드라이브(External Hard Drive) 를 FAT32 로 포맷(Format) 하는 4 가지 방법(Ways)
하드 드라이브를 FAT32(FAT32) 로 포맷할 수 있는 몇 가지 방법이 있습니다 . 목록에는 FAT32 형식(FAT32 Format) 및 EaseUS 와 같은 타사 응용 프로그램을 사용하여 명령 프롬프트 또는 powershell에서 몇 가지 명령 실행이 포함됩니다 .
방법 1: 명령 프롬프트를 사용하여 하드 드라이브를 FAT32로 포맷(Method 1: Format hard drive to FAT32 using Command Prompt)
1. 플러그인하고 하드 디스크/USB 드라이브가 시스템에 제대로 연결되어 있는지 확인합니다.
2. 파일 탐색기( Windows key + E )를 열고 포맷해야 하는 하드 드라이브의 해당 드라이브 문자를 확인합니다.
참고:(Note:) 위의 스크린샷에서 연결된 "USB 드라이브"의 드라이브 문자는 "F"이고 드라이브 " 복구(Recovery) "는 "D"입니다.
3. 검색 창을 클릭 하거나 키보드에서 " (Click)Windows + S "를 누르고 " 명령 프롬프트(Command Prompt) "를 입력합니다.
4. " 명령 프롬프트(Command Prompt) " 옵션을 마우스 오른쪽 버튼으로 클릭 하여 드롭다운 메뉴를 열고 " 관리자 권한 으로 실행(Run as administrator) " 을 선택합니다 .
참고: (Note:)명령 프롬프트가 시스템을 변경할 수 있도록 허용(allow Command Prompt) 할지 묻는 사용자 계정 컨트롤(User Account Control) 팝업 이 나타나면 예(Yes ) 를 클릭하여 권한을 부여합니다.
5. 명령 프롬프트(Command Prompt) 가 관리자 권한으로 실행 되면 명령줄에 diskpart 를 입력하고 Enter 키를 눌러 실행합니다. diskpart 기능을 사용하면 드라이브를 포맷할 수 있습니다 .
6. 다음으로 " list disk " 명령을 입력하고 Enter 키를 누릅니다. 다른 추가 정보와 함께 크기를 포함하여 시스템에서 사용 가능한 모든 하드 드라이브가 나열됩니다.
7. "X"를 드라이브 번호로 바꾸고 끝에 " select disk X "를 입력하고 키보드의 Enter 키를 눌러 디스크를 선택합니다.
' 디스크 X(Disk X) 는 이제 선택한 디스크입니다.' 라는 확인 메시지 가 표시됩니다.
8. 명령 프롬프트에 다음 줄을 입력하고 각 줄 다음에 Enter 키를 눌러 드라이브를 FAT32 로 포맷합니다 .
create partition primary
select partition 1
active
format fs=fat32
assign
exit
명령 프롬프트를 사용하여 드라이브를 FAT32로 포맷하는(Using the command prompt to format a drive to FAT32) 것은 가장 간단한 방법 중 하나이지만 많은 사용자가 절차를 수행할 때 여러 오류를 보고했습니다. 절차를 수행하는 동안 오류나 어려움이 발생하면 아래 나열된 대체 방법을 더 잘 시도해 보십시오.
방법 2: PowerShell을 사용하여 하드 드라이브를 FAT32로 포맷(Method 2: Format Hard Drive to FAT32 Using PowerShell)
PowerShell 은 동일한 구문 도구를 사용하기 때문에 명령 프롬프트(Command Prompt) 와 매우 유사 합니다. 이 방법을 사용하면 저장 용량이 32GB 이상인 드라이브를 포맷할 수 있습니다.
비교적 간단한 방법이지만 포맷 프로세스를 완료하는 데 시간이 더 오래 걸리고(64GB 드라이브를 포맷하는 데 1시간 반이 소요됨) 끝까지 포맷이 작동했는지 여부를 이해하지 못할 수도 있습니다.
1. 이전 방법과 마찬가지로 하드 드라이브가 시스템에 제대로 연결되어 있는지 확인하고 드라이브에 할당된 알파벳(드라이브 이름 옆의 알파벳)을 확인합니다.
2. 데스크탑 화면으로 돌아가서 키보드에서 " Windows + X고급 사용자(Power User) 메뉴 에 액세스 합니다. 그러면 화면 왼쪽에 다양한 항목의 패널이 열립니다. (시작 버튼을 마우스 오른쪽 버튼으로 클릭하여 메뉴를 열 수도 있습니다.)
메뉴에서 " Windows PowerShell(Admin) "을 찾아 선택 하여 PowerShell에 관리 권한을 부여합니다(administrative privileges to PowerShell) .
3. 필요한 권한을 부여하면 " 관리자 Windows PowerShell(Administrator Windows PowerShell) "이라는 화면에 진한 파란색 프롬프트가 시작됩니다.
4. PowerShell 창에서 다음 명령을 입력하거나 복사하여 붙여넣고 Enter 키를 누릅니다.
format /FS:FAT32 X:
참고:(Note:) 문자 "X"를 포맷해야 하는 드라이브에 해당하는 드라이브 문자로 바꾸는 것을 잊지 마십시오(이 경우 "format /FS: (Remember)FAT32 F :").
5. " 준비되면 Enter 키를 누르십시오...(press Enter when ready…) " 라는 확인 메시지 가 PowerShell 창 에 표시됩니다 .
6. Enter(Enter) 키를 누르는 즉시 포맷이 시작 되므로 취소할 수 있는 마지막 기회이므로 주의하십시오.
7. 드라이브 문자(Double-check the drive letter) 를 다시 확인하고 Enter 키를 눌러 하드 드라이브를 FAT32로 포맷합니다.(Enter to format the hard drive to FAT32.)
명령이 0에서 시작하여 점차 증가함에 따라 명령의 마지막 줄을 보면 포맷 프로세스의 상태를 알 수 있습니다. 100에 도달하면 포맷 프로세스가 완료되고 계속 진행할 수 있습니다. 프로세스 기간은 시스템 및 외장 하드 드라이브의 공간에 따라 다를 수 있으므로 인내심이 핵심입니다.
또한 읽기: (Also Read:) Windows 10에서 GPT 디스크를 MBR 디스크로 변환하는 방법(How to Convert GPT Disk to MBR Disk in Windows 10)
방법 3: "FAT32 형식"과 같은 타사 GUI 소프트웨어 사용(Method 3: Using a third-party GUI software like “FAT32 Format”)
이것은 FAT32 로 포맷하는 가장 쉽고 빠른 방법 이지만 타사 응용 프로그램을 사용해야 합니다. " FAT32 형식(FAT32 Format) "은 시스템에 설치할 필요가 없는 기본 휴대용 GUI 도구입니다. (GUI)수십 개의 명령을 실행하고 싶지 않은 사람에게 가장 적합하며 매우 빠릅니다. (64GB 드라이브를 포맷하는 데 겨우 1분이 걸렸습니다.)
1. 다시(Again) 포맷이 필요한 하드 드라이브를 연결하고 해당 드라이브 문자를 기록해 둡니다.
2. 컴퓨터에 타사 소프트웨어를 다운로드합니다. 이 링크를 따라 FAT32 형식(FAT32 Format) 을 수행할 수 있습니다 . 웹 페이지에서 스크린샷/사진을 클릭(Click) 하여 응용 프로그램 파일 다운로드를 시작합니다.
3. 다운로드 프로세스가 완료되면 브라우저 창 하단에 나타납니다. 다운로드한 파일을 클릭하여 실행합니다. 앱이 장치를 변경할 수 있도록 권한을 요청하는 관리자 프롬프트가 나타납니다. 앞으로 이동 하려면 " 예 " 옵션을 선택하십시오.(Yes)
4. " FAT32 Format " 응용 프로그램 창이 화면에 열립니다.
5. " 시작 "을 누르기 전에 (Start)"드라이브"(“Drive” ) 레이블 바로 아래에 있는 아래쪽 화살표를 클릭하고 포맷해야 하는 드라이브 문자에 해당하는 올바른 드라이브 문자를 선택하십시오.
6. 형식(Format) 옵션 아래의 " 빠른 형식(Quick Format) " 상자 가 선택되어 있는지 확인합니다 .
7. 할당(Allocation) 단위 크기를 기본값으로 유지하고 " 시작(Start) " 버튼을 클릭합니다.
8. "시작"을 누르면 곧 발생할 데이터 손실에 대해 경고하는 또 다른 팝업 창이 나타나며 이것이 이 프로세스를 취소할 수 있는 마지막이자 마지막 기회입니다. 확인했으면 " 확인(OK) "을 눌러 계속하십시오.
9. 확인이 전송되면 포맷 프로세스가 시작되고 몇 분 안에 밝은 녹색 막대가 왼쪽에서 오른쪽으로 이동합니다. 형식화 프로세스는 막대가 100, 즉 가장 오른쪽 위치에 있을 때 완료됩니다.
10. 마지막으로 "닫기"(“Close”) 를 눌러 응용 프로그램을 종료하면 됩니다.
더 읽어보기: (Also Read:)Windows 10용 무료 디스크 파티션 소프트웨어(Free Disk Partition Software For Windows 10) 6 개
방법 4: EaseUS를 사용하여 외장 하드 드라이브를 FAT32로 포맷(Method 4: Format External Hard Drive to FAT32 using EaseUS)
EaseUS 는 하드 드라이브를 필요한 형식으로 포맷할 수 있을 뿐만 아니라 파티션을 삭제, 복제 및 생성할 수 있는 응용 프로그램입니다. 타사 소프트웨어이기 때문에 해당 웹사이트에서 다운로드하여 개인용 컴퓨터에 설치해야 합니다.
1. 무료 파티션 관리자 소프트웨어(Free partition manager software to resize partitions) 링크를 열어 선호하는 웹 브라우저에서 파티션 크기를 조정하고 "무료 다운로드"(“Free Download”) 버튼을 클릭하고 화면의 지시를 완료하여 소프트웨어 다운로드 프로세스를 시작합니다.
2. 다운로드 및 설치가 완료되면 새 디스크 가이드가 열리고 종료하여 주 메뉴를 엽니다.
3. 메인 메뉴에서 포맷할 디스크(disk) 를 선택하고 마우스 오른쪽 버튼을 클릭합니다.
예를 들어, 여기 " 디스크 1(Disk 1) > F:"는 포맷해야 하는 하드 드라이브입니다.
4. 마우스 오른쪽 버튼을 클릭(Right-click) 하면 수행할 수 있는 다양한 작업의 팝업 메뉴가 열립니다. 목록에서 " 형식(Format) " 옵션을 선택합니다.
5. 포맷 옵션 을 선택하면 파일 시스템(File System) 및 클러스터(Cluster) 크기 를 선택하는 옵션이 있는 " 파티션 포맷(Format Partition) " 창이 시작됩니다.
6. " 파일 시스템(File System) " 레이블 옆에 있는 화살표 를 눌러 사용 가능한 파일 시스템 메뉴를 엽니다. 사용 가능한 옵션 목록에서 " FAT32 "를 (FAT32)선택하십시오 .(Select)
7. “Cluster Size”를 그대로 두고 “ OK ”를 누릅니다.
8. 데이터가 영구적으로 지워진다는 경고 팝업이 나타납니다. 계속하려면 " 확인 " 을 (OK)누르(Press) 십시오 . 그러면 주 메뉴로 돌아갑니다 .
9. 메인 메뉴에서 왼쪽 상단 모서리에 " Execute 1 Operation " 이라는 옵션이 있는지 확인하고 클릭합니다.
10. 보류 중인 모든 작업을 나열하는 탭이 열립니다. " 적용(Apply) " 을 누르기 전에 읽고(Read) 다시 확인( double-check) 하십시오 .
11. 파란색 막대가 100%에 도달할 때까지 참을성 있게 기다립니다. 오랜 시간이 걸리지 않아야 합니다. (64GB 디스크 포맷하는데 2분 걸림)
12. EaseUS 가 하드 드라이브 포맷을 마치면 "마침"(“Finish”) 을 누르고 응용 프로그램을 닫습니다.
추천: (Recommended: )
위의 방법이 외장 하드 드라이브를 FAT32 시스템으로 포맷하는 데 도움이 되었기를 바랍니다. FAT32 시스템은 보편적인 지원을 제공 하지만 많은 사용자가 이 시스템을 구식으로 간주합니다. 따라서 파일 시스템은 이제 NTFS 와 같은 보다 새롭고 다양한 시스템으로 대체되었습니다 .
4 Ways to Format an External Hard Drive to FAT32
Thе way fіles аnd data are stored, indexed on a hard drive, and retrieved back to the user is far more complex than уou might think. A file systеm controls how the above tasks (storing, indexing, and retrieving) arе performed. A few filе systems you might be aware of include FAT, exFAT, NTFS, etc.
Each of these systems has its own advantages and disadvantages. The FAT32 system in particular has universal support and works on almost all operating systems available for personal computers.
Therefore, formatting a hard drive to FAT32 can make it accessible and thus can be used across platforms and in various devices. Today, we will go over a couple of methods on how to format your hard drive to the FAT32 system.
What is a File Allocation Table (FAT) system and FAT32?
The File Allocation Table (FAT) system itself is widely used for USB drives, flash memory cards, floppy disks, super floppies, memory cards and external hard drives that are supported by digital cameras, camcorders, PDAs, media players, or mobile phones with an exception of Compact Disc (CD) and Digital Versatile Disc (DVD). The FAT system has been an eminent type of file system for the past three decades and has been responsible for how and where data is stored, assessed, and managed over that time frame.
What is FAT32 in particular you ask?
Introduced in 1996 by Microsoft and Caldera, FAT32 is the 32-bit version of the File Allocation Table system. It overcame the volume size limit of FAT16 and supports more number of possible clusters while reusing most of the existing code. The values of the clusters are represented by 32-bit numbers, out of which 28 bits hold the cluster number. FAT32 is widely used for dealing with files less than 4GB. It is a useful format for solid-state memory cards and a convenient way to share data between operating systems and specifically focuses on drives with 512-byte sectors.
4 Ways to Format an External Hard Drive to FAT32
There are a couple of methods via which you can format a hard drive to FAT32. The list includes running a few commands in the command prompt or powershell, using third-party applications like FAT32 Format and EaseUS.
Method 1: Format hard drive to FAT32 using Command Prompt
1. Plugin and make sure the hard disk/USB drive is connected properly to your system.
2. Open file explorer (Windows key + E) and note the corresponding drive letter of the hard drive that needs to be formatted.
Note: In the above screenshot, the drive letter for the connected “USB Drive” is “F” and the drive “Recovery” is “D”.
3. Click on the search bar or press “Windows + S” on your keyboard and type “Command Prompt”.
4. Right-click on the “Command Prompt” option to open the drop-down menu and select “Run as administrator”.
Note: A User Account Control pop-up asking permission to allow Command Prompt to make changes to the system will appear, click on Yes to grant permission.
5. Once Command Prompt has launched as an administrator, type diskpart in the command line and press enter to run. The diskpart function lets you format your drives.
6. Next, type the command “list disk” and press enter. This will list out all the available hard drives on the system including their sizes with other additional information.
7. Type “select disk X” at the end replacing “X” with the drive number and press the enter key on your keyboard to select the disk.
A confirmation message reading ‘Disk X is now the selected disk’ will be displayed.
8. Type the following line in the command prompt and press Enter after each line to format your drive to FAT32.
create partition primary
select partition 1
active
format fs=fat32
assign
exit
Using the command prompt to format a drive to FAT32 is one of the most straightforward methods, however, many users have reported multiple errors in following the procedure. If you too experience errors or any hardships while following the procedure then better try the alternate methods listed below.
Method 2: Format Hard Drive to FAT32 Using PowerShell
PowerShell is pretty similar to Command Prompt as both use the same syntax tools. This method lets you format a drive of storage capacity more than 32GB.
It is a comparatively simpler method but takes longer to complete the format process (it took me an hour and a half to format a 64GB drive) and you might not even understand if formatting worked or not until the very end.
1. Just as in the previous method, make sure the hard drive is connected properly into your system and note the alphabet assigned to the drive (The alphabet next to the drive name).
2. Go back to your desktop screen and press “Windows + X” on your keyboard to access the Power User menu. This will open up a panel of various items on the left side of the screen. (You can also open the menu by right-clicking on the start button.)
Find “Windows PowerShell (Admin)” in the menu and select it to give administrative privileges to PowerShell.
3. Once you grant the necessary permissions, a dark blue prompt will be launched on the screen called “Administrator Windows PowerShell”.
4. In the PowerShell window, type or copy and paste the following command and press enter:
format /FS:FAT32 X:
Note: Remember to replace the letter “X” with the drive letter corresponding to your drive that needs to be formatted (“format /FS:FAT32 F:” in this case).
5. A confirmation message asking you to “press Enter when ready…” will be displayed in the PowerShell window.
6. The formatting process will begin as soon as you hit the Enter key, so be sure about it as this is your last chance to cancel.
7. Double-check the drive letter and press Enter to format the hard drive to FAT32.
You can know the status of the formatting process by looking at the last line of the command as it starts from zero and gradually increases. Once it reaches one hundred the formatting process is complete and you are good to go. The duration of the process might vary depending on your system and the space in the external hard drive, so patience is the key.
Also Read: How to Convert GPT Disk to MBR Disk in Windows 10
Method 3: Using a third-party GUI software like “FAT32 Format”
This is the easiest and the quickest method to format to FAT32 but it requires using a third-party application. “FAT32 Format” is a basic portable GUI tool that does not need to be installed on your system. It is best for someone who doesn’t want to run a dozen commands and it is super quick. (Took me barely a minute to format a 64GB drive)
1. Again, connect the hard drive that requires formatting and note the corresponding drive letter.
2. Download the third-party software on your computer. You can do that by following this link FAT32 Format. Click on the screenshot/picture on the web page to start downloading the application file.
3. Once the downloading process is complete, it will appear at the bottom of your browser window; click on the downloaded file to run. An administrator prompt will pop up asking for your permission to allow the app to make changes to your device. Select the “Yes” option to move forward.
4. Following that the “FAT32 Format” application window will open up on your screen.
5. Before you press “Start”, click on the down arrow right below the “Drive” label and choose the correct drive letter corresponding to the one that needs to be formatted.
6. Make sure the “Quick Format” box below Format options is ticked.
7. Let the Allocation unit size remain as default and click on the “Start” button.
8. Once “Start” is pressed, another pop-up window arrives to warn you about the loss of data that is about to ensue and this is the last and final chance for you to cancel this process. Once you are sure, press “OK” to continue.
9. Once the confirmation is sent, the formatting process begins and the bright green bar travels from left to right within a couple of minutes. The formatting process, as obvious, will be complete when the bar is at 100, i.e, at the rightmost position.
10. Finally, press “Close” to exit the application and you are good to go.
Also Read: 6 Free Disk Partition Software For Windows 10
Method 4: Format External Hard Drive to FAT32 using EaseUS
EaseUS is an application that lets you not only format hard drives to the required formats but also delete, clone, and create partitions. Being a third-party software you will need to download it from their website and install it on your personal computer.
1. Start the software downloading process by opening this link Free partition manager software to resize partitions in your preferred web browser, clicking on the “Free Download” button and completing the on-screen instructions that follow.
2. Once downloaded and installed, a new disk guide will open up, exit that to open the main menu.
3. In the main menu, select the disk that you want formatted and right-click on it.
For example, here “Disk 1 > F:” is the hard drive that needs to be formatted.
4. Right-click opens up a pop-up menu of various actions that could be performed. From the list, select the “Format” option.
5. Selecting the format option will launch a “Format Partition” window with options to select File System and Cluster size.
6. Tap on the arrow next to the “File System” label to open a menu of available file systems. Select “FAT32” from the list of available options.
7. Leave the “Cluster Size” as it is and press “OK”.
8. A pop-up will appear to warn you about your data being permanently erased. Press “OK” to continue and you will be back in the main menu.
9. In the main menu, look at the top left corner for an option that reads “Execute 1 Operation” and click on it.
10. It opens a tab listing all the pending operations. Read and double-check before you press “Apply”.
11. Patiently wait till the blue bar hits 100%. It shouldn’t take a long time. (Took me 2 minutes to format a 64GB disk)
12. Once EaseUS is done formatting your hard drive, press “Finish” and close the application.
Recommended:
We hope the above methods helped you format your external hard drive to the FAT32 system. While the FAT32 system has universal support, it is considered archaic and out of date by many users. The file system has thus now been replaced by newer and more versatile systems like NTFS.