Open sla89 opened 3 years ago
Hi, I had similar issue, caused by snap-store, and here is my solution.
Warning:: I do NOT guarantee, that this will work for you as well, so do your own research before proceeding.
Problem:: [ 8.661416] /dev/loop5: Can't open blockdev Solution:: sudo losetup -d /dev/loop5 Sol_Source:: https://github.com/guysoft/CustomPiOS/issues/46
Hello together,
when I mount my verity device after creating it using
the mount succeeds but
dmesg
gives me the errorThe content mounted looks good and everything works and even
dmsetup status
gives meI am a little bit worried about the error message
Can't open blockdev
even everything is working as expected..I am currently on
v2_02_181
with linux kernel5.4.77-rt43
. I have tried to update tov2_03_10
but the error remains. Maybe I have to add that before I was using kernel 4.19.148-rt64 and there I didn't had that message.Any suggestion is welcome.
Thank you and with best regards, Stefan