xref: /minix/minix/commands/printroot/printroot.8 (revision 9f988b79)
PRINTROOT 8
NAME
printroot - print the name of the root device on standard output
SYNOPSIS
printroot

\\\$1\ \\$2 ..

20 \\\$1\ # \\$2 ..

OPTIONS

5 -r # Print only the root device, not a full mtab line

EXAMPLES

20 printroot # Print the name of the root device

DESCRIPTION

Printroot is useful for initializing the /etc/mtab when the system is booted. It figures out what the root device is by searching /dev until it finds a block special file with the right major/minor device numbers.

"SEE ALSO"
fstab (5), boot (8).