Project

General

Profile

Actions

Bug #3212

closed

hammer2: mountall doesn't look in /dev/mapper

Added by Anonymous over 4 years ago. Updated over 4 years ago.

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

Actions #1

Updated by tkusumi over 4 years ago

It's hardcoded as

if (ac == 0 && (dir = opendir("/dev/serno")) != NULL) {
while ((den = readdir(dir)) != NULL) {

which is a bug...

Actions #3

Updated by Anonymous over 4 years ago

  • Status changed from New to Closed

This works now, thanks!

Actions

Also available in: Atom PDF