修复EXT2FSD 在win10下挂载ext4 (识别成ext3)造成的分区损坏
时间:2020-09-05 23:41:33
收藏:0
阅读:416
从这里看到的
https://morningd.github.io/2017/07/18/use-ext2fsd-mount-ext4-partition-cause-a-superblock-error/
防止网址失效,再保存一个截图

知道设备名称
然后直接运行
fsck -t ext4 /dev/sda2(假设这个/dev/sda2是要修复的设备)
原文:https://www.cnblogs.com/toumingbai/p/13620146.html
评论(0)