package
1.5.0
Repository: https://github.com/diskfs/go-diskfs.git
Documentation: pkg.go.dev

# Packages

Package fat32 provides utilities to interact with, manipulate and create a FAT32 filesystem on a block device or a disk image.
nolint:unconvert // linter gets confused in this file.
nolint:unconvert // linter gets confused in this file.

# Functions

FS converts a diskfs FileSystem to a fs.FS for compatibility with other utilities.

# Constants

TypeExt4 is an ext4 compatible filesystem.
TypeFat32 is a FAT32 compatible filesystem.
TypeISO9660 is an iso filesystem.
TypeSquashfs is a squashfs filesystem.

# Variables

# Interfaces

File a reference to a single file on disk.
FileSystem is a reference to a single filesystem on a disk.

# Type aliases

Type represents the type of disk this is.