Index: uspace/srv/fs/fat/fat_fat.c
===================================================================
--- uspace/srv/fs/fat/fat_fat.c	(revision 3f93cdbe3a5df29d2432f1019f5de8b577780b68)
+++ uspace/srv/fs/fat/fat_fat.c	(revision 3149fc05326068309a4f1f7e327f4c0c15cbd733)
@@ -147,4 +147,10 @@
 	fat_cluster_t lastc;
 	int rc;
+
+	/*
+	 * This function can only operate on non-zero length files.
+	 */
+	if (firstc == FAT_CLST_RES0)
+		return ELIMIT;
 
 	bps = uint16_t_le2host(bs->bps);
