Closed GoogleCodeExporter closed 9 years ago
Is it the same issue discussed on IRC or a new one? :)
Anyway, the problem here is probably bug in Samba (or other layer which allows
to open file with O_DIRECT but then fails to read that even from 0 offset).
(Old version works because it used loop device mapping instead of direct file
access.
Using loop device is also workaround here.)
I am still not sure if we should workaround this bug.
But I will probably add simple read-first sector test there to check that
O_DIRECT really works.
Original comment by gmazyl...@gmail.com
on 9 Mar 2015 at 2:35
Should be fixed in commit
https://code.google.com/p/cryptsetup/source/detail?r=0bc437d92c30945991881c8b8ca
245a016fc1236
Please test it if you can, thanks.
Original comment by gmazyl...@gmail.com
on 18 Mar 2015 at 2:09
Original issue reported on code.google.com by
DarkStar...@gmail.com
on 2 Mar 2015 at 11:52