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
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to