Compare commits

...

13 Commits

Author SHA1 Message Date
Jeffery To
48e0124f5f
Merge c3b96313ed into c677dd99d4 2026-04-08 16:47:48 +00:00
Jeffery To
c3b96313ed
Add HFS+ directory for hard links to directories
https://wiki.sleuthkit.org/index.php?title=HFS#HFS.2B_Hard_Links
2025-07-30 07:14:07 +08:00
Memmie Lenglet
a45008d646
Add orphaned file dir
https://www.howtogeek.com/282374/what-is-the-lostfound-folder-on-linux-and-macos/
2025-07-30 06:22:10 +08:00
Memmie Lenglet
edd04dce90
Add TimeMachine recovery boot loader 2025-07-30 06:07:33 +08:00
Memmie Lenglet
52c2f9a7c5
Add disk label
https://refit.sourceforge.net/info/vollabel.html
grub-render-label(1)
https://web.archive.org/web/20201023104810/https://opensource.apple.com/source/kext_tools/kext_tools-623.120.1/bootcaches.plist.auto.html
2025-07-30 06:05:22 +08:00
Memmie Lenglet
1141dbc87f
Add TimeMachine dirs
https://web.archive.org/web/20190101000001/https://www.baligu.com/pondini/TM/Works2.html
https://web.archive.org/web/20201210025437/https://www.baligu.com/pondini/TM/30.html
/System/Library/CoreServices/backupd.bundle/Contents/Resources/StdExclusions.plist
2025-07-30 05:52:25 +08:00
Memmie Lenglet
08a7300667
Add system file reference dirs
/.vol/234881034/105486 is file #105486 on volume #234881034
https://developer.apple.com/library/archive/qa/qa2001/qa1113.html

/.file/id=6571367.17424234/ is file #17424234 on device #6571367
https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/AccessingFilesandDirectories/AccessingFilesandDirectories.html#//apple_ref/doc/uid/TP40010672-CH3-SW6
https://apple.stackexchange.com/questions/231447/is-it-normal-to-have-a-hidden-file-named-file-in/
2025-07-30 05:46:22 +08:00
Memmie Lenglet
51d9679541
Add quota system files
http://novosial.org/osx/quota/index.html
https://web.archive.org/web/20150906150310/http://hints.macworld.com/article.php?story=20030808130810285
https://www.cnet.com/news/how-to-limit-user-disk-space-with-partitions-and-quotas-in-os-x/
2025-07-30 05:42:00 +08:00
Memmie Lenglet
9e92df704e
Add file used by HFS+ to handle the metadata zone
https://developer.apple.com/library/archive/technotes/tn/tn1150.html#HotFile
2025-07-30 05:37:07 +08:00
Memmie Lenglet
647cae16e7
Add folders used for software updates and app sandboxing 2025-07-30 05:33:11 +08:00
Memmie Lenglet
b27567d5be
Add flag file created by Spotlight
Flag file indicate that the drive can be used by Time Machine as a backup target
2025-07-30 05:21:38 +08:00
Memmie Lenglet
7b33adcda3
Add Mac OS 6 to 9 specific files
Metas databases (https://web.archive.org/web/20230328234043/https://support.apple.com/kb/TA46427?locale=en_US), Sherlock settings, Find By Content indexer folders (https://netatalk.io/docs/Special-Files-and-Folders, https://www.kb.cert.org/vuls/id/177243/)
2025-07-30 05:19:57 +08:00
Memmie Lenglet
1b3fb86582
Rename section
Files that start with ._ are resource forks: https://en.wikipedia.org/wiki/Resource_fork#Macintosh_file_systems
2025-07-30 05:15:04 +08:00

View File

@ -6,10 +6,10 @@ __MACOSX/
.LSOverride .LSOverride
Icon[ ] Icon[ ]
# Thumbnails # Resource forks
._* ._*
# Files that might appear in the root of a volume # Files and directories that might appear in the root of a volume
.DocumentRevisions-V100 .DocumentRevisions-V100
.fseventsd .fseventsd
.Spotlight-V100 .Spotlight-V100
@ -17,6 +17,15 @@ Icon[ ]
.Trashes .Trashes
.VolumeIcon.icns .VolumeIcon.icns
.com.apple.timemachine.donotpresent .com.apple.timemachine.donotpresent
.com.apple.timemachine.supported
.PKInstallSandboxManager
.PKInstallSandboxManager-SystemSoftware
.hotfiles.btree
.vol
.file
.disk_label*
lost+found
.HFS+ Private Directory Data[ ]
# Directories potentially created on remote AFP share # Directories potentially created on remote AFP share
.AppleDB .AppleDB
@ -24,3 +33,25 @@ Icon[ ]
Network Trash Folder Network Trash Folder
Temporary Items Temporary Items
.apdisk .apdisk
# Mac OS 6 to 9
Desktop DB
Desktop DF
TheFindByContentFolder
TheVolumeSettingsFolder
.FBCIndex
.FBCSemaphoreFile
.FBCLockFolder
# Quota system
.quota.group
.quota.user
.quota.ops.group
.quota.ops.user
# TimeMachine
Backups.backupdb
.MobileBackups
.MobileBackups.trash
MobileBackups.trash
tmbootpicker.efi