Solaris Space

There is empty in the below mount point,
But it says whein i put df -k 98% full

Filesystem kbytes used avail capacity Mounted on
34603008 33631163 911112 98% /ora/u88

what is empty? not able to understand...can you be a l'll specific so that it will be easy to solve!

The mountpoint is empty

when i issue df -k it says 98% full

Can you show us why you think the mount point is empty? What makes you think it is empty?

-S

Did you run out of inodes? Do a `df -F ufs -o i` and see if that filesystem has any available inodes left.

we came across this problem a while back, we concated several disk slices together for a huge filesystem but with no mirroring protection for a non-critical oracle database.

in my case, df -k says filesystem was 90%, but when you look inside ZERO it's totally empty, the lost+found directory is not even there.

we tried to umount/mount no use.

we Tried to fsck it but it gave tons of unknown inode or missing inode errors, filesystem corrupted, datafiles gone case.

No choice, in the end we newfs the darn thing and restore from tape dump.