iCloud Drive和 OneDrive for Mac都支持远程文件(或OneDrive 所称的“按需文件” )。
- 这些文件出现在 Finder 中,并且表现得像真实文件(具有奇怪的快速查看行为)。
- 检查员显示他们的真实大小加
(4 KB on disk)
或相似。
还:
- 终端似乎不了解 iCloud 远程大小:
: ~/Library/Mobile Documents/com~apple~Preview/Documents
$ ls -lh
total 24
-rw-r--r--@ 1 REDACTED staff 157B Apr 28 2014 .2AM.png.icloud
-rw-r--r--@ 1 REDACTED staff 6.0K Sep 30 2018 .DS_Store
- 但它理解 OneDrive 的(文件显示
0 bytes on disk
在 Finder 中):
: ~/OneDrive/Pictures/Drawings
$ ls -lh
total 24
-rwxrwxrwx@ 1 REDACTED staff 11M Apr 5 2019 MMM.kra*
令人失望的是,我在网上找不到有关这些文件的任何信息。官方的Apple 文件系统参考似乎没有为此显示任何明确的端点。
- 它们是如何工作的?
- 这是公共 macOS API 还是 APFS 的功能?这是否依赖于 APFS?