Tuesday, November 16, 2010
Friday, November 5, 2010
Thursday, November 4, 2010
kernel: bio too big device md6 (248 > 240)
https://bugzilla.redhat.com/show_bug.cgi?id=498162
dmsetup reload luks-md2 --table "`dmsetup table --showkeys luks-md2`" dmsetup suspend luks-md2; dmsetup resume luks-md2 Does appear to fix the issue - although it's pretty scary (md2 is the root fs, so this only works because of caching).
----
https://bugzilla.kernel.org/show_bug.cgi?id=9401 as well
dmsetup reload luks-md2 --table "`dmsetup table --showkeys luks-md2`" dmsetup suspend luks-md2; dmsetup resume luks-md2 Does appear to fix the issue - although it's pretty scary (md2 is the root fs, so this only works because of caching).
----
https://bugzilla.kernel.org/show_bug.cgi?id=9401 as well
Also if crypt device mapping table is reloaded (to force new restriction to apply), it will work correctly: echo 3 > /proc/sys/vm/drop_caches dmsetup suspend crypt-punchbag dmsetup reload crypt-punchbag --table "`dmsetup table --showkeys crypt-punchbag`" dmsetup resume crypt-punchbag sha1sum /mnt/punchbag/junk Problem is now fully understood but solution is not so simple. This problem can happen with arbitrary block devices stacked mapping.
Subscribe to:
Posts (Atom)
#RSFtalks with Edward Snowden
What an intelligent, thoughtful individual. I find it difficult to forgive 44 for failing to pardon this patriot and instead pursuing him ...
Other Popular Posts:
-
The TP-Link Archer AC1750 C7 runs OpenWRT and is a great router IMHO. You can also try the same hardware, rebranded by Amazon as the A7: ...
-
[original post written in 2011, see below for Updates] Click image to zoom in. Here's a diagram of how I configure my Mac to locally r...
-
http://stackoverflow.com/questions/5171354/android-adb-shell-am-broadcast-bad-component-name adb shell am broadcast -a android.intent.act...