fs-partitions 1.0.0-beta.0

Disk partition table reader (MBR/GPT)

This package has libraries for reading the disk partition information from the MBR or GPT of hard drives.

$ akku update
$ akku install fs-partitions
$ .akku/env
Authors

Göran Weinholt

Homepage

Information missing.

License

MIT

Dependencies

^1.2.0

Source code

https://gitlab.com/weinholt/fs-partitions.git git
244973df7fe89d6cc0ff8837dea754d31cdb8907
Tag: v1.0.0-beta.0

Package contents

  • (fs partitions common) R6
    • → parttable make-parttable parttable? parttable-valid? parttable-disk-id parttable-partitions part part? part-number part-start-lba part-end-lba part-total-lba part-type
    • ← (rnrs) R6
  • (fs partitions gpt) R6
    • → read-gpt make-gpt gpt? gpt-revision gpt-alternate-lba gpt-first-usable-lba gpt-last-usable-lba make-gptpart gptpart? gptpart-guid gptpart-attributes gptpart-name
    • ← (rnrs) R6
    • ← (hashing crc)
    • ← (struct pack)
    • ← (fs partitions common)
  • (fs partitions mbr) R6
    • → read-mbr make-mbr mbr? make-mbrpart mbrpart? mbrpart-raw-start-lba mbrpart-bootable? mbrpart-start-chs mbrpart-end-chs make-chs chs? chs-cylinder chs-head chs-sector
    • ← (rnrs) R6
    • ← (fs partitions common)

Version history

  • 2019-12-17 ~ 1.0.0-beta.0