remove deprecated grml-bind
[grml-scripts.git] / manpages / reread_partition_table.8
1 .TH reread_partition_table 8
2 .SH "NAME"
3 reread_partition_table \- re-read partition table on Linux
4 .SH SYNOPSIS
5 .B reread_partition_table
6 .RI " <partition> "
7 .SH DESCRIPTION
8 This manual page documents briefly the
9 .B reread_partition_table
10 command. reread_partition_table uses the BLKRRPART ioctl()
11 to re-read a partition table on Linux. It is the same as
12 running 'blockdev --rereadpt <device>' or 'partprobe'.
13 .SH OPTIONS
14 This program does not support any options.
15 .SH USAGE EXAMPLE
16 .TP
17 .B reread_partition_table /dev/hda
18 Reread partition table for disk /dev/hda.
19 .SH SEE ALSO
20 .BR cfdisk (8).
21 .SH AUTHOR
22 reread_partition_table was written by Michael Prokop
23 <mika@grml.org>.
24 .PP
25 This manual page was written by Michael Prokop <mika@grml.org>
26 for the grml project (but may be used by others).