mount: error mounting /dev/root on /sysroot as ext3: Invalid argument

/************************************************************************
 * mount: error mounting /dev/root on /sysroot as ext3: Invalid argument
 * 说明:
 *     这个错误就是磁盘分区出问题了,我这边采用的方式就是删除分区,重新
 * 分区,并拷贝文件系统。
 *
 *                                 2017-3-8 深圳 南山平山村 曾剑锋
 **********************************************************************/

一、错误现象:
    ...
    Mounting root filesystem
    EXT3-fs sdb2: couldn't mount because of unsupported optional features(240) 
    mount: error mounting /dev/root on /sysroot as ext3: Invalid argument
    Setting up other filesystems.
    setting up new root fs
    setuproot: moving /dev failed: No such file or direcotry
    ...

二、错误原因:
    ext3文件系统磁盘分区有问题,重做。
原文地址:https://www.cnblogs.com/zengjfgit/p/6520012.html