Documentation ¶
Overview ¶
Package makefs provides function to format and grow filesystems.
Index ¶
Constants ¶
View Source
const (
// FilesystemTypeXFS is the filesystem type for XFS.
FilesystemTypeXFS = "xfs"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*Options)
Option to control makefs settings.
func WithReproducible ¶ added in v1.5.0
WithReproducible sets the reproducible flag for the filesystem to be created. This should only be used when creating filesystems on raw disk images.
Click to show internal directories.
Click to hide internal directories.