Documentation ¶
Overview ¶
Dislocker functions.
FMount functions.
LsBlk functions.
Kernel module functions.
Mount functions.
QEMU functions.
Umount functions.
Index ¶
- Constants
- func BaseFile(name string) string
- func BlockDevs(img string) (nbds []string, err error)
- func CreateDirf(root, m string, a ...any) (dir string, err error)
- func CreateImageMount(img, mnt string) (dir string, err error)
- func CreateImageSymlink(img, dev string) (err error)
- func CreateSymlink(dev, mnt string) error
- func Dev(loop string) string
- func DislockerFuse(dev, key, dir string) (err error)
- func DislockerInfo(dev string) (ids []string, err error)
- func EnsureMod(max int) (err error)
- func FollowSymlink(dev string) (src string, err error)
- func FromFuse(dev string) string
- func IsBootable(dev string) (is bool, err error)
- func IsEncrypted(dev string) (is bool, err error)
- func LsBlk(dev, col string) (ls []string, err error)
- func ModList(mod string) (ls []string, err error)
- func ModLoad(args ...string) (err error)
- func Mount(dev, dir string, lo bool) (err error)
- func Mounts(dev string) (mnts []string, err error)
- func PartDevs(dev string) (ps []string, err error)
- func QemuAttach(dev, img string, xargs []string) (err error)
- func QemuDetach(dev string) (err error)
- func RemoveDirs(dir string) (err error)
- func RemoveSymlink(dev string) error
- func UmountDev(dev string) (err error)
- func UmountDir(dir string) (err error)
Constants ¶
View Source
const ( QemuDev = "/dev/nbd1" QemuParts = 16 )
View Source
const (
DislockerDev = "dislocker-file"
)
View Source
const (
SymlinkPath = "/tmp/fmount"
)
Variables ¶
This section is empty.
Functions ¶
func CreateDirf ¶ added in v0.19.0
func CreateImageMount ¶ added in v0.22.0
func CreateImageSymlink ¶ added in v0.22.0
func CreateSymlink ¶ added in v0.19.0
func DislockerFuse ¶
func DislockerInfo ¶
func FollowSymlink ¶ added in v0.19.0
func IsBootable ¶ added in v0.22.0
func IsEncrypted ¶
func QemuAttach ¶ added in v0.22.0
func QemuDetach ¶ added in v0.22.0
func RemoveDirs ¶
func RemoveSymlink ¶ added in v0.19.0
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.