Link to home
Start Free TrialLog in
Avatar of cptnzod
cptnzod

asked on

Linux OS Fedora Core 3 post_create: setxattr failed, rc=28


After adminstering unix systems for over 10 years, I have come to an issue that I cannot answer. 2 of my partitions show full reported by df. When I go into them and do du I don't see anything big! They sum up to a couple of Gigs and yet on one partition I have 90GB! Inodes are okay as well. df -i shows lots of free indoe. Why are the disks showing full? Are they really?

==>df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/cciss/c0d0p2      39G   39G     0 100% /
/dev/cciss/c0d0p1     193M   11M  173M   6% /boot
none                 1013M     0 1013M   0% /dev/shm
/dev/cciss/c0d0p5      91G   91G     0 100% /var

==>cd /var

==>du -sh
1.4G    .

Avatar of slyong
slyong

Look at your processes, etc.  I once had a Java user running some processes and Java allocated some space which is invisible to the system and my diskspace was upto 100% used too.
ASKER CERTIFIED SOLUTION
Avatar of Duncan Roe
Duncan Roe
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If single-user does clar the trouble, you likely have a process with a file unit leak (opens temp files and forgets to close them). lsof may help you identify it.
Avatar of cptnzod

ASKER


It turned out that the file system had problems. I could not see the system. It was in a remote location. The person who read what was on the screen sounded like the JFS is having problems. I did an fsck and rebooted. All is well now. Thanks.