Whamcloud - gitweb
mke2fs: Print a better error msg when ext2fs_get_device_size() returns EFBIG
authorTheodore Ts'o <tytso@mit.edu>
Mon, 7 Jul 2008 00:57:17 +0000 (20:57 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 7 Jul 2008 00:57:17 +0000 (20:57 -0400)
commitf8df04bcc638585ee73cb795153f4456279b9b85
treebc09ae3587ed7b767f44511fcd5457bfc4a3122d
parentb4d5105b2527a5279cf5b885b957e1e07a53e725
mke2fs: Print a better error msg when ext2fs_get_device_size() returns EFBIG

Print a message when mke2fs uses a default blocksize from an external
journal device, and print a more self-explanatory message so that if
that blocksize is used and ext2fs_get_device_size() returns EFBIG, the
user has a better chance of understanding why mke2fs issued that error
message.

Addresses-Debian-Bug: #488663

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.c