Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Convert external SSD storage drive filesystem to APFS

How to convert SSD external drive filesystem to APFS when the option is not there when you right click or control-click?

MacBook Pro 13", macOS 10.15

Posted on Nov 2, 2019 5:48 AM

Reply
Question marked as Best reply

Posted on Nov 2, 2019 5:58 AM

Answer: use a command diskutil in your terminal app.


  1. open terminal -> easiest way open spotlight[spy glass] and type in terminal ( it will autocomplete and you should see the app)
  2. in the terminal app / type diskutil list
  3. this will list all drive connected
  4. then identify which disk you want to change the file system
  5. use the command: diskutil eraseDisk <type of filesystem> <name of device> <disk name on diskutil list>

So to explain <type of filesystem> for APFSX = case sensitive / APFSI = non case sensitive

<name of disk> put in the name of the disk you want

<disk name on diskutil list> it will be something like /dev/disk2 or disk3 etc

NOTE * it will suck for you big time if you erase the wrong one *

P.S. you can use the command diskutil for the help file on the command diskutil

jana.

1 reply
Question marked as Best reply

Nov 2, 2019 5:58 AM in response to oritsegbe

Answer: use a command diskutil in your terminal app.


  1. open terminal -> easiest way open spotlight[spy glass] and type in terminal ( it will autocomplete and you should see the app)
  2. in the terminal app / type diskutil list
  3. this will list all drive connected
  4. then identify which disk you want to change the file system
  5. use the command: diskutil eraseDisk <type of filesystem> <name of device> <disk name on diskutil list>

So to explain <type of filesystem> for APFSX = case sensitive / APFSI = non case sensitive

<name of disk> put in the name of the disk you want

<disk name on diskutil list> it will be something like /dev/disk2 or disk3 etc

NOTE * it will suck for you big time if you erase the wrong one *

P.S. you can use the command diskutil for the help file on the command diskutil

jana.

Convert external SSD storage drive filesystem to APFS

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.