hello
In solaris we can partition a disk using the format command or use prtvtoc disk | fmthard -s - another-disk - and that's it, you don't need to tell the operating system to re-scan the disks etc
Using redhat, we use the fdisk command then either reboot or use the partprobe command to tell the OS, to rescan the changes made.
question
how does solaris perform the change dynamically without the unix admin telling the os to reread the disk changes?
thanks