1GRUB-PROBE(3) Library Functions Manual GRUB-PROBE(3)
2
3
4
6 grub-probe — Probe device information for a given path.
7
8
10 grub-probe [-m | --device-map=FILE]
11 [-t | --target=(fs|fs_uuid|fs_label|drive|device|partmap|
12 abstraction|cryptodisk_uuid|
13 msdos_parttype)]
14 [-v | --verbose] (PATH|DEVICE)
15
16
18 grub-probe probes a path or device for filesystem and related informa‐
19 tion.
20
21
23 --device
24 Final option represents a DEVICE, rather than a filesystem PATH.
25
26 --device-map=FILE
27 Use FILE as the device map. The default value is
28 /boot/grub/device.map.
29
30
31 --target=(fs|fs_uuid|fs_label|drive|device|partmap|msdos_parttype)
32 Select among various output definitions. The default is fs.
33
34 fs filesystem module
35
36
37 fs_uuid
38 filesystem UUID
39
40
41 fs_label
42 filesystem label
43
44
45 drive GRUB drive name
46
47
48 device System device
49
50
51 partmap
52 partition map module
53
54
55 abstraction
56 abstraction module
57
58
59 cryptodisk_uuid
60 cryptographic container
61
62
63 msdos_partmap
64 MS-DOS partition map
65
66
67 --verbose
68 Print verbose output.
69
70
71 (PATH|DEVICE)
72 If --device is passed, a block DEVICE. Otherwise, the PATH of a
73 file on the filesystem.
74
75
77 info grub
78
79
80
81 Wed Feb 26 2014 GRUB-PROBE(3)