]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
fs/ext2: hint about setting the filesystem size on error
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 25 Jul 2017 22:05:28 +0000 (00:05 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 25 Jul 2017 22:53:05 +0000 (00:53 +0200)
commita67f4c3e29349bcb4cc2ac16d23603d4528b50fb
tree0899cdcc39c73a9dc3f62315e811823122287a0a
parent26b22b85a4bb6608a0fab5dd319d96c86fe7ea76
fs/ext2: hint about setting the filesystem size on error

Since we now request that the user sets the exact size of the ext2/3/4
filesystem, we've had quite a few users wondering what was going on when
they enable too much and the default 60M are no longer enough.

When mkfs.ext2 fails, print a hint that the user should check the size
setting.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
[Arnout: Add *** and redirect to stderr]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
fs/ext2/ext2.mk