Table of Contents

Prev  
 Next
, , , , , ,

fsck - file system check

Use fsck to check and repair a file system. **The file system must be unmounted when being check and repaired to prevent corruption! **

Checking Root File System

The root file system can not be unmounted and checked. Two possible options to check the system are:

Some other file system tips:

Home Server Index

Find Information on Hard disks

The ‘’lsblk’’ command has a lot of information returned. The ‘’tune2fs’’ command is used by the system administrator to change/modify tunable parameters on ext2, ext3 and ext4 type filesystems. The command to display filesystem information is ‘’tune2fs -l /dev/sda2’’. The ‘’df’’ command lists current mounted disks.


Prev  
 Next