Has anyone managed to format an actual real disk with the new apple filesystem APFS in Mac OS Sierra ?
the documentation explains how to make a disk image with APFS:
hdiutil create -fs APFS -size 1GB foo.sparseimage
However, when trying to restore this image to a real disk with either 'Disk Utility' (GUI) or 'asr' (CLI), I get a "is not valid for restoring" error.
I've created several different disk images in different formats (-format flag to hdiutil) in the hopes of creating a disk image that could be used for restoring to a real disk, but the error always stayed the same.
Did anyone managed to get APFS on a real disk?