
debugfs
List of commands for debugfs:
-
debugfs:tldr:44650 debugfs: View the filesystem stats in debugfs console.$ statstry on your machineexplain this command
-
debugfs:tldr:58791 debugfs: List all available commands.$ lrtry on your machineexplain this command
-
debugfs:tldr:67996 debugfs: Open the filesystem in read write mode.$ debugfs -w ${-dev-sdXN}try on your machineexplain this command
-
debugfs:tldr:86392 debugfs: Read commands from a specified file, execute them and then exit.$ debugfs -f ${path-to-cmd_file} ${-dev-sdXN}try on your machineexplain this command
-
debugfs:tldr:8847f debugfs: Close the filesystem.$ close -atry on your machineexplain this command
-
debugfs:tldr:ce04f debugfs: Open the filesystem in read only mode.$ debugfs ${-dev-sdXN}try on your machineexplain this command