apfs

package
v2.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

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

func Chown

func Chown(diskPath string, volumeRole uint16, uid, gid uint32, paths ...string) error

Chown sets the owner and group of files on an unmounted APFS disk image. volumeRole selects the target volume (e.g., VolRoleData). Paths are relative to the volume root (e.g., "Library/LaunchDaemons/foo.plist").

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL