Scott Ehrlich wrote: > On an ext3 filesystem, what would cause the system to claim it is out of > disk space for a program writing information to disk, when df -h shows > ample GB available and the file is being written to local disk rather > than an nfs-mounted filesystem? Hi Scott: I had this exact same problem with a machine just a couple days ago. In my case, unmounting the file system and running e2fsck -f on the partition fixed the problem. At least it might be worth a try. thanks Sean