﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
372	unmount fails when rm -r is used	Jakub Jermář	Jakub Jermář	"On 09/05/2011 10:17 PM, Maurizio Lombardi wrote:
>I found a bug that prevent filesystem unmounting when the ""rm -r""
>command is used. It happens both with minixfs and fat, so it's not a
>filesystem problem.
>How to reproduce the bug:

{{{ 
#mkfat --type 12 loop
#mount fat mnt loop
#cd mnt
/mnt #mkdir a
/mnt #cd a
/mnt/a #mkdir b
/mnt/a #mkdir c
/mnt/a #cd ..
/mnt #rm -r a
/mnt #cd ..
#umount mnt
Unable to unmount mnt (rc = -15)
}}}"	defect	closed	major	0.5.0	helenos/app/bdsh	mainline	fixed					
