Device name /dev/mmcblk0p1 not correctly handled
Brought to you by:
kad
Partition on SD cards are displayed in linux as device names like /dev/mmcblk0p1.
Here the device name is /dev/mmcblk0.
Routines get_devname and get_partname fail on these names.
An errror
Error: Could not stat device /dev/mmcblk0p - No such file or directory.
occurs.
The problem was reported in https://bugs.debian.org/795870
There you will find an appended patch
https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=810735;filename=allow-devXpY-scheme.patch;msg=5
Could you, please, check it and create a new release.
Best regards
Heinrich Schuchardt
The correct address of the bug report is
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810735
This should be resolved within latest 1.1.0 version.