Documentation
¶
Overview ¶
Package apfs provides minimal APFS disk image manipulation. It reads on-disk structures at known byte offsets per the Apple APFS Reference and modifies inode UID/GID fields directly, bypassing the kernel VFS.
Index ¶
Constants ¶
View Source
const VolRoleData = 0x0040 // APFS_VOL_ROLE_DATA (shifted representation: (1 << 2) << 4)
VolRoleData is the APFS volume role for "Data" volumes.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.