Fat_entryval to_string : t -> stringval make : Fat_boot_sector.t -> Fat_format.t -> Cstruct.tmake boot_sector format creates an empty FAT given the parameters in boot_sector and the format
val find_free_from :
Fat_boot_sector.t ->
Fat_format.t ->
fat ->
int ->
int optionfind_free_from boot format fat start returns an unallocated cluster after start
val unmarshal : Fat_format.t -> int -> fat -> tunmarshal format n fat return the nth fat entry in format
val marshal : Fat_format.t -> int -> fat -> t -> unitmarhsal format n fat v update the nth fat entry in format with v
module Chain : sig ... end