ubuntu开机时遇到的问题

电脑是双系统,win10+ubuntu16.04,半个月左右没用电脑,现在点进ubuntu开机时就成这个样子,不知道怎样解决图片

从打印判断是文件系统故障, 如果重启后依旧的话,尝试在其他硬盘或者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) 

 */