Bug0035
- Description
- Loading multiple IO sources to single VFS mount point creates duplicate entries
If you load multiple IO sources and point them all to the same VFS mount point (eg: /network ) you see multiple instances of the mount point in the Browsing Virtual Filesystem window, with each instance mirroring any browsing actions.
- Logged
- 2007-05-24
- Logged By
- Assigned to
- Status
- Closed
Get back to the BugIndex
This should be fixed in the latest repository. We now only make VFS directories when we need them. This behaviour will be slightly weird for example if you mount two disk images, at /images, the "Documents and Settings" folders will contain the contents of both images. This is the correct expected behaviour, however it might be confusing. The inodes within the directory will still be correct for files, but the directory inodes displayed will be the directory inode from the first IO source.
