Disk quotas
Jun 3,93Sometimes, a user can cause serious problems for other users on the system by consuming too much disk space. You …
Read MoreDebug a file system
Jun 3,93You can interactively modify a file system’s features by using the debugfs utility in Linux. This utility can be used to examine …
Read MoreAdjust file system parameters
Jun 3,93To tune file system parameters on a Linux ext2, ext3, or ext4 file system, you can use the tune2fs command. …
Read MoreObtain file system information
Jun 3,93To obtain information about your ext2, ext3 or ext4 file system, you can use the dumpe2fs command. This command is …
Read MoreCheck file systems
Jun 3,93Bugs, power failures, and mechanical problems can all cause data structures on a file system to become corrupted and cause severe data …
Read MoreCheck file disk usage
Jun 3,93You can use the du command in Linux to find out how much space is being consumed by a particular …
Read More