[0]root@bpi-iot-ros-ai:/mnt# mount -t ext4 /dev/mmcblk1p2 /mnt/emmcbk2
mount: mounting /dev/mmcblk1p2 on /mnt/emmcbk2 failed: Invalid argument
[ 138.611302] EXT3-fs (mmcblk1p2): error: couldn't mount because of unsupported optional features (2c0)
[ 138.711183] EXT2-fs (mmcblk1p2): error: couldn't mount because of unsupported optional features (2c0)
[ 138.801268] EXT4-fs (mmcblk1p2): couldn't mount RDWR because of unsupported optional features (400)
[ 139.632489] UDF-fs: warning (device mmcblk1p2): udf_fill_super: No partition found (1)
[ 304.524105] EXT4-fs (mmcblk1p2): couldn't mount RDWR because of unsupported optional features (400)
[ 828.625474] EXT4-fs (mmcblk1p2): couldn't mount RDWR because of unsupported optional features (400)
这种情况是因为mkfs.ext4的时候制定的参数,旧的内核不支持导致,解决方法如下:重新格式化关闭不支持的特性: