public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Empty dir can't be removed ... because it's not empty?
@ 2012-01-10 20:26 Rafa Grimán
  2012-01-10 20:58 ` Markus Trippelsdorf
  2012-01-10 22:10 ` Dave Chinner
  0 siblings, 2 replies; 4+ messages in thread
From: Rafa Grimán @ 2012-01-10 20:26 UTC (permalink / raw)
  To: xfs-oss

Hi all :)

My /home is on an XFS partition all to it's own. The other day the lights went 
out and when I rebooted, there's an empty directory that can't be erased. This 
directory is a subdirectory in ~/.kde4/

The funny thing about this is that I can rename the directory, but I can't 
delete it:

[root@mine albumcovers]# ls
.  ..  cache

[root@mine albumcovers]# ls -lah cache/
total 0
drwx------ 1 rafa users  6 Jan 10 02:23 .
drwx------ 3 rafa users 18 Jan 10 02:23 ..

[root@mine albumcovers]# du -sh cache/
0       cache/

[root@mine albumcovers]# mount | grep -i home
/dev/sda3 on /home type xfs (rw,relatime,attr2,delaylog,noquota)

[root@mine albumcovers]# file cache/
cache/: directory

[root@mine albumcovers]# rm -Rf cache/
rm: cannot remove `cache': Directory not empty

[root@mine albumcovers]# mv cache other_dir_name

[root@mine albumcovers]# ls
.  ..  other_dir_name

[root@mine albumcovers]# rm -Rf other_dir_name/
rm: cannot remove `other_dir_name': Directory not empty

[root@mine albumcovers]# ls -lah other_dir_name/
total 0
drwx------ 1 rafa users  6 Jan 10 02:23 .
drwx------ 3 rafa users 27 Jan 10 21:14 ..

[root@mine albumcovers]# du -sh other_dir_name/
0       other_dir_name/

[root@mine albumcovers]#



Kernel version: 3.1.8-1-ARCH (Arch Linux)

XFS: xfsprogs 3.1.7-1



Any idea of what's going on?
Any tool I can use to understand what's happening?

TIA

   Rafa

-- 
"We cannot treat computers as Humans. Computers need love."

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-11 18:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-10 20:26 Empty dir can't be removed ... because it's not empty? Rafa Grimán
2012-01-10 20:58 ` Markus Trippelsdorf
2012-01-10 22:10 ` Dave Chinner
2012-01-11 18:28   ` Rafa Grimán

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox