English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux fsck.minix command

Linux Command大全

The Linux fsck.minix command is used to check the file system and try to repair errors.

When an error occurs in the minix file system, you can use the fsck.minix command for reference.

Syntax

fsck.minix [-aflmrsv][Peripheral Device Code]

Parameters:

  • -a Automatically repair the file system without asking any questions.
  • -f Force a full check of the file system, even if the file system is problem-free in a quick check.
  • -l List all file names.
  • -m Use warning messages similar to MINIX operating system.
  • -r Interactive mode, ask questions during execution, allowing users to confirm and decide on the processing method.
  • -s Display information related to the first partition of the partition.
  • -v Display the execution process of the command.

Linux Command大全