﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
122	Copying the tetris binary twice hangs the FAT file system	Jakub Jermář		"With [changeset:mainline,96], built for amd64 and fat, doing:

cp /app/tetris /srv/1
cp /app/tetris /srv/2

will hang the file system.

With HelenOS 0.4.1, the  binary can be copied three times before FAT crashes during the fourth attempt in libblock hitting an assertion.

I think this is the same thing, given some new binaries having been added to the file system image recently (so it grew a little and the free space in it shrunk) and also a work in progress on the error handling front. The latter can explain the different symptom, because now the error will be propagated to the request initiator instead of causing an instant abort on assertion failure in libblock.
"	defect	closed	major	0.4.2	helenos/fs/fat	mainline	fixed	fs, fat				
