Linux in a Nutshell, Third Edition
by Ellen Siever, Stephen Spainhour, Jessica P. Hekman, Stephen Figgins
Name
debugfs
Synopsis
debugfs [[option] device]
Description
System administration command. Debug an ext2 filesystem. device is the special file corresponding to the device containing the ext2 filesystem (e.g., /dev/hda3).
Option
- -w
Open the filesystem read-write.
Commands
- cat file
Dump the contents of an inode to standard output.
- cd directory
Change the current working directory to directory.
- chroot directory
Change the root directory to be the specified inode.
- close
Close the currently open filesystem.
- clri file
Clear the contents of the inode corresponding to file.
- dump file out_file
Dump the contents of an inode to out_file.
- expand_dir directory
Expand directory.
- find_free_block [goal]
Find first free block starting from goal (if specified) and allocate it.
- find_free_inode [dir [mode]]
Find a free inode and allocate it.
- freeb block
Mark block as not allocated.
- freei file
Free the inode corresponding to file.
- help
Print a list of commands understood by debugfs.
- icheck block
Do block-to-inode translation.
- initialize device blocksize
Create an ext2 filesystem on device.
- kill_file file
Remove file and deallocate its blocks.
- ln source_file dest_file
Create a link.
- ls [pathname]
Emulate the ls command.
- modify_inode file
Modify the contents of the inode corresponding to file.
- mkdir directory
Make directory.
- mknod file [p|[[c|b] major minor]]
Create a special device file.
- ncheck inode
Do inode-to-name translation.
- open [-w] device
Open a filesystem.
- pwd
Print the current working directory.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access