Index: uspace/srv/vfs/vfs_read.c
===================================================================
--- uspace/srv/vfs/vfs_read.c	(revision a4eb8a602f25a7cbe7abf54950ff0f3ceffdcc89)
+++ uspace/srv/vfs/vfs_read.c	(revision 5c786d177c5354b44d4e3fa8f52182f680d515c1)
@@ -111,4 +111,9 @@
 
 	/*
+	 * Update the position pointer.
+	 */
+	file->pos += bytes;
+
+	/*
 	 * FS server's reply is the final result of the whole operation we
 	 * return to the client.
