Opened 14 years ago
Closed 14 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)
follow-up: 2 comment:1 by , 14 years ago
comment:2 by , 14 years ago
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 by , 14 years ago
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?