您的位置:首页 > 运维架构 > Linux

Linux系统下出现"The ext4 file system is not supported by you system""

2011-08-05 20:32 1006 查看
解决办法:

(1) cd /usr/src/linux;

(2) make menuconfig;

(3) 选中File Systems -> The Extended 4(ext4) filesystem

(4) 保存退出

(5) make modules //编译模块

(6) make modules_install
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐