Correct ext2 block size to 4096.
authorCarl Hetherington <cth@carlh.net>
Wed, 29 Apr 2020 23:23:51 +0000 (01:23 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 29 Apr 2020 23:23:51 +0000 (01:23 +0200)
commit28689d3795390e24b2a63e9d3a8df25be6b05f51
treef76dba7fd9a1993a298b7ba041d47258a7e0f9e2
parent56caa542a558a3e261a3da4773c9ed3e66e262ab
Correct ext2 block size to 4096.

It seems that this is the typical Linux value; it allows large files
and so on.  But more importantly, it appears that this change turns
the lwext4 library code from taking an hour+ to do a USB stick format on mac
(and maybe other platforms) to taking under 3 minutes.

The underlying reason for this is not clear.
src/tools/dcpomatic_disk_writer.cc