fstab-file-linux-slides
fstab-file-linux-slides
# cat /etc/fstab
Note:
2: all other modifiable file systems; file systems on different drives are checked in parallel
This can be completed via system utility called fsck (file system consistency check). This check
can be done automatically during boot time or ran manually.
FSCK always use to check Filesystem integrity.
Linux fsck utility is used to check and repair Linux filesystems (ext2, ext3, ext4, etc.).
Depending on when was the last time a file system was checked, the system runs the fsck during
boot time to check whether the filesystem is in consistent state. System administrator could also
run it manually when there is a problem with the filesystems.
Make sure to execute the fsck on an unmounted file systems to avoid any data corruption
issues.
https://www.tecmint.com/fsck-repair-file-system-errors-in-linux/
https://www.thegeekstuff.com/2012/08/fsck-command-examples/