Description of problem: I put a disk in my system and turned it on and then mounted it's single partition and then decided to force e2fsck on it. I unmounted it first but e2fsck reports that it's busy. lsof shows jbd2 (kernel process?) doing something with the disk. Version-Release number of selected component (if applicable): e2fsprogs-1.41.14-2.fc15.x86_64 util-linux-2.20.1-2.2.fc16.x86_64 How reproducible: unknown Steps to Reproduce: 1.see above 2. 3. Actual results: e2fsck -f /dev/sde1 complains that the device is busy Expected results: e2fsck to force fsck for this filesystem Additional info:
See bug 808795. It appears related.
And bug 809188 as well. We found some very strange unmout path called in VFS, seems like it keep internally some reference. I have system where it is easily reproduced, so I will try to work with Lukas to move it somewhere, it hits too many people already.
*** This bug has been marked as a duplicate of bug 808795 ***