Skip to content

DeviceLister: linux: Fix device name inference

Alaric Senat requested to merge asenat/medialibrary:fix/469 into master

The linux partition to device code was flawed in case of filesystems mapping a single partition directly at the root without naming it (eg. /dev/sdc being a main disk partition, not /dev/sdc1).

Fixes #469 (closed)

Merge request reports