{"id":36808,"date":"2016-06-16T11:16:37","date_gmt":"2016-06-16T16:16:37","guid":{"rendered":"https:\/\/eshop.macsales.com\/blog\/?p=36808"},"modified":"2017-04-14T10:59:21","modified_gmt":"2017-04-14T15:59:21","slug":"tech-101-we-explain-the-new-apple-file-system-apfs","status":"publish","type":"post","link":"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/","title":{"rendered":"Tech 101: Explaining the New Apple File System (APFS)"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignright wp-image-36818 size-large\" src=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/hdicon-284x279.jpg\" alt=\"hdicon\" width=\"284\" height=\"279\" srcset=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/hdicon-284x279.jpg 284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/hdicon-122x120.jpg 122w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/hdicon-190x186.jpg 190w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/hdicon.jpg 1019w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/hdicon-284x279@2x.jpg 568w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/hdicon-122x120@2x.jpg 244w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/hdicon-190x186@2x.jpg 380w\" sizes=\"auto, (max-width: 284px) 100vw, 284px\" \/><strong>[Update 03\/27]\u00a0<\/strong><a title=\"iOS 10.3 Update with APFS, Find My AirPods Now Available\" href=\"https:\/\/eshop.macsales.com\/blog\/40364-ios-10-3-update-with-apfs-find-my-airpods-now-available\" rel=\"bookmark\">iOS 10.3 Update with APFS Now Available to public<\/a><\/p>\n<p>Without a file system, your Mac, iPhone, iPad or\u00a0even your Apple Watch would not work. A file system is used by an operating system like macOS and iOS to read from and write\u00a0to some sort of storage, whether it&#8217;s a huge <a href=\"https:\/\/eshop.macsales.com\/shop\/internal_storage\/hard_drives_and_SSD\">hard disk drive<\/a> or a speedy <a href=\"https:\/\/eshop.macsales.com\/shop\/ssd\/owc?_ga=1.109556803.797027007.1335192640\">solid-state drive (SSD)<\/a>. All Macs currently use a file system called HFS+ (Hierarchical File System Plus), an outgrowth of the original Hierarchical File System that was introduced in 1985 with Mac System 2.1. With the roots of the file system now over 30 years old, Apple just announced a new file system called <strong>APFS<\/strong> (Apple File System) that will be shipped on all new Apple devices starting in 2017. As new versions of Apple operating systems roll out later in 2016 &#8212; macOS Sierra, iOS 10, tvOS 10 and watchOS 3 &#8212; existing devices will use APFS. (<strong>Note:<\/strong>\u00a0You can read Apple&#8217;s APFS documentation <a href=\"https:\/\/developer.apple.com\/library\/prerelease\/content\/documentation\/FileManagement\/Conceptual\/APFS_Guide\/GeneralCharacteristics\/GeneralCharacteristics.html#\/\/apple_ref\/doc\/uid\/TP40016999-CH2-SW1\">here<\/a>\u00a0and watch an introduction video <a href=\"https:\/\/developer.apple.com\/videos\/play\/wwdc2016\/701\/\">here<\/a>.)<\/p>\n<p>The <a href=\"https:\/\/eshop.macsales.com\/blog\/36770-wwdc-keynote-announcements-whats-really-important-to-know\">newly re-named macOS Sierra<\/a> will give Mac users their first look at APFS soon, but if you are planning to be part of the public beta test for the new operating system, there are some things you&#8217;ll want to look out for. APFS volumes currently cannot be used as startup disks, Time Machine volumes, or even as part of a Fusion Drive. File Vault encryption is out of the question since APFS has its own encryption scheme built-in. There are also issues dealing with the current, early version of APFS as it is case-sensitive. HFS+ is unlike many Unix-based file systems in that it can be configured to be case-insensitive, and running OS X with case-sensitive HFS+ has been known to cause issues. Our recommendation? Only try APFS from a beta version of macOS Sierra on an external volume that doesn&#8217;t have critical information on it.<\/p>\n<p><strong>Related:<\/strong>\u00a0<a href=\"https:\/\/eshop.macsales.com\/blog\/?s=%22WWDC+2016%22\">See the Rocket Yard&#8217;s complete WWDC 2016 coverage here<\/a><\/p>\n<p>APFS is what&#8217;s known as a modern file system, containing features that will make it usable on every device that Apple makes from the Apple Watch to the Mac Pro. Currently, iOS, watchOS and tvOS use HFS+ Case Sensitive (or what&#8217;s called HFSX) as a file system, but they&#8217;ll be using APFS as well. Let&#8217;s take a look at some of the new, modern features of APFS.<\/p>\n<p><strong>64-bit node number support<\/strong><br \/>\nAn inode is a data structure used to represent a file system object like a file or a directory, with each inode storing the attributes and disk block location(s) of the file system object&#8217;s data. These attributes can include object manipulation metadata like change, access or modify time, and owner and permission data. 64 bits can represent up to\u00a018,446,744,073,709,551,615 objects, so Apple&#8217;s definitely looking at the future of big storage with APFS. By comparison, HFS+ can only address up to\u00a04,294,967,295 objects.<\/p>\n<p><strong>Support for nanosecond time stamp granularity<\/strong><br \/>\nFile systems create a log of writes. HFS+ timestamps are only accurate to one second; that&#8217;s known as the granularity of the timestamps. APFS can track those timestamps with a granularity of one nanosecond &#8212; that&#8217;s one billionth of a second. This results in much better recovery from power-loss situations.<\/p>\n<p><strong>Crash protection<\/strong><br \/>\nWhile APFS is writing data to a storage device, it makes a copy of metadata that describes the attributes of a file or folder. In the case of a power loss or severe system crash while the file system is writing to storage, crash protection ensures that what APFS writes to storage and writes to the the file system journal are completely synchronized.<\/p>\n<p><strong>Sparse file support<\/strong><br \/>\nSparse files are not supported by HFS+, and that&#8217;s not good. A <a href=\"https:\/\/en.wikipedia.org\/wiki\/Sparse_file\">sparse file<\/a> is a computer file that tries to use file system space more efficiently when a file is mostly empty. With sparse files, storage is only allocated when needed, so large files can be created even if there&#8217;s insufficient free space available. APFS, like other modern file systems (many forms of Unix and NTFS), supports sparse files.<\/p>\n<figure id=\"attachment_36812\" aria-describedby=\"caption-attachment-36812\" style=\"width: 457px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-36812\" src=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/Sparse_file_en.svg_.png\" alt=\"A sparse file: The empty bytes don't need to be saved, thus they can be represented by metadata. CC BY-SA 3.0 via Wikimedia\" width=\"457\" height=\"480\" srcset=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/Sparse_file_en.svg_.png 457w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/Sparse_file_en.svg_-114x120.png 114w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/Sparse_file_en.svg_-284x298.png 284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/Sparse_file_en.svg_-181x190.png 181w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/Sparse_file_en.svg_-114x120@2x.png 228w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/Sparse_file_en.svg_-181x190@2x.png 362w\" sizes=\"auto, (max-width: 457px) 100vw, 457px\" \/><figcaption id=\"caption-attachment-36812\" class=\"wp-caption-text\">A sparse file: The empty bytes don&#8217;t need to be saved, thus they can be represented by metadata. CC BY-SA 3.0 via Wikimedia<\/figcaption><\/figure>\n<p><strong>Trim support<\/strong><br \/>\nTrim is used by an operating system to tell an SSD which blocks of data aren&#8217;t in use and can be wiped internally. OS X originally supported Trim for Apple SSDs, and third-party SSDs often needed special utilities. The combination of macOS Sierra and APFS will support Trim for all SSDs. (<strong>Learn more:\u00a0<\/strong><a title=\"With An OWC SSD, There\u2019s No Need For TRIM\" href=\"https:\/\/eshop.macsales.com\/blog\/21641-with-an-owc-ssd-theres-no-need-for-trim\" rel=\"bookmark\">With An OWC SSD, There\u2019s No Need For TRIM<\/a>)<\/p>\n<p><strong>Sharing APFS volumes on a network requires use of SMB\u00a0<\/strong><br \/>\nSince way back in the Mac OS System 6 days, Apple has used a proprietary network protocol for sharing files over networks &#8212; Apple File Protocol or AFP. OS X supports a variety of file sharing network protocols in addition to AFP, including SMB (Server Message Block), NFS (Network File System), FTP and WebDAV. APFS volumes shared on a network will need to use the SMB protocol.<\/p>\n<p><strong>Encryption improvements<\/strong><br \/>\nMac encryption can be done several ways right now; through File Vault for full-disk encryption or through third-party applications for per-file encryption. APFS allows native encryption scalable to individual files depending on the level of security you desire. A file or directory can have no encryption, single-key encryption, and &#8220;multi-key encryption with per-key files and another key for sensitive metadata&#8221;. Since all Apple devices &#8212; not just the Mac &#8212; will base storage of data on APFS in the future, they&#8217;ll all have the option of providing encryption to files.<\/p>\n<p><strong>Fast directory sizing<\/strong><br \/>\nBack in the days of slower (PowerPC-based) Macs, getting a read on the amount of available disk space could take a while; doing a &#8220;Get Info&#8221; on a volume could take minutes while the Mac did stat calls to get an answer on just how much space was being used. Faster Macs have made that wait a lot shorter (seconds with a fast Mac), but APFS fast directory sizing will be almost instantaneous. The new file system gives macOS a method of querying the size of a directory and its child objects very quickly.<\/p>\n<p><strong>Snapshots<\/strong><br \/>\nAPFS can be asked to create a read-only instance of the file system &#8212; a snapshot &#8212; then add changed blocks to the snapshot as the file system&#8217;s state diverges from the original snapshot. What&#8217;s interesting is that this may result in a completely new way for how Time Machine will work. Currently, Apple&#8217;s OS X backup scheme uses an old-fashioned system of hard links that are built and maintained by Time Machine. A future version of Time Machine &#8212; perhaps in macOS Sierra &#8212; would just capture snapshots instead.<\/p>\n<p><strong>Clones<\/strong><br \/>\n<a href=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2012\/07\/drive_clone.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignright wp-image-14618\" src=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2012\/07\/drive_clone-284x295.jpg\" alt=\"drive_clone\" width=\"240\" height=\"250\" srcset=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2012\/07\/drive_clone-284x295.jpg 284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2012\/07\/drive_clone-115x120.jpg 115w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2012\/07\/drive_clone-183x190.jpg 183w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2012\/07\/drive_clone.jpg 300w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2012\/07\/drive_clone-115x120@2x.jpg 230w\" sizes=\"auto, (max-width: 240px) 100vw, 240px\" \/><\/a>While snapshots are read-only, clones are read\/write. APFS can create file or directory clones instantly without waiting for data to be copied. A clone of a directory or file stores all changes made between it and the original object, making the clone an editable, writable copy of a directory or file at any point in time. Clones will most likely be used by developers to capture document revisions and do versioning.<\/p>\n<p><strong>Write coalescing<\/strong><br \/>\nEnterprise disk arrays have been able to do write coalescing for a long time, which gives file systems some leeway in how they commit data to storage. APFS will be able to take a number of short and potentially unrelated writes, then combine them into one long write that uses the physical storage in a much more efficient manner.<\/p>\n<p><strong>Space sharing<\/strong><br \/>\nOne of the more intriguing demonstrations during Tuesday&#8217;s APFS presentation was about space sharing, which allows multiple volumes to be created out of the same physical storage space. Rather than pre-sizing a partition before using it, it&#8217;s possible to create a volume that grows as space is added to it. Additional physical storage can be added later to keep up with volume growth without having to resize the original logical volume. This may have long-term ramifications for how macOS works with RAID storage.<\/p>\n<hr \/>\n<p>Other than\u00a0what we&#8217;ve heard about APFS in the <a href=\"https:\/\/eshop.macsales.com\/blog\/36770-wwdc-keynote-announcements-whats-really-important-to-know\">WWDC presentation<\/a>, we don&#8217;t know much about how it will affect the world of Mac storage. As APFS development continues alongside the various beta versions of macOS Sierra,\u00a0we&#8217;ll provide more information about the new, modern macOS file system.<\/p>\n<p><strong>[Update 03\/27] <\/strong>Have you noticed a difference in performance now that APFS is installed in iOS 10.3? Let us know in the comments.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[Update 03\/27]\u00a0iOS 10.3 Update with APFS Now Available to public Without a file system, your Mac, iPhone, iPad or\u00a0even your Apple Watch would not work. A file system is used by an operating system like macOS and iOS to read from and write\u00a0to some sort of storage, whether it&#8217;s a huge hard disk drive or [&hellip;]<\/p>\n","protected":false},"author":81,"featured_media":36821,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"spay_email":"","footnotes":""},"categories":[2366,90,2646],"class_list":["post-36808","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-apple-news","category-fresh-from-apple","category-industry-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.2 (Yoast SEO v20.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The New Apple File System (APFS) Explained<\/title>\n<meta name=\"description\" content=\"All Macs currently use HFS+, an outgrowth of the original File System. With the roots now 30+ years old, Apple just announced a new file system called APFS\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tech 101: Explaining the New Apple File System (APFS)\" \/>\n<meta property=\"og:description\" content=\"All Macs currently use HFS+, an outgrowth of the original File System. With the roots now 30+ years old, Apple just announced a new file system called APFS\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/\" \/>\n<meta property=\"og:site_name\" content=\"Rocket Yard\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/stevensande\" \/>\n<meta property=\"article:published_time\" content=\"2016-06-16T16:16:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-04-14T15:59:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/hdicon-284x279-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"284\" \/>\n\t<meta property=\"og:image:height\" content=\"279\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Steve Sande\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Steve Sande\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/\"},\"author\":{\"name\":\"Steve Sande\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#\/schema\/person\/1152721d0acb70692858d0f3fcb12e7a\"},\"headline\":\"Tech 101: Explaining the New Apple File System (APFS)\",\"datePublished\":\"2016-06-16T16:16:37+00:00\",\"dateModified\":\"2017-04-14T15:59:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/\"},\"wordCount\":1435,\"commentCount\":28,\"publisher\":{\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#organization\"},\"keywords\":[\"APFS\",\"Apple\",\"Apple File System\",\"HDD\",\"HFS+\",\"macOS\",\"macOS 12 Sierra\",\"SMB\",\"SSD\",\"Time Machine\"],\"articleSection\":[\"Apple News\",\"Fresh from Apple\",\"Industry News\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/\",\"url\":\"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/\",\"name\":\"The New Apple File System (APFS) Explained\",\"isPartOf\":{\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#website\"},\"datePublished\":\"2016-06-16T16:16:37+00:00\",\"dateModified\":\"2017-04-14T15:59:21+00:00\",\"description\":\"All Macs currently use HFS+, an outgrowth of the original File System. With the roots now 30+ years old, Apple just announced a new file system called APFS\",\"breadcrumb\":{\"@id\":\"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eshop.macsales.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tech 101: Explaining the New Apple File System (APFS)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#website\",\"url\":\"https:\/\/eshop.macsales.com\/blog\/\",\"name\":\"Rocket Yard\",\"description\":\"Your source for expert tips, special deals, commentary, reviews, and the latest tech news.\",\"publisher\":{\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eshop.macsales.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#organization\",\"name\":\"OWC\",\"url\":\"https:\/\/eshop.macsales.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2020\/06\/rocket-yard-logo-round.png\",\"contentUrl\":\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2020\/06\/rocket-yard-logo-round.png\",\"width\":1024,\"height\":1024,\"caption\":\"OWC\"},\"image\":{\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#\/schema\/person\/1152721d0acb70692858d0f3fcb12e7a\",\"name\":\"Steve Sande\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1ad8e267ec82e12963d9cfe717c9b8e108e1edbb728f5d91fe50c6e7ecd14b15?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1ad8e267ec82e12963d9cfe717c9b8e108e1edbb728f5d91fe50c6e7ecd14b15?s=96&d=mm&r=g\",\"caption\":\"Steve Sande\"},\"description\":\"Steve has been writing about Apple products since 1986, starting on a bulletin board system, creating the first of his many Apple-related websites in 1994, joining the staff of The Unofficial Apple Weblog in 2008, and founding Apple World Today in 2015. He\u2019s semi-retired, loves to camp and take photos, and is an FAA-licensed drone pilot.\",\"sameAs\":[\"https:\/\/appleworld.today\",\"https:\/\/facebook.com\/stevensande\",\"https:\/\/www.linkedin.com\/in\/stevensande\/\",\"https:\/\/www.youtube.com\/channel\/UCUnDTuaRnXncKQXfQYVNIJA\/\"],\"url\":\"https:\/\/eshop.macsales.com\/blog\/author\/steve-sande\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"The New Apple File System (APFS) Explained","description":"All Macs currently use HFS+, an outgrowth of the original File System. With the roots now 30+ years old, Apple just announced a new file system called APFS","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/","og_locale":"en_US","og_type":"article","og_title":"Tech 101: Explaining the New Apple File System (APFS)","og_description":"All Macs currently use HFS+, an outgrowth of the original File System. With the roots now 30+ years old, Apple just announced a new file system called APFS","og_url":"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/","og_site_name":"Rocket Yard","article_author":"https:\/\/facebook.com\/stevensande","article_published_time":"2016-06-16T16:16:37+00:00","article_modified_time":"2017-04-14T15:59:21+00:00","og_image":[{"width":284,"height":279,"url":"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/hdicon-284x279-1.jpg","type":"image\/jpeg"}],"author":"Steve Sande","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Steve Sande","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/#article","isPartOf":{"@id":"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/"},"author":{"name":"Steve Sande","@id":"https:\/\/eshop.macsales.com\/blog\/#\/schema\/person\/1152721d0acb70692858d0f3fcb12e7a"},"headline":"Tech 101: Explaining the New Apple File System (APFS)","datePublished":"2016-06-16T16:16:37+00:00","dateModified":"2017-04-14T15:59:21+00:00","mainEntityOfPage":{"@id":"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/"},"wordCount":1435,"commentCount":28,"publisher":{"@id":"https:\/\/eshop.macsales.com\/blog\/#organization"},"keywords":["APFS","Apple","Apple File System","HDD","HFS+","macOS","macOS 12 Sierra","SMB","SSD","Time Machine"],"articleSection":["Apple News","Fresh from Apple","Industry News"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/","url":"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/","name":"The New Apple File System (APFS) Explained","isPartOf":{"@id":"https:\/\/eshop.macsales.com\/blog\/#website"},"datePublished":"2016-06-16T16:16:37+00:00","dateModified":"2017-04-14T15:59:21+00:00","description":"All Macs currently use HFS+, an outgrowth of the original File System. With the roots now 30+ years old, Apple just announced a new file system called APFS","breadcrumb":{"@id":"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/eshop.macsales.com\/blog\/36808-tech-101-we-explain-the-new-apple-file-system-apfs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eshop.macsales.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Tech 101: Explaining the New Apple File System (APFS)"}]},{"@type":"WebSite","@id":"https:\/\/eshop.macsales.com\/blog\/#website","url":"https:\/\/eshop.macsales.com\/blog\/","name":"Rocket Yard","description":"Your source for expert tips, special deals, commentary, reviews, and the latest tech news.","publisher":{"@id":"https:\/\/eshop.macsales.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eshop.macsales.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/eshop.macsales.com\/blog\/#organization","name":"OWC","url":"https:\/\/eshop.macsales.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eshop.macsales.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2020\/06\/rocket-yard-logo-round.png","contentUrl":"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2020\/06\/rocket-yard-logo-round.png","width":1024,"height":1024,"caption":"OWC"},"image":{"@id":"https:\/\/eshop.macsales.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/eshop.macsales.com\/blog\/#\/schema\/person\/1152721d0acb70692858d0f3fcb12e7a","name":"Steve Sande","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eshop.macsales.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1ad8e267ec82e12963d9cfe717c9b8e108e1edbb728f5d91fe50c6e7ecd14b15?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1ad8e267ec82e12963d9cfe717c9b8e108e1edbb728f5d91fe50c6e7ecd14b15?s=96&d=mm&r=g","caption":"Steve Sande"},"description":"Steve has been writing about Apple products since 1986, starting on a bulletin board system, creating the first of his many Apple-related websites in 1994, joining the staff of The Unofficial Apple Weblog in 2008, and founding Apple World Today in 2015. He\u2019s semi-retired, loves to camp and take photos, and is an FAA-licensed drone pilot.","sameAs":["https:\/\/appleworld.today","https:\/\/facebook.com\/stevensande","https:\/\/www.linkedin.com\/in\/stevensande\/","https:\/\/www.youtube.com\/channel\/UCUnDTuaRnXncKQXfQYVNIJA\/"],"url":"https:\/\/eshop.macsales.com\/blog\/author\/steve-sande\/"}]}},"jetpack_featured_media_url":"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2016\/06\/hdicon-284x279-1.jpg","jetpack_shortlink":"https:\/\/wp.me\/pmPaT-9zG","_links":{"self":[{"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/posts\/36808","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/users\/81"}],"replies":[{"embeddable":true,"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/comments?post=36808"}],"version-history":[{"count":15,"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/posts\/36808\/revisions"}],"predecessor-version":[{"id":40617,"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/posts\/36808\/revisions\/40617"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/media\/36821"}],"wp:attachment":[{"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/media?parent=36808"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/categories?post=36808"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}