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
calvinpak
Author
9 person written this
calvinpak
open
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:
filesystem Article's
30 articles in total
List filenames recursively in a directory using this utility function.
read article
Where Does Deleted Data Go? Unveiling the Secrets of File Deletion and Overwriting
read article
Amazon FSx for NetApp ONTAP - Expert Storage for any workload
read article
Understanding the Linux Filesystem, Root File System, and EXT File System
read article
How to fix RHEL file system
read article
Understanding the Linux Filesystem: A Quick Guide
read article
Introducing Cora: A Powerful File Concatenation Tool for Developers
read article
Hitchhikers guide to building a distributed filesystem in Rust. The very beginningβ¦
read article
Understanding Where Deleted Files Go After Deleting them from Recycle Bin and How to Recover Them
read article
I wrote a File System CLI in Rust
read article
La extravagante posibilidad de los espacios en los nombres de archivos.
read article
Starting with C
read article
Getting the list of files and their info
read article
Processing flags
read article
Sorting and formatting the output. The Finale.
read article
Command, file types and flags
read article
Unit test in Laravel by example
read article
What is File Manipulation?
read article
you are not the owner so you cannot change the permissions Error in Linux
read article
Setting Up OpenZFS on Rocky Linux
read article
How to extend an EBS volume in AWS and then grow EFS Filesystem
read article
Efficient File Naming Systems for Better File Management
read article
Improving the .NET API to work with the structure of the file system. Part 2. Manipulate filesystem objects.
read article
Improving the .NET API to work with the structure of the file system. Part 1. Enumerate filesystem objects.
read article
How to format SD Card to APFS on Mac
currently reading
What are linux inodes?
read article
Block and Filesystem side-by-side with K8s and Aerospike
read article
How to copy lots of data fast?
read article
EFS vs. FSx for ONTAP
read article
Use Inflint to follow files and folders convention
read article
Featured ones: