dev-resources.site
for different kinds of informations.
How to format SD Card to APFS on Mac
Published at
2/10/2023
Categories
macos
filesystem
sdcard
Author
CP
When I tried to format a SD card to APFS, the newer MacOS disk format, using the disk utility, I received the following error:
A GUID Partition Table (GPT) partitioning scheme is required.
Apparently, the default format (ExFAT) on the SD Card does not have a partition, and it requires a command line to fix it.
Open the terminal, and type:
diskutil partitionDisk disk6 GPT APFSX SDDRIVE 0
Note: replace disk6
with the actual disk id, and SDDRIVE
is the name you use for your drive.
This will create the proper partition.
This is the available file systems. Type diskutil listFilesystems
to view it on your terminal:
Articles
12 articles in total
How to format SD Card to APFS on Mac
currently reading
How to publish data on-chain with Chainlink?
read article
Publishing Your API Documentations
read article
Simple Currency Input
read article
How-To Write a Simple Countdown with React
read article
How To Get Client IP with Javascript / React
read article
How-to Avoid Rounding "Errors" in Excel
read article
Simple URL validation with Javascript
read article
Yup Schema Commonly Used Examples
read article
How-to Read & Write Google Sheets with React
read article
React Bootstrap Outlined Tooltip Style/CSS
read article
Beware of Mutation in Spread & React Hooks and How Can You Fix It
read article
Featured ones: