Linux: Re-Read Partition Tables
You know how it is. Just created a new partition but it is not directly regocnized by the system without a reboot. And rebooting means downtime, going to the data center thus inconvenience. There are a few tricks you can try before having to move your body physicly:
partprobe
Check if the new partition was recognize using dmesg. If that didn’t help try the following:
hdparm -z /dev/sdX
Where /dev/sdX is the device on which you created the new partition.