module Mount_entry:sig..end
type t
val parse_line : string -> t option Core.Std.Or_error.tval fsname : t -> stringval directory : t -> stringval fstype : t -> stringval options : t -> stringval dump_freq : t -> int optionval fsck_pass : t -> int optionval visible_filesystem : t list ->
t Core.String.Map.tval t_of_sexp : Sexplib.Sexp.t -> tval sexp_of_t : t -> Sexplib.Sexp.t