Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

grub-fstest(1) [linux man page]

GRUB-FSTEST(1)							   User Commands						    GRUB-FSTEST(1)

NAME
grub-fstest - debug tool for GRUB filesystem drivers SYNOPSIS
grub-fstest [OPTION...] IMAGE_PATH COMMANDS DESCRIPTION
Debug tool for filesystem driver. Commands: blocklist FILE Display blocklist of FILE. cmp FILE LOCAL Compare FILE with local file LOCAL. cp FILE LOCAL Copy FILE to local file LOCAL. crc FILE Get crc32 checksum of FILE. hex FILE Hex dump FILE. ls PATH List files in PATH. -c, --diskcount=N N input files. -d, --debug=S Set debug environment variable. -n, --length=N Handle N bytes in output file. -r, --root=DEVICE_NAME Set root device. -s, --skip=N Skip N bytes from output file. -v, --verbose Print verbose messages. -?, --help give this help list --usage give a short usage message -V, --version print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. SEE ALSO
grub-probe(8) The full documentation for grub-fstest is maintained as a Texinfo manual. If the info and grub-fstest programs are properly installed at your site, the command info grub-fstest should give you access to the complete manual. grub-fstest (GRUB) 1.99-12ubuntu5 October 2011 GRUB-FSTEST(1)

Check Out this Related Man Page

GRUB-FSTEST(1)                                                     User Commands                                                    GRUB-FSTEST(1)

NAME
grub-fstest - debug tool for GRUB filesystem drivers SYNOPSIS
grub-fstest [OPTION...] IMAGE_PATH COMMANDS DESCRIPTION
Debug tool for filesystem driver. Commands: blocklist FILE Display blocklist of FILE. cat FILE Copy FILE to standard output. cmp FILE LOCAL Compare FILE with local file LOCAL. cp FILE LOCAL Copy FILE to local file LOCAL. crc FILE Get crc32 checksum of FILE. hex FILE Show contents of FILE in hex. ls PATH List files in PATH. xnu_uuid DEVICE Compute XNU UUID of the device. -c, --diskcount=NUM Specify the number of input files. -C, --crypto Mount crypto devices. -d, --debug=STRING Set debug environment variable. -K, --zfs-key=FILE|prompt Load zfs crypto key. -n, --length=NUM Handle N bytes in output file. -r, --root=DEVICE_NAME Set root device. -s, --skip=NUM Skip N bytes from output file. -u, --uncompress Uncompress data. -v, --verbose print verbose messages. -?, --help give this help list --usage give a short usage message -V, --version print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. SEE ALSO
grub-probe(8) The full documentation for grub-fstest is maintained as a Texinfo manual. If the info and grub-fstest programs are properly installed at your site, the command info grub-fstest should give you access to the complete manual. grub-fstest (GRUB) 2.02-2ubuntu8.3 July 2018 GRUB-FSTEST(1)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

FILE SETS in unix

Hi all, Pls. let me know whether there is any concept called "FILE SETS" in unix? Because, I am using ETL tool DataStage which creates FILE SETS. While I am able to view the data of such a file set in the tool, the "cat" command on this FILESET lists only the Metadata and not the data content... (2 Replies)
Discussion started by: Aparna_A
2 Replies

2. Shell Programming and Scripting

Compare two files and print the two lines with difference

I have two files like this: #FILE 1 ABCD 4322 26485 JMTJ 5311 97248 XMPJ 4321 58978 #FILE 2 ABCD 4321 26485 JMTJ 5311 97248 XMPJ 4321 68978 What to do: Compare the two files and find those lines that doesn't match. And have a new file like this: #FILE 3 "from file 1" ABCD 4322 26485... (11 Replies)
Discussion started by: kingpeejay
11 Replies

3. UNIX for Dummies Questions & Answers

What is an (application/octet-stream) file?

I'm trying to learn as much about GRUB as I can and it's stages are stored in these types of files. Any info or search terms is appreciated!:wall: (5 Replies)
Discussion started by: theKbStockpiler
5 Replies

4. UNIX for Dummies Questions & Answers

Need Some Help with "diff"

Compare two files and remove duplicates and display the output of "FILE-A" For instance FILE-A aaaa hhhdh hddscs sdcsdcs csdcsd FILE-B hhhdh bbdbds aaaa sdcsdcs csdcsd (3 Replies)
Discussion started by: 8055
3 Replies