Open File System Call

User program executes n=read(fd, buffer, nbytes); The library procedure is called with the three parameters - file discriptor ie. pointer to the file, buffer space address, and space.
It builds a message containg these parameters along with the code for read as message type, sends the message to virtual file system and blocks while waiting for reply.