rm - Function not implemented

T

Thuxnder

Grünschnabel
Guten Tag,
beim löschen mehrerer Verzeichnisse kommt nur solche fehler bei raus:

Code:
rm * -r
rm: cannot remove `image/etc': Function not implemented
rm: cannot remove `image/usr': Function not implemented
rm: cannot remove `temp/.ecompress23602.4837': Function not implemented
rm: cannot remove `temp/enlightenment': Function not implemented
rm: cannot remove `temp/prepallman.filelist': Function not implemented
rm: cannot remove `temp/logging': Function not implemented
rm: cannot remove `temp/.ecompress23615.27127': Function not implemented
rm: cannot remove `temp/.ecompress23628.16649': Function not implemented
rm: cannot remove `temp/.ecompress23589.31245': Function not implemented
rm: cannot remove `temp/.ecompress23641.23009': Function not implemented
rm: cannot remove `temp/build.log': Function not implemented
rm: cannot remove `temp/.ecompress23576.8955': Function not implemented
rm: cannot remove `temp/environment': Function not implemented
rm: cannot remove `temp/eclass-debug.log': Function not implemented
rm: cannot remove `work/e16-0.16.8.6': Function not implemented

wenn ich in jedes Verzeichnis reingehe und die dateien rauslösche kann ich anschließend auch das verzeichnis löschen, aber das ist ja nicht sinn der sache.
hat da jemand eine idee, woran das liegt.

ist ein gentoo system, das noch von der livecd bootet, bin also im chroot.
 
ask the fabulous google :

The rm utility is forbidden to remove the names dot and dot-dot in order to avoid the consequences of inadvertently doing something like:

rm -r .*

Some implementations do not permit the removal of the last link to an executable binary file that is being executed; see the [EBUSY] error in the unlink() function defined in the System Interfaces volume of IEEE Std 1003.1-2001. Thus, the rm utility can fail to remove such files.

The -i option causes rm to prompt and read the standard input even if the standard input is not a terminal, but in the absence of -i the mode prompting is not done when the standard input is not a terminal.
 
ok problem gelöst.

hatte im chroot vergessen /proc zu mounten, folglich gabs probleme, nach dem mounten von /proc lief alles.

trotzdem thx.
 

Ähnliche Themen

NagiosGrapher 1.7.1 funktioniert nicht

Probleme bei erster Gentoo Installation

Squid nur zum maskieren der eigenen IP, nicht für Webserver auf port 80

CGI laesst sich nicht ausfuehren

Superkaramba @ Debian FEHLER????

Zurück
Oben