type t = {
sector_size : int;
sectors : int64;
media : Media.t;
mode : Mode.t;
}
val to_assoc_list : t -> (string * string) list