I'm searching for a way to reload a partition table in FreeBSD 12 (FreeNAS).
I don't have hdparm
nor gfdisk
nor partprobe
.
What's the standard way of doing ?
PS: my pkg
doesn't work behind a firewall so i probably can't install packages other than via SCP.
[EDIT]Got my firewall rules relaxed, I can install packages if needed[/EDIT]
Already read Reread partition table without rebooting? but there are only solutions for linux.
In theory,
glabel refresh /dev/your/disk
will help. In practice, in my case, it did not help.