Opened 15 years ago
Closed 15 years ago
#4210 closed bug (fixed)
userlandfs only creates volumes
Reported by: | Blub | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | File Systems/UserlandFS | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
As far as I can see in the userlandfs code, Mount() creates a volume which is mounted, and deleted if mount files, but Unmount() doesn't delete the volume, neither can I find any other places where it might be deleted.
Another bug caused by this is that since fuse only allows one volume to be mounted, even after unmounting the current volume it is not possible to mount any other fuse-volumes without killing the userlandfs server hosting the related fuse filesystem.
I'd suggest them to be deleted when they're successfully unmounted.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | haiku_delete_unmounted_userlandfs_volumes.diff added |
---|
comment:1 by , 15 years ago
Component: | - General → File Systems/UserlandFS |
---|---|
Owner: | changed from | to
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks. Fixed in hrev32287.