fat-filesystem
Pure OCaml implementation of the FAT filesystem
README
This library has two purposes:
primary: to allow the easy preparation of bootable disk images
containing Mirage kernelssecondary: to provide a simple key=value store for Mirage
applications
Note that "filesystems" are inherently legacy systems which modern
Mirage applications will not use directly. The most likely use for this
library is in booting a Mirage application via some kind of disk image.
Known limitations
can only make FAT16 filesystems
no VFAT support
no exFAT support (see #78)
corrupts under concurrent writes
PRs welcome to address any of these limitations!
Install
- Published
-
26 Nov 2020
- Authors
-
- Maintainers
-
Sources
v0.15.0.tar.gz
sha256=a77048fda53d25f463f729b37e9264b72db219fdc62ab0488c1539618bb40400
sha512=d68ed3a9394fbba8bf2cb7555206bcd2a912c5fb6f1a5a18f26b217f3fc2148c42f94b0163f682173ff5db19aa145dcfc003bfdb9ba74f5a757bd372fc45ddcb
Dependencies
alcotest
with-test
re
>= "1.7.2"
io-page
>= "2.0.0"
io-page-unix
>= "2.0.0"
mirage-block-combinators
with-test
mirage-block-unix
>= "2.5.0" & < "2.13.0"
mirage-block
>= "2.0.0"
lwt
>= "2.4.3"
cstruct
>= "3.0.0"
dune
>= "1.0"
ocaml
>= "4.06.0"
Reverse Dependencies
mirage-www
>= "1.1.0"