/************************************************************************ * 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文件系統磁盤分區有問題,重做。