Storage Format (Mac)
Required Reading
This is an add-on section for formatting a storage device for use with the StorageMgr kernel plugin.
Additionally, there is an optional section for checking your storage device for errors using F3X. Depending on the size of your storage device and the speed of your computer, the checking process can take up to several hours!
This page is for Mac users only. If you are not on Mac, check out the Storage Format (Windows) or Storage Format (Linux) pages.
What You Need
- The latest release of F3X
- This is not required if you do not want to check your storage device for errors
Instructions
Section I - Formatting Storage Device
- Insert your storage device into your computer
- Open the Terminal app
- Enter
diskutil list
into the terminal - Identify which disk is your storage device in the format
/dev/diskX
- Enter
diskutil unmount /dev/diskX
ordiskutil unmountdisk /dev/diskX
and thensudo dd if=/dev/zero of=/dev/diskX
to format the storage device - Remove and reinsert your storage device
- Enter
sudo newfs_exfat -R /dev/diskX
to format your storage device into exfat- If your storage device has a capacity of 256 GB or greater, you must run
sudo newfs_exfat -R -c 64 /dev/diskX
- If your storage device has a capacity of 256 GB or greater, you must run
Section II - Verifying Storage Device
If you do not want to check your storage device for errors, skip this section.
- Unzip the F3X
.zip
file - Insert your storage device into your computer
- Run the F3X app
- Select your storage device
- Press "Start Test"
- Wait until the process is complete.
If the test shows the result Success! Your card is ok!
your storage device is good and you can delete all .h2w
files on your storage device.
If the test shows any other results, your storage device may be corrupted or damaged and you may have to replace it!
TIP
Return to StorageMgr