no space left on device false positive

2002-10-17 Thread Guy Baruch
Hello. I'm trying to create an internal freedb server on my home machine. this DB has very large directories with a lot of small entries. I have it on a default ext3 partition, and it takes 2.4GB on the HD. The reason being that most the files are ~1K files. Since I had some space left, I

Re: no space left on device false positive

2002-10-17 Thread Official Flamer/Cabal NON-Leader
Quoth Guy Baruch: The reason being that most the files are ~1K files. no space left on device error repeatedly. You are running out of inodes. Do `df -i` and see. M the remainder fails on the same error. df reports this partition has ~700M occupied, ~3.2GB free, so there really is

Re: no space left on device false positive

2002-10-17 Thread Yedidyah Bar-David
On Thu, Oct 17, 2002 at 08:40:11AM +0200, Guy Baruch wrote: Hello. I'm trying to create an internal freedb server on my home machine. this DB has very large directories with a lot of small entries. I have it on a default ext3 partition, and it takes 2.4GB on the HD. The reason being that

Re: no space left on device false positive

2002-10-17 Thread Tzafrir Cohen
On Thu, 17 Oct 2002, Guy Baruch wrote: Hello. I'm trying to create an internal freedb server on my home machine. this DB has very large directories with a lot of small entries. I have it on a default ext3 partition, and it takes 2.4GB on the HD. The reason being that most the files are

Re: no space left on device false positive

2002-10-17 Thread Meir Michanie
It happened to me because of a problem with postgresql that created a lot of tables. On Thu, 2002-10-17 at 08:54, Official Flamer/Cabal NON-Leader wrote: Quoth Guy Baruch: The reason being that most the files are ~1K files. no space left on device error repeatedly. You are running