From an operational view point, “mounting” a file system volume involves placing it in a suitable access device, readying the device, and then entering a command such as parameters.
``/etc/mount /dev/rk2 /rk2''
to the “shell”, which forks a program to perform a “mount” system call, passing pointers to the two file names as parameters.