Opened 12 years ago
Closed 12 years ago
#287 closed defect (notadefect)
Deleting an empty directory fails (TMPFS)
Reported by: | Štěpán Henek | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.4.3 |
Component: | helenos/fs/tmpfs | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
To reproduce try:
touch tmp/file.txt rm tmp/file.txt rm -r tmp
→ Can not remove tmp, directory not empty (Method Not Supported)
Although the directory seems to be empty and e.g.
rm -r data
works fine.
Tested only with TMPFS.
Change History (3)
comment:1 follow-up: 2 Changed 12 years ago by
comment:2 Changed 12 years ago by
Replying to jermar:
Can't this be bacause /tmp is a mountpoint?
Yes, that's it. I can see it now from init.c.
Sorry, for causing panic.
comment:3 Changed 12 years ago by
Resolution: | → notadefect |
---|---|
Status: | new → closed |
So I guess we can close this ticket
Note: See
TracTickets for help on using
tickets.
Can't this be bacause /tmp is a mountpoint?