Hi -- I'm trying to remove a big directory tree (an unused windows GIMP copy):
...removed every single file and directory except it leaves one empty directory behind:
...but the directory does appear to be empty, and no open files are in play:
The disk this directory is on NTFS and is mounted pretty typically:
...is this an NTFS bug of some kind or am I missing something?
Thanks for any ideas!
-c
Code:
$ rm -rf path/to/gimp-win-2.9.5-partha-portable
Code:
rm: cannot remove 'path/to/gimp-win-2.9.5-partha-portable/Gimp-2.9.5-std/gimp/lib/gimp/2.0/plug-ins': Directory not empty
Code:
$ cd path/to/gimp-win-2.9.5-partha-portable/Gimp-2.9.5-std/gimp/lib/gimp/2.0/plug-ins $ ls -la total 64K drwxrwx--- 1 root plugdev 64K Mar 4 13:11 . drwxrwx--- 1 root plugdev 0 Mar 4 13:11 .. $ cd .. $ lsof | grep gimp | grep plug $
Code:
/dev/sdb5 on /mydisk type fuseblk (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
Thanks for any ideas!
-c
Comment