POV-Ray : Newsgroups : povray.off-topic : Trouble with large directory in Linux : Trouble with large directory in Linux Server Time
29 Jul 2024 06:14:00 EDT (-0400)
  Trouble with large directory in Linux  
From: Kevin Wampler
Date: 28 Feb 2012 13:49:22
Message: <4f4d21b2@news.povray.org>
I have a directory which (I think) has many many small files in it.  I'd 
like to remove these files, however every attempt I've tried fails.  For 
example:

cd <dir>; rm *
rm -r <dir>
ls <dir>
find <dir>

All quickly consume my 8GB of memory and grind to an apparent halt.  I 
haven't been able to even determine the name of a single file within 
that directory, let alone delete anything.  Does anyone have any ideas?


Notes:

1) I'm assuming the problem is a large number of files, but as I can't 
get any info about the contents of the directory I don't know for sure 
if this is the case or it's some other problem.

1) This is on NFS, in case that matters.

2) I don't have root privileges.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.