Opened 17 years ago
Closed 17 years ago
#1694 closed bug (fixed)
Not able to unmount other Beos partition
Reported by: | cebif | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1/alpha1 |
Component: | Applications/Tracker | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
With testing on hrev23236 I am unable to unmount other Beos partition. It does not matter how I try to unmount it either by highlighting it with right click and moving mouse then clicking unmount, right clicking on the desktop moving mouse to mount then the sub menu mounted volume name and clicking on that. When I do it the second way a box comes up saying the volume could not be unmount because there is an operation with a file or files on that volume or similar words. I have finised with all file operations like copying to or from.
Attachments (5)
Change History (11)
by , 17 years ago
Attachment: | Unmounting from Right Click Hilighted Partition Icon.jpg added |
---|
by , 17 years ago
by , 17 years ago
Attachment: | Message Result After Clicking on Force Unmount in Previous Message.jpg added |
---|
comment:1 by , 17 years ago
Component: | - General → File Systems/BFS |
---|
by , 17 years ago
comment:2 by , 17 years ago
I have just re uploaded the "KDL After Trying to Open Folders in Beos Partition after Previous Unmount Try" attachment. The previous one was not very clear for reading. Also for the order in which I tried things this attachment should be after the first attachment not the last.
comment:3 by , 17 years ago
I added a panic() in fs_unmount() and analyzed the problem a bit in the kernel debugger (attached debug session). Apparently the AutoMounter thread, who tries to unmount the volume, opens its root directory just before, so that the root vnode is still referenced.
Unmounting with "unmount" from the terminal works as it should.
comment:4 by , 17 years ago
Component: | File Systems/BFS → - Applications/Tracker |
---|---|
Milestone: | R1 → R1/alpha |
Status: | new → assigned |
comment:6 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for the work, bonefish! It's fixed in hrev23685.
I have uploaded some shots of The Message Windows and also a KDL that resulted from me trying to open folders in the unmountable partition from previous unmount attempt. One thing I noticed, was that the folders were not showing any contents, after me trying several folders. The attachments are in the order of sequence that I tried things.