fstabconfigfile

package
v0.466.0 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

README

fstab config file

Handle fstab configuration files, usually located as /etc/fstab on unix systems.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	Device  string
	Dir     string
	Type    string
	Options string
	Dump    string
	Fsck    string
}

func ParseFromString

func ParseFromString(content string) ([]*Entry, error)

func ReadFromFile

func ReadFromFile(ctx context.Context, path string) ([]*Entry, error)

Jump to

Keyboard shortcuts

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