1GRUB-FSTEST(1) User Commands GRUB-FSTEST(1)
2
3
4
6 grub-fstest - debug tool for GRUB filesystem drivers
7
9 grub-fstest [OPTION...] IMAGE_PATH COMMANDS
10
12 Debug tool for filesystem driver.
13
14 Commands:
15
16 blocklist FILE
17 Display blocklist of FILE.
18
19 cat FILE
20 Copy FILE to standard output.
21
22 cmp FILE LOCAL
23 Compare FILE with local file LOCAL.
24
25 cp FILE LOCAL
26 Copy FILE to local file LOCAL.
27
28 crc FILE
29 Get crc32 checksum of FILE.
30
31 hex FILE
32 Show contents of FILE in hex.
33
34 ls PATH
35 List files in PATH.
36
37 xnu_uuid DEVICE
38 Compute XNU UUID of the device.
39
40 -c, --diskcount=NUM
41 Specify the number of input files.
42
43 -C, --crypto
44 Mount crypto devices.
45
46 -d, --debug=STRING
47 Set debug environment variable.
48
49 -K, --zfs-key=FILE|prompt
50 Load zfs crypto key.
51
52 -n, --length=NUM
53 Handle N bytes in output file.
54
55 -r, --root=DEVICE_NAME
56 Set root device.
57
58 -s, --skip=NUM
59 Skip N bytes from output file.
60
61 -u, --uncompress
62 Uncompress data.
63
64 -v, --verbose
65 print verbose messages.
66
67 -?, --help
68 give this help list
69
70 --usage
71 give a short usage message
72
73 -V, --version
74 print program version
75
76 Mandatory or optional arguments to long options are also mandatory or
77 optional for any corresponding short options.
78
80 grub-probe(8)
81
82 The full documentation for grub-fstest is maintained as a Texinfo man‐
83 ual. If the info and grub-fstest programs are properly installed at
84 your site, the command
85
86 info grub-fstest
87
88 should give you access to the complete manual.
89
90
91
92GRUB 2.06 December 2023 GRUB-FSTEST(1)