﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
897	Deleting directory tree fails on tmpfs	Jiri Svoboda		"Deleting a directory tree works with an Ext4 volume:
{{{
/ # cp -r /include /vol/test
/ # rm -rf /vol/test/include
/ #
}}}

but fails with tmpfs:
{{{
/ # cp -r /include /tmp
/ # rm -rf /tmp/include
Can not remove /tmp/include/libc/elf (Method Not Supported)
Can not remove /tmp/include/libc/io (Method Not Supported)
Can not remove /tmp/include/libc/ipc (Method Not Supported)
Can not remove /tmp/include/libc/loader (Method Not Supported)
Can not remove /tmp/include/libc/rtld (Method Not Supported)
Can not remove /tmp/include/libc/types (Method Not Supported)
Can not remove /tmp/include/libc/vfs (Method Not Supported)
Can not remove /tmp/include/libc/device (Method Not Supported)
Can not remove /tmp/include/libc/adt (Method Not Supported)
Can not remove /tmp/include/libc/libarch (Method Not Supported)
Can not remove /tmp/include/libc/abi/ddi (Method Not Supported)
Can not remove /tmp/include/libc/abi/proc (Method Not Supported)
Can not remove /tmp/include/libc/abi (Method Not Supported)
Can not remove /tmp/include/libc/_bits (Method Not Supported)
Can not remove /tmp/include/libc (Method Not Supported)
Can not remove /tmp/include/libinput/io (Method Not Supported)
Can not remove /tmp/include/libinput (Method Not Supported)
Can not remove /tmp/include/liboutput/io (Method Not Supported)
Can not remove /tmp/include/liboutput (Method Not Supported)
Can not remove /tmp/include/libconsole (Method Not Supported)
Can not remove /tmp/include/libpcm/pcm (Method Not Supported)
Can not remove /tmp/include/libpcm (Method Not Supported)
Can not remove /tmp/include/libposix/sys (Method Not Supported)
Can not remove /tmp/include/libposix (Method Not Supported)
Can not remove /tmp/include/common/elf (Method Not Supported)
Can not remove /tmp/include/common/io (Method Not Supported)
Can not remove /tmp/include/common/ipc (Method Not Supported)
Can not remove /tmp/include/common/loader (Method Not Supported)
Can not remove /tmp/include/common/rtld (Method Not Supported)
Can not remove /tmp/include/common/types (Method Not Supported)
Can not remove /tmp/include/common/vfs (Method Not Supported)
Can not remove /tmp/include/common/device (Method Not Supported)
Can not remove /tmp/include/common/adt (Method Not Supported)
Can not remove /tmp/include/common/libarch (Method Not Supported)
Can not remove /tmp/include/common/abi/ddi (Method Not Supported)
Can not remove /tmp/include/common/abi/proc (Method Not Supported)
Can not remove /tmp/include/common/abi (Method Not Supported)
Can not remove /tmp/include/common/_bits (Method Not Supported)
Can not remove /tmp/include/common (Method Not Supported)
Can not remove /tmp/include/libdisplay/display (Method Not Supported)
Can not remove /tmp/include/libdisplay/types/display (Method Not Supported)
Can not remove /tmp/include/libdisplay/types (Method Not Supported)
Can not remove /tmp/include/libdisplay (Method Not Supported)
Can not remove /tmp/include/libui/types/ui (Method Not Supported)
Can not remove /tmp/include/libui/types (Method Not Supported)
Can not remove /tmp/include/libui/ui (Method Not Supported)
Can not remove /tmp/include/libui (Method Not Supported)
Can not remove /tmp/include (Method Not Supported)
/ # 
}}}
With Navigator or {{{delete}}} we also fail.

Deleting an individual file or empty directory on tmpfs succeeds."	defect	new	major		helenos/unspecified	mainline						
