Opened 13 years ago

Closed 13 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 by Jakub Jermář, 13 years ago

Can't this be bacause /tmp is a mountpoint?

in reply to:  1 comment:2 by Štěpán Henek, 13 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 Jiri Svoboda, 13 years ago

Resolution: notadefect
Status: newclosed

So I guess we can close this ticket :-)

Note: See TracTickets for help on using tickets.