ファイルとデータを保存し、ハードドライブにインデックスを付け、ユーザーに取得する方法は、想像以上に複雑です。ファイルシステムは、上記のタスク(保存、インデックス作成、および取得)の実行方法を制御します。知っているかもしれないいくつかのファイルシステムには、FAT、exFAT、NTFSなどがあります。
これらのシステムにはそれぞれ長所と短所があります。特にFAT32システムはユニバーサルサポートを備えており、パーソナルコンピュータで利用可能なほぼすべてのオペレーティングシステムで動作します。
したがって、ハードドライブを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ドライブ(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.最後に「selectdiskX」と入力し、「 X(select disk X)」をドライブ番号に置き換え、キーボードのEnterキーを押してディスクを選択します。
「ディスクX(Disk X)は選択されたディスクになりました」という確認メッセージが表示されます。
8.コマンドプロンプトに次の行を入力し、各行の後にEnterキーを押して、ドライブを(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)は、最も簡単な方法の1つですが、多くのユーザーが手順に従う際に複数のエラーを報告しています。手順の実行中にエラーや問題が発生した場合は、以下に示す別の方法を試してください。
方法2:PowerShellを使用してハードドライブをFAT32にフォーマットする(Method 2: Format Hard Drive to FAT32 Using PowerShell)
PowerShellは、どちらも同じ構文ツールを使用するため、コマンドプロンプト(Command Prompt)と非常によく似ています。この方法では、32GBを超えるストレージ容量のドライブをフォーマットできます。
これは比較的簡単な方法ですが、フォーマットプロセスの完了に時間がかかり(64GBドライブのフォーマットに1時間半かかりました)、フォーマットが機能したかどうかさえ、最後まで理解できない場合があります。
1.前の方法と同様に、ハードドライブがシステムに正しく接続されていることを確認し、ドライブに割り当てられているアルファベット(ドライブ名の横のアルファベット)をメモします。
2.デスクトップ画面に戻り、キーボードの「Windows + Xパワーユーザー(Power User)メニューにアクセスします。これにより、画面の左側にさまざまなアイテムのパネルが開きます。(スタートボタンを右クリックしてメニューを開くこともできます。)
メニューで「 WindowsPowerShell(管理者)(Windows PowerShell (Admin)) 」を見つけて選択し、PowerShellに管理者権限を付与し(administrative privileges to PowerShell)ます。
3.必要なアクセス許可を付与すると、「AdministratorWindowsPowerShell 」という画面に濃い青色のプロンプトが表示されます。
4. PowerShellウィンドウで、次のコマンドを入力またはコピーして貼り付け、Enterキーを押します。
format /FS:FAT32 X:
注:(Note:) 文字「X」を、フォーマットする必要のあるドライブに対応するドライブ文字(この場合は「format / FS: FAT32 F :」)に置き換えることを(FAT32 F)忘れないでください。(Remember)
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.)
コマンドの最後の行がゼロから始まり、徐々に増加するのを見ると、フォーマットプロセスのステータスを知ることができます。100に達すると、フォーマットプロセスが完了し、準備が整います。プロセスの期間は、システムと外付けハードドライブのスペースによって異なる場合があるため、忍耐力が重要です。
また読む:(Also Read:) Windows10で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フォーマット(FAT32 Format)」は、システムにインストールする必要のない基本的なポータブルGUIツールです。(GUI)十数個のコマンドを実行したくない人に最適で、非常に高速です。(64GBドライブをフォーマットするのにほんの少しかかりました)
1.再度(Again)、フォーマットが必要なハードドライブを接続し、対応するドライブ文字をメモします。
2.コンピュータにサードパーティのソフトウェアをダウンロードします。このリンクFAT32フォーマット(FAT32 Format)をたどることでそれを行うことができます。Webページのスクリーンショット/画像をクリックして、アプリケーションファイルのダウンロードを開始します。(Click)
3.ダウンロードプロセスが完了すると、ブラウザウィンドウの下部に表示されます。ダウンロードしたファイルをクリックして実行します。アプリがデバイスに変更を加えることを許可する許可を求める管理者プロンプトがポップアップ表示されます。「はい(Yes)」オプションを選択して先に進みます。
4.その後、「FAT32フォーマット(FAT32 Format)」アプリケーションウィンドウが画面に開きます。
5.「開始(Start)」を押す前に、 「ドライブ」(“Drive” )ラベルのすぐ下にある下矢印をクリックして、フォーマットする必要のあるドライブ文字に対応する正しいドライブ文字を選択します。
6. [フォーマット(Format)オプション]の下の[クイックフォーマット](Quick Format)ボックスがオンになっていることを確認します。
7.アロケーション(Allocation)ユニットのサイズをデフォルトのままにして、「開始(Start)」ボタンをクリックします。
8.「開始」を押すと、別のポップアップウィンドウが表示され、データが失われることを警告します。これが、このプロセスをキャンセルする最後の最後のチャンスです。確認したら、「OK」を押して続行します。
9.確認が送信されると、フォーマットプロセスが開始され、明るい緑色のバーが数分以内に左から右に移動します。当然のことながら、フォーマットプロセスは、バーが100、つまり右端の位置にあるときに完了します。
10.最後に、「閉じる」(“Close”)を押してアプリケーションを終了します。これで準備完了です。
また読む:(Also Read:)Windows10用の(Free Disk Partition Software For Windows 10)6つの無料ディスクパーティションソフトウェア
方法4:EaseUSを使用して外付けハードドライブをFAT32にフォーマットする(Method 4: Format External Hard Drive to FAT32 using EaseUS)
EaseUSは、ハードドライブを必要な形式にフォーマットするだけでなく、パーティションの削除、クローン作成、および作成を可能にするアプリケーションです。サードパーティのソフトウェアであるため、サードパーティのWebサイトからダウンロードして、パーソナルコンピュータにインストールする必要があります。
1.このリンクを開いてソフトウェアのダウンロードプロセスを開始します。無料のパーティションマネージャーソフトウェアを(Free partition manager software to resize partitions)使用して、好みのWebブラウザーで パーティションのサイズを変更し、[無料ダウンロード(“Free Download”)]ボタンをクリックして、次の画面の指示を完了します。
2.ダウンロードしてインストールすると、新しいディスクガイドが開き、それを終了してメインメニューを開きます。
3.メインメニューで、フォーマットするディスク(disk)を選択し、右クリックします。
たとえば、ここで「ディスク1(Disk 1) > F:」はフォーマットが必要なハードドライブです。
4.右クリック(Right-click)すると、実行可能なさまざまなアクションのポップアップメニューが開きます。リストから「フォーマット(Format)」オプションを選択します。
5.フォーマットオプションを選択すると、「パーティションのフォーマット(Format Partition)」ウィンドウが起動し、ファイルシステム(File System)とクラスター(Cluster)サイズを選択するオプションが表示されます。
6.「ファイルシステム(File System)」ラベルの横にある矢印をタップして、使用可能なファイルシステムのメニューを開きます。利用可能なオプションのリストから「FAT32 」を(FAT32)選択します。(Select)
7.「クラスターサイズ」をそのままにして、「OK」を押します。
8.データが完全に消去されることを警告するポップアップが表示されます。「OK 」を(OK)押し(Press)て続行すると、メインメニューに戻ります。
9.メインメニューで、左上隅にある「 1操作の実行(Execute 1 Operation)」というオプションを探してクリックします。
10.保留中のすべての操作を一覧表示するタブが開きます。「適用(Apply)」を押す前に、読ん(Read)で再確認( double-check)してください。
11.青いバーが100%に達するまで辛抱強く待ちます。それほど時間はかからないはずです。(64GBディスクをフォーマットするのに2分かかりました)
12. EaseUSがハードドライブのフォーマットを完了したら、 「完了」(“Finish”)を押してアプリケーションを閉じます。
おすすめされた: (Recommended: )
上記の方法が、外付けハードドライブをFAT32(FAT32)システムにフォーマットするのに役立つことを願っています。FAT32システムは普遍的なサポートを備えていますが、多くのユーザーからは古風で時代遅れと見なされています。したがって、ファイルシステムは、NTFSのようなより新しくより用途の広いシステムに置き換えられました。
4 Ways to Format an External Hard Drive to FAT32
The way files and datа are stored, indexed оn a hаrd drіve, and retrieved back to the user is far more complex than you might think. Α file system controls how the abоve tasks (storing, іndexіng, and retrieving) are pеrformed. A few file systems уou 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.