commit | 32f66cc791f597a3522607b233cefc4f1e673fc1 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Sep 08 16:12:08 2010 +0200 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Sep 19 22:54:58 2010 -0400 |
tree | 158cadf50f55809ff0f2441cd9cbe1b4427f6508 | |
parent | c4b87b8c4ff6f3efff86f96dbef3ed050a712354 [diff] |
e2fsck: Improve error message when device name misspelled When a device name is misspelled, we output the full text about specifying alternate superblock. This is slightly misleading because when the device cannot be open because of ENOENT, this certainly won't help. So just print that device does not exist and exit. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>