This shows you the differences between two versions of the page.
| — |
re-read_partition_table [2011/06/01 12:58] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Re-read partition table ====== | ||
| + | Re-read the partition table without rebooting Linux system | ||
| + | partprobe | ||
| + | |||
| + | Alternatively : | ||
| + | |||
| + | hdparm -z /dev/sda | ||
| + | sfdisk -R /dev/sda | ||
| + | | ||
| + | [[http://www.cyberciti.biz/tips/re-read-the-partition-table-without-rebooting-linux-system.html]] | ||