Jump to content

Apple File System

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tatsh (talk | contribs) at 14:29, 16 January 2018 (It is possible to upgrade to High Sierra without conversion to APFS.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:Distinguish2

APFS
Developer(s)Apple Inc.
Full nameApple File System
IntroducedMarch 27, 2017 with iOS 10.3
Partition IDs7C3457EF-0000-11AA-AA11-00306543ECAC (GPT)
Structures
Directory contentsB-tree
Limits
Max file size8 EiB
Max no. of files263
Allowed filename
characters
Unicode
Features
Dates recordedaccess, attributes modified, contents modified, created
Date resolution1 ns
File system
permissions
Unix permissions, NFSv4 ACLs
Transparent
compression
No[1]
Transparent
encryption
Yes
Copy-on-writeYes
Other
Supported
operating systems
macOS, iOS, tvOS, and watchOS

Apple File System (APFS) is a proprietary file system for macOS, iOS, tvOS and watchOS,[2] developed and deployed by Apple Inc.[3][4] It aims to fix core problems of HFS+ (also called Mac OS Extended), APFS's predecessor on these operating systems. Apple File System is optimized for flash and solid-state drive storage, with a primary focus on encryption.[5][6]

History

Apple File System was announced at Apple's developers conference (WWDC) in June 2016 as a replacement for HFS+, which had been in use since 1998.[5][6] It was released for iOS devices on March 27, 2017, with the release of iOS 10.3, and for macOS devices on September 25, 2017, with the release of macOS 10.13.[7][2]

Design

The file system scales from an Apple Watch to a Mac Pro. It uses 64-bit inode numbers, and allows for more secure storage. The APFS code, like the HFS+ code, uses the TRIM command, for better space management and performance. It may increase read-write speeds on iOS and macOS,[2] as well as space on iOS devices, due to the way APFS calculates available data.[8]

Clones

Clones allow the operating system to make efficient file copies on the same volume without occupying additional storage space. Changes to a cloned file are saved as deltas, reducing storage space required for document revisions and copies.[4]

Snapshots

Apple File System supports snapshots for creating a point-in-time, read-only instance of the file system.[4]

Encryption

Apple File System natively supports full disk encryption, and file encryption with the following options:

  • no encryption
  • single-key encryption
  • multi-key encryption, where each file is encrypted with a separate key, and metadata is encrypted with a different key.[4]

Increased maximum number of files

APFS supports 64-bit inode numbers, supporting over 9 quintillion files on a single volume.[9]

Data integrity

Apple File System uses checksums to ensure data integrity for metadata, but not user data.[10]

Crash protection

Apple File System is designed to avoid metadata corruption caused by system crashes. Instead of overwriting existing metadata records in place, it writes entirely new records, points to the new ones and then releases the old ones. This avoids corrupted records containing partial old and partial new data caused by a crash that occurs during an update. It also avoids having to write the change twice, as happens with an HFS+ journaled file system, where changes are written first to the journal and then to the catalog file.[10]

Space sharing

APFS adds the ability to have multiple logical drives (referred to as Volumes) in the same container where free space is available to all volumes in that container.[11]

Limitations

In its first generation, Apple File System does not provide checksums for user data, but does for metadata integrity.[12] It also does not take advantage of byte-addressable non-volatile random-access memory,[13] and does not support compression yet.[1]

Unlike versions of HFS+ since Leopard, APFS has no support for hard links to directories.[14] This is in line with many other modern file systems, but Time Machine still relies on them, so APFS is not yet an option for its backup volumes (as of macOS 10.13 High Sierra).[15]

Support

macOS

macOS High Sierra automatically converts the file system on devices with all flash storage to APFS.[16] FileVault volumes are also converted, but Fusion Drives and hard disk drives are not.[16] The primary user interface to upgrade does not present an option to opt out of this conversion, and devices formatted with the High Sierra version of APFS will not be readable in previous versions of macOS.[16] Users can disable APFS conversion by using the installer's startosinstall utility on the command line and passing --converttoapfs NO[17].

An experimental version of APFS, with some limitations, is available in the previous version of macOS (Sierra) through the command line diskutil utility. Among these limitations, it does not perform Unicode normalization while HFS+ does,[18] leading to problems with languages other than English.[19] Drives formatted with Sierra’s version of APFS may also not be compatible with future versions of macOS or the final version of APFS, and the Sierra version of APFS cannot be used with Time Machine, FileVault volumes, or Fusion Drives.[20]

iOS, tvOS, and watchOS

iOS 10.3, tvOS 10.2, and watchOS 3.2 convert the existing HFSX file system to APFS on compatible devices.[7][2][21]

See also

References

  1. ^ a b Adam Leventhal (June 19, 2016). "APFS in Detail: Overview". Retrieved October 1, 2017.
  2. ^ a b c d Warren, Tom (March 27, 2017). "Apple is upgrading millions of iOS devices to a new modern file system today". The Verge. Vox Media. Archived from the original on March 27, 2017. Retrieved March 27, 2017. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  3. ^ Roger Fingas (June 13, 2016). "'Apple File System' will scale from Apple Watch to Macs, replace HFS+". Apple Insider. Archived from the original on July 23, 2016. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  4. ^ a b c d Hutchinson, Lee (June 13, 2016). "Digging into APFS, Apple's new file system". Ars Technica UK. Retrieved June 15, 2016.
  5. ^ a b Weintraub, Seth (June 13, 2016). "Apple File System (APFS) announced for 2017, scales 'from Apple Watch to Mac Pro' and focuses on encryption". 9to5Mac. Archived from the original on March 28, 2017. Retrieved March 27, 2017. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  6. ^ a b Hutchinson, Lee (June 13, 2016). "New file system spotted in macOS Sierra [Updated]". Ars Technica. Condé Nast. Archived from the original on March 28, 2017. Retrieved March 27, 2017. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  7. ^ a b Clover, Juli (March 27, 2017). "Apple Releases iOS 10.3 With Find My AirPods, APFS, App Store Review Tweaks and More". MacRumors. Archived from the original on March 27, 2017. Retrieved March 27, 2017. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  8. ^ Alan Loughnane. "Updating your iPhone will give you one major benefit". joe.co.uk. Archived from the original on May 20, 2017. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  9. ^ Apple Inc. "Apple File System Guide (Features)". Retrieved July 1, 2017.
  10. ^ a b Adam Leventhal (June 19, 2016). "APFS in Detail: Data Integrity". Archived from the original on June 21, 2016. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  11. ^ "Archived copy" (PDF). Archived from the original (PDF) on October 23, 2016. Retrieved June 10, 2017. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)CS1 maint: archived copy as title (link)
  12. ^ A ZFS developer’s analysis of the good and bad in Apple’s new APFS file system Archived February 2, 2017, at the Wayback Machine
  13. ^ Why Apple's APFS won't last 30 years Archived April 6, 2017, at the Wayback Machine
  14. ^ "Apple File System Guide / Frequently Asked Questions". Retrieved December 10, 2017.
  15. ^ "Disks you can use with Time Machine". Retrieved December 10, 2017.
  16. ^ a b c "Prepare for APFS in macOS High Sierra". Apple.com. September 7, 2017. Retrieved September 19, 2017.
  17. ^ Trouton, Rich (September 26, 2017). "Using the macOS High Sierra OS installer's startosinstall tool to avoid APFS conversion". Der Flounder. Retrieved January 16, 2018.
  18. ^ APFS’s “Bag of Bytes” Filenames
  19. ^ APFS is currently unusable with most non-English languages – The Eclectic Light Company Archived June 8, 2017, at the Wayback Machine
  20. ^ "How to Format a Drive With the APFS File System on macOS Sierra". Archived from the original on October 26, 2016. Retrieved October 26, 2016. {{cite news}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  21. ^ "jakepetroules/Filesystem". GitHub. Retrieved March 29, 2017.