On Sun, Nov 20, 2005 at 09:26:15AM -0700, Suhas wrote: > This is not a disk usage as it works when script is run from terminal as su\
root can break the 100% barrier, it usually can get around 110%. [EMAIL PROTECTED]:/tmp> df -h /tmp Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1e 248M 8.2M 220M 4% /tmp [EMAIL PROTECTED]:/tmp> cat /dev/random > foobar /tmp: write failed, filesystem is full cat: stdout: No space left on device [EMAIL PROTECTED]:/tmp> df -h /tmp Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1e 248M 228M 8.0K 100% /tmp [EMAIL PROTECTED]:/tmp> su [EMAIL PROTECTED]:/tmp# cat /dev/random > foobar /tmp: write failed, filesystem is full cat: stdout: No space left on device [EMAIL PROTECTED]:/tmp# df -h /tmp Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1e 248M 248M -20M 109% /tmp Curt. -- cat: .signature: No such file or directory -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php