Comment 6 for bug 119868

Revision history for this message
Christopher S. Aker (caker) wrote :

My guess is that you're using an ext2/ext3 filesystem formatted with a 1k block size. tune2fs -l /dev/whatever will tell you. 1k block size can't support files larger than 16GB.

Reformat that partition to use a larger block size than 1k to support files larger than 16GB.

-Chris