Opened 16 years ago
Closed 8 years ago
#174 closed defect (notadefect)
Mounting the same file system instance under multiple mount points prevents its unmounting
| Reported by: | Jakub Jermář | Owned by: | Jakub Jermář |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7.1 |
| Component: | helenos/srv/vfs | Version: | mainline |
| Keywords: | Cc: | ||
| Blocker for: | Depends on: | ||
| See also: |
Description
When e.g. TMPFS is mounted like this:
mount tmpfs /scratch null/0
and
mount tmpfs /data null/0
neither can be unmounted because of the other ones reference on the VFS root node.
Change History (6)
comment:1 by , 16 years ago
| Summary: | Mounting the same file system instance under multimple mount points prevents its unmounting → Mounting the same file system instance under multiple mount points prevents its unmounting |
|---|
comment:2 by , 15 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 15 years ago
| Milestone: | 0.4.3 → 0.5.0 |
|---|
comment:4 by , 14 years ago
| Milestone: | 0.5.0 → 0.5.1 |
|---|
comment:5 by , 11 years ago
| Milestone: | 0.6.0 → 0.7.1 |
|---|
comment:6 by , 8 years ago
| Resolution: | → notadefect |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

The current VFS does not allow mounting a device multiple times, so this issue does not exist anymore. Closing as not a defect.