1条回答 默认 最新
- _helloWH_ 2017-08-14 07:53关注
从打印判断是文件系统故障, 如果重启后依旧的话,尝试在其他硬盘或者U盘装个ubuntu,然后对该出问题的磁盘进行修复 ;
/* Every time Im repairing file system and following below steps 1. Unmounting the file system (/disk1) 2. Nuke the ext3 journal tune2fs -O ^has_journal /dev/<rootfs> 3. e2fsck -fy /dev/sdc14 4. Rebuild the journal tune2fs -j /dev/sdc14 5. Mounting the file system (/disk1) */
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报