How Do You Repair An Ext2 Files System
- Forums
- Linux
- How Do You Repair An Ext2 Files System
to test and repair an ext2 file system in linux you can use this command i will give you [3318], Last Updated: Mon Jun 24, 2024
Hostman
Mon Apr 05, 2010
0 Comments
396 Visits
to test and repair an ext2 file system in linux you can use this command i will give you
# e2fsck -y
the -y option helps to assume the answer of yest to all questions
for example, if you didnt put the -y option, you will be prompted to enter an answer at each prompt.