Solaris 10 Kernel Message 'Out of Disk Space' ?

Hello all,I am running Solaris 10 and am getting 'out of disk space' messages from the kernel but a df -k shows that only 90% is used and that around 4Gb is available.I cannot write to this partition though!What could be the cause of this?ThanksSRG
[292 byte] By [Paragon37a] at [2007-11-27 8:46:57]
# 1

Hmm, if i recall correctly Solaris saves a certain amount of the root filesystem (and possibly other filesystems) for the root-user, this is made in order to prevent normal users from filling up important filesystems.

I suspect that the root-user still can write to the filesystem, but non-root users cant, right?

I think you can change this behaviour via the 'tunefs' command.

(You can tune a filesystem, but you can't tune a fish).

.7/M.

mAbrantea at 2007-7-12 20:50:40 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
The other possibility is that you might be out of inodes.Try checking with df -i
robert.cohena at 2007-7-12 20:50:40 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
Or out of unfragmented space. http://www.opensolaris.org/jive/thread.jspa?messageID=97061-- Darren
Darren_Dunhama at 2007-7-12 20:50:40 > top of Java-index,Solaris Operating System,Solaris 10 Features...