fsck – POFTUT

Linux fsck Command Tutorial With Examples

Linux have a lot of utilities to manage, diagnose, check and correct different type of file  systems. these utilities provide a lot of features especially Linux native file systems like ext2,ext3,ext4 etc. One of the most popular tool is fsck tool. In this tutorial we will look general usage of fsck Syntax Fsck have similar syntax … Read more

How To Repair Ext2, Ex3, Ext4 File System In Linux?

Linux file systems are generally robust and work very well. But it can happen errors rarely. How can we check and fix these file system errors? Fsck is a check and repair utility for Linux file systems. Fsck can check and repair one or more file system. The file system can be a device or … Read more