diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 64d5e9e78dbc49fe8ba4ec8285dec77f2aac2bbe..3a278faf5868ee00f62b6c4ea4bc8ca9465ff8c1 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -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 "