Does fbind support LUKS-encrypted images (as loop devices)?
Atrate opened this issue · 1 comments
Atrate commented
Hey there,
I was wondering whether fbind supports mounting LUKS-encrypted disk images. I have the following config, but it does not seem to do anything:
loop /path/to/file.iso /storage/enc
Adding an --L
argument to the above makes it work even less (mkdir errors pop up).
(Yes, I have downloaded and placed the cryptsetup
binary in the required place)
Atrate commented
Okay, PBKAC — the --L
is supposed to be attached to the filename, I did not realise.