OS complains with "no left space on device" while there are enough free space

From: Simon (simon.zcyuan@gmail.com)
Date: Wed Aug 01 2007 - 02:48:03 EDT


Gurus,

V490+Solaris 9,On a 79GBytes file system "/usr/local", where there
are2 5GBytes free, system fails to
create a 1GBytes file via mkfile:

# df -h /usr/local
Filesystem size used avail capacity Mounted on
/dev/dsk/c1t1d0s6 79G 53G 25G 69% /usr/local
# cd /usr/local;mkfile 1g 1g
Could not set length of 1g: No space left on device
# ls -l 1g
-rw------- 1 root other 0 Aug 1 14:42 1g

The file "1g" not be created with specified size,Suspect the inode may
exhaust,check it find there are enough free inode:
# df -o i /usr/local
Filesystem iused ifree %iused Mounted on
/dev/dsk/c1t1d0s6 6465258 34820118 16% /usr/local

How to fix it ? I've re-created the UFS filesystem and run fsck even.

TIA.

Best Rgds,
Simon
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:42:10 EDT