Lines Matching full:filesystem
56 * Filesystem:: Filesystem syntax and semantics
231 Support multiple filesystem types
232 Support multiple filesystem types transparently, plus a useful
233 explicit blocklist notation. The currently supported filesystem
236 Filesystem::, for more information.
584 floppy with a filesystem. Here is an example:
1218 This boots Mach with a kernel on a floppy, but the root filesystem at
1561 File: grub.info, Node: Images, Next: Filesystem, Prev: Security, Up: Top
1580 never understand any filesystem structure.
1584 itself. Usually, this is put in a filesystem, but that is not
1599 any filesystem while the latter understands one filesystem (e.g.
1625 File: grub.info, Node: Filesystem, Next: Interface, Prev: Images, Up: Top
1627 11 Filesystem syntax and semantics
1643 File: grub.info, Node: Device syntax, Next: File name syntax, Up: Filesystem
1686 File: grub.info, Node: File name syntax, Next: Block list syntax, Prev: Device syntax, Up: Filesystem
1704 File: grub.info, Node: Block list syntax, Prev: File name syntax, Up: Filesystem
1710 filesystem, like a chainloader. The syntax is
1724 File: grub.info, Node: Interface, Next: Commands, Prev: Filesystem, Up: Top
1812 filesystem. This is because TFTP doesn't support file name listing for
2488 * fstest:: Test a filesystem
2511 * testload:: Load a file for testing a filesystem
2557 filesystem code, it can use the blocklist notation to grab the
2668 Toggle filesystem test mode. Filesystem test mode, when turned
2673 for low-level sector requests from the disk. Filesystem test mode
2797 shell, if you cannot unmount the filesystem where your stage2 file
3065 compare them, to test the filesystem code. The output is somewhat
3191 fit the syntax/rules listed in the *Note Filesystem::.
3238 Filesystem::.
3249 14 : Filesystem compatibility error, cannot read whole file
3250 Some of the filesystem reading code in GRUB has limits on the
3258 16 : Inconsistent filesystem structure
3259 This error is returned by the filesystem code to denote an internal
3260 error caused by the sanity checks of the filesystem structure on
3262 corrupt filesystem or bugs in the code handling it in GRUB.
3266 filesystem type cannot be recognized by GRUB.
3301 filesystem on the disk or a bug in the code handling it in GRUB
3410 Filesystem::, for more information.
3807 * Filesystem interface:: The generic interface for filesystems
3862 Filesystem buffer
3880 File: grub.info, Node: Embedded data, Next: Filesystem interface, Prev: Memory map, Up: Internals
3954 File: grub.info, Node: Filesystem interface, Next: Command interface, Prev: Embedded data, Up: Internals
3964 The block list filesystem has a special place in the system. In
3965 addition to the "normal" filesystem (or even without one mounted), you
3967 block list notation. Using the block list filesystem doesn't effect any
3968 other filesystem mounts.
3970 The variables which can be read by the filesystem backend are:
4000 Filesystem buffer which is 32K in size, to use in any way which the
4001 filesystem backend desires.
4003 The variables which need to be written by a filesystem backend are:
4009 filesystem code in the current implementation. Don't depend on it
4022 The functions expected to be used by the filesystem backend are:
4036 filesystem backend are
4042 filesystem, presume the filesystem buffer `FSYS_BUF' is corrupted, and
4046 done with only one mount if in the same filesystem).
4049 File: grub.info, Node: Command interface, Next: Bootstrap tricks, Prev: Filesystem interface, Up: Internals
4092 place Stage 2 in a filesystem. The optional Stage 1.5 can be installed
4093 in a filesystem, in the "boot loader" area in a FFS or a ReiserFS, and
4099 Stage 1 needs not to support the user interface or the filesystem
4225 * current_drive: Filesystem interface. (line 19)
4226 * current_partition: Filesystem interface. (line 23)
4227 * current_slice: Filesystem interface. (line 26)
4231 * devread: Filesystem interface. (line 71)
4233 * disk_read_func: Filesystem interface. (line 62)
4238 * filemax: Filesystem interface. (line 59)
4239 * filepos: Filesystem interface. (line 52)
4242 * FSYS_BUF: Filesystem interface. (line 46)
4244 * grub_read: Filesystem interface. (line 75)
4262 * part_length: Filesystem interface. (line 38)
4263 * part_start: Filesystem interface. (line 35)
4268 * print_a_completion: Filesystem interface. (line 79)
4269 * print_possibilities: Filesystem interface. (line 41)
4276 * saved_drive: Filesystem interface. (line 29)
4277 * saved_partition: Filesystem interface. (line 32)
4346 Node: Filesystem63131
4444 Node: Filesystem interface144644