Fork us on GitHub Follow us on Facebook Follow us on Twitter

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 Changed 12 years ago by Jakub Jermář

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

comment:2 in reply to:  1 Changed 12 years ago by Štěpán Henek

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 Jiri Svoboda

Resolution: notadefect
Status: newclosed

So I guess we can close this ticket :-)

Note: See TracTickets for help on using tickets.