nativeimgutil

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: May 22, 2025 License: Apache-2.0 Imports: 14 Imported by: 1

Documentation

Overview

Package nativeimgutil provides image utilities that do not depend on `qemu-img` binary.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertToRaw

func ConvertToRaw(source, dest string, size *int64, allowSourceWithBackingFile bool) error

ConvertToRaw converts a source disk into a raw disk. source and dest may be same. ConvertToRaw is a NOP if source == dest, and no resizing is needed.

func CreateRawDisk added in v1.1.0

func CreateRawDisk(disk string, size int) error

CreateRawDisk creates an empty raw data disk.

func MakeSparse

func MakeSparse(f *os.File, n int64) error

func ResizeRawDisk added in v1.1.0

func ResizeRawDisk(disk string, size int) error

ResizeRawDisk resizes a raw data disk.

func RoundUp added in v1.1.0

func RoundUp(size int) int

RoundUp rounds size up to sectorSize.

Types

This section is empty.

Jump to

Keyboard shortcuts

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