1GRUB-FSTEST(3)             Library Functions Manual             GRUB-FSTEST(3)
2
3
4

NAME

6       grub-fstest — Debug tool for GRUB's filesystem driver.
7
8

SYNOPSIS

10       grub-fstest [-c | --diskcount=NUM] [-C | --crypto]
11                    [-d | --debug=STRING] [-K | --zfs-key=FILE|prompt]
12                    [-n | --length=NUM] [-r | --root=DEVICE_NAME]
13                    [-s | --skip=NUM] [-u | --uncompress] [-v | --verbose]
14                    IMAGE_PATH <blocklist FILE | cat FILE |
15                    cmp FILE LOCAL | cp FILE LOCAL | crc FILE |
16                    hex FILE | ls PATH | xnu_uuid DEVICE>
17
18

DESCRIPTION

20       grub-fstest  is  a  tool  for  testing  GRUB's filesystem drivers.  You
21       should not normally need to run this program.
22
23

OPTIONS

25       --diskcount=NUM
26              Specify the number of input files.
27
28
29       --crypto
30              Mount cryptographic devices.
31
32
33       --debug=STRING
34              Set debug environment variable.
35
36
37       --zfs-key=FILE|prompt
38              Load ZFS cryptographic key.
39
40
41       --length=NUM
42              Handle NUM bytes in output file.
43
44
45       --root=DEVICE_NAME
46              Set root device.
47
48
49       --skip=NUM
50              Skip NUM bytes from output file.
51
52
53       --uncompress
54              Uncompress data.
55
56
57       --verbose
58              Print verbose messages.
59
60

COMMANDS

62       blocklist FILE
63              Display block list of FILE.
64
65
66       cat FILE
67              Display FILE on standard output.
68
69
70       cmp FILE LOCAL
71              Compare FILE with local file LOCAL.
72
73
74       cp FILE LOCAL
75              Copy FILE to local file LOCAL.
76
77
78       crc FILE
79              Display the CRC-32 checksum of FILE.
80
81
82       hex FILE
83              Display contents of FILE in hexidecimal.
84
85
86       ls PATH
87              List files at PATH.
88
89
90       xnu_uuid DEVICE
91              Display the XNU UUID of DEVICE.
92
93

SEE ALSO

95       info grub
96
97
98
99                                Wed Feb 26 2014                 GRUB-FSTEST(3)
Impressum