提交 d98bf8cd 编写于 作者: S Simon Ruderich 提交者: Theodore Ts'o

ext4: mention noload when recovering on read-only device

Help the user to find the appropriate mount option to continue mounting
the file system on a read-only device if the journal requires recovery.
Signed-off-by: NSimon Ruderich <simon@ruderich.org>
Signed-off-by: NTheodore Ts'o <tytso@mit.edu>
上级 ff894c9c
......@@ -4616,7 +4616,8 @@ static int ext4_load_journal(struct super_block *sb,
"required on readonly filesystem");
if (really_read_only) {
ext4_msg(sb, KERN_ERR, "write access "
"unavailable, cannot proceed");
"unavailable, cannot proceed "
"(try mounting with noload)");
return -EROFS;
}
ext4_msg(sb, KERN_INFO, "write access will "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册