Versions in this module Expand all Collapse all v0 v0.1.0 Aug 29, 2026 Changes in this version + func CreateDisk(path string, size int64, name string) error + func CreateHFSPlusVolume(path string, size int64, name string) error + func CreateImage(path string, size int64, name, filesystem string, created time.Time) error + func CreateVolume(path string, size int64, name string) error + func FormatContent(c disk.Content, filesystem, name string, created time.Time) error + func Mount(path string, writable bool) (vfs.FS, error) + func MountContent(c disk.Content, writable bool) (vfs.FS, error) + func NormalizeFilesystem(s string) (string, error) + func Open(path string) (disk.Disk, error) + func Scan(d disk.Disk) ([]*volume.Volume, error)