As many of you think, Apple’s new file system “APFS” isn’t targeted towards a particular platform. According to Apple, it is a file system that fits into all of Apple’s OS variants (macOS, tvOS, iOS, and watchOS).
Now, this file system is available as pre-release software on macOS Sierra, the latest desktop and server OS from Apple. But, this feature is currently experimental. Anyhow by 2017, APFS is expected to become the default file system on iOS and macOS Sierra.
Current APFS File System on macOS Sierra
The experimental APFS file system has some limitations as a file system on macOS Sierra. Here’re few.
- Time Machine backup won’t work if you’re using an APFS drive.
- In Fusion hard drives (Apple’s hybrid hard drives that use SSDs+ HDDs features), current APFS file system can’t be used.
- FileVault program in Macs won’t work with APFS drives.
- Mac Startup disks can’t use APFS file system.
If you want to test APFS on your macOS Sierra machine, you’ll have to wipe an existed drive and it should be reformatted with APFS.
In case you don’t want to use your internal hard disk, you can choose a USB flash drive or external hard disk for APFS. Anyhow before formatting your HFS+ drive, don’t forget to take backup of all the data on that drive. Or else, you may rush to find out a way to restore lost data in future.
Steps to Convert a Drive in macOS Sierra to APFS
- Open your Terminal program and run the command “diskutil list” without quotes.
- Now, you can find out identifier of the drive you want to format.
- To format this drive with APFS, you have to create an APFS container on the drive. For that run diskutil apfs createContainer /dev/disk3 command (here, disk3 is the identifier of your drive.
- It’s the time to add an APFS volume. To do this, run this command -> diskutil apfs addVolume disk3 APFS myAPFS (Here, myAPFS is the name of new APFS volume.
- You’ve created your first APFS volume. Anytime, you can format this drive with another known file system using Disk Utility program on your Mac.