Skip to content

Add partition support to ahcid

Jacob Lorentzon requested to merge 4lDO2/drivers:master into master

This adds support for MBR and GPT partitions on ahcid, which are accessible like any other block device file, alongside with the raw disk (partitions are named disk/...:<disk>p<partition> just like udev does, but counting from zero).

Merge request reports