Commit 128fd55
committed
Change blocksize to 512
1024 bytes was originally chosen as fitting nicely inside an ethernet
frame. That didn't really make much sense, but the issue was masked by
the kernel actually ignoring block sizes due to a bug.
Now that the kernel bug is fixed, the result is that partitions are
parsed incorrectly, resulting in confusing behaviour.
Fix by defaulting to 512. For the rare case where 1024 bytes still makes
sense, the -b parameter still exists.1 parent 8689a6a commit 128fd55
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
910 | 910 | | |
911 | 911 | | |
912 | 912 | | |
913 | | - | |
| 913 | + | |
914 | 914 | | |
915 | 915 | | |
916 | 916 | | |
| |||
941 | 941 | | |
942 | 942 | | |
943 | 943 | | |
944 | | - | |
| 944 | + | |
945 | 945 | | |
946 | 946 | | |
947 | 947 | | |
| |||
0 commit comments