Actions
Bug #3212
closedhammer2: mountall doesn't look in /dev/mapper
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
10/31/2019
Due date:
% Done:
0%
Estimated time:
Description
hammer2 mountall, without a device path, only looks in /dev/serno, ignoring luks hammer2 device mappings in /dev/mapper
Updated by tkusumi about 5 years ago
It's hardcoded as
if (ac == 0 && (dir = opendir("/dev/serno")) != NULL) {
while ((den = readdir(dir)) != NULL) {
which is a bug...
Actions