Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#372 closed defect (fixed)

unmount fails when rm -r is used

Reported by: Jakub Jermář Owned by: Jakub Jermář
Priority: major Milestone: 0.5.0
Component: helenos/app/bdsh Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

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)

Change History (2)

comment:1 by Jakub Jermář, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in mainline,1214.

comment:2 by Jakub Jermář, 13 years ago

Component: helenos/fs/otherhelenos/app/bdsh
Note: See TracTickets for help on using tickets.