Documentation ¶
Overview ¶
Package fsinfo describes the FAT32-exclusive FSInfo structure
Index ¶
Constants ¶
View Source
const (
// UnknownFlag describes a value (such as the next free cluster) which is not known.
UnknownFlag = 0xFFFFFFFF
)
Variables ¶
This section is empty.
Functions ¶
func ReadHints ¶
ReadHints reads FS Info from the device (at the offset) and returns the freeCount of clusters and the nextFree cluster (if they are known). Otherwise, returns an error.
func WriteFreeCount ¶
WriteFreeCount takes the offset of the FS Info structure and updates the on-disk value of the "free cluster count".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.