bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rm: cannot remove directory `coreutils-7.3/lib': Directory not empty


From: Mike Frysinger
Subject: Re: rm: cannot remove directory `coreutils-7.3/lib': Directory not empty
Date: Mon, 4 May 2009 19:13:36 -0400
User-agent: KMail/1.11.2 (Linux/2.6.29.2; KDE/4.2.2; x86_64; ; )

On Saturday 02 May 2009 20:30:39 binutils wrote:
> I couldn't remove coreutils-7.3 directory after installation, even if using
> sudo.
>
> bash-4.0$ rm -rf coreutils-7.3/
> rm: cannot remove directory `coreutils-7.3/lib': Directory not empty
>
> bash-4.0$ sudo rm -rf coreutils-7.3/
> rm: cannot remove directory `coreutils-7.3/lib': Directory not empty

usually this is due to a test which mounts a tmpfs aborting midway and not 
unmounting the tmpfs tree.  run `mount` to see if that's the case, and post 
the output as well so we can see which case misbehaved.

then you should be able to manually run `umount` and then `rm -rf`
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]