file system is full : But df -k shows space available


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory file system is full : But df -k shows space available
# 1  
Old 07-25-2002
file system is full : But df -k shows space available

Dear Experts,

We are using Digital Unix 4.0d on Alpha DS-20 E.
/var/adm/messages showed the following error

Jul 24 19:58:37 cbehotbill2 vmunix: /BSCSprod: write failed, file system is full
Jul 24 19:58:38 cbehotbill2 last message repeated 2 times

But df -k showed
BSCS_dmn#BSCSprod 10297944 972004 8644656 11% /BSCSprod


Why has this error occured and wht is the remedy for this .


Regds
Gerald Wilson
# 2  
Old 07-25-2002
One possibility is that you are out of inodes. Look at your man pages for "df" there may be a "df -i" or a "df -e" or something that can show you the number of inodes remaining.

On HP-UX and Solaris this reasoning would apply to the older filesystems, but not to veritas filesystems. Veritas filesystems will dynamically allocate more inodes as needed. I don't know your system and I can't tell you if your system will dymanically allocate inodes or not.

But being out of inodes will cause the message that you are getting. The solution would be to rebuild the filesystem with more inodes.
# 3  
Old 07-25-2002
Dear Sir,
df -ik showed %Iused 8%
Compaq says that Max inodes can be 2 power 31.
They it is a problem with max extents.
Is it so?

regds
Wilson
# 4  
Old 07-25-2002
Just a thought.... some actions such as vi open the file in a different location as a temporary location while it is being worked with. I had this same thing and it turned out that the temp location which was on a different partition was full....so it wasn't that where I was was full...just where the file was temporarilly saved while I worked with it was...

Might not be anything to do with - but worth checking. Really depends what you were doing when you got the error.
# 5  
Old 07-26-2002
Dear Sir,
There were around 8,50,000 files in the file system.
Hence this error
According to Compaq Support,
On Filesystems that consist primarily of small files and where applications regularly create and delete very large numbers of these small files, ADVFS can run out of metadata space.
In Tru64 v5.* with AdvFs type '4' domains, the way BMT works has been redesigned to eliminate the possibility of exhaustion, however ADVFS type'3' domains still exists in Tru64 v5.*

Thanks for the suggestions

Regds
Wilson
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

File system full - not removed: No space left on device

Does anyone have any advise on trying to clean up a full filesystem? I can't rm any files because of the follow: not removed: No space left on device Any help would be very much appreciated. (10 Replies)
Discussion started by: craigsky
10 Replies

2. Red Hat

File system full, but not really.

Hey all, What do you think mostly happened in the following situation? I have a Red Hat 5.5 server. Someone, somehow, managed to get two .nfs000.... type files that totaled over a terabyte in size. I removed them and thought things were back to normal. Then I started getting complains from... (2 Replies)
Discussion started by: geelsu
2 Replies

3. Linux

Unable to remove file using rm: Disk space is full

Hi all, My disk space is 100% full. df -k <dir> -> 100% One of my debug files consume huge amount of space and i want to remove the same to start off fresh debugs. However i'm unable to remove the file giving out the following error message: rm -f debug.out22621 rm: cannot remove... (8 Replies)
Discussion started by: Pankajakshan
8 Replies

4. Solaris

file system full

hello Even though I am not out of inodes or of space, the /var/adm/messages shows messages: file system full I am doing now fcsk -m (400G) and I am still waiting to see the fragmentation results (should I add another option to df to have a faster output?) Do you have any other hints... (6 Replies)
Discussion started by: melanie_pfefer
6 Replies

5. Solaris

file system full

I am receving following Error message in /var/adm/messages "NOTICE: alloc: /: file system full" Disk space usage is as beklow: df -k $ Filesystem kbytes used avail capacity Mounted on /dev/md/dsk/d10 76678257 56962561 18948914 76% / /proc ... (8 Replies)
Discussion started by: Asteroid
8 Replies

6. Solaris

/tmp: File system full, swap space limit exceeded

Can you help. My server sunning solaris 9 on x86 platform pretty much hung for a few hours... I could not use telnet or ssh to the box - it kept refusing connection. A few hours later - I was able to log in again. The server has not rebooted but here are the first errors in the messages log... (5 Replies)
Discussion started by: frustrated1
5 Replies

7. Solaris

Full file system?

I read the sticky and thought of a script I use on a regular basis. Since unless you patch/upgrade the df command on solaris you have a very tought time teling how full the system truly is. Output looks like $ biggest.sh /tmp Filesystem kbytes used avail capacity Mounted... (0 Replies)
Discussion started by: meyerder
0 Replies

8. UNIX for Advanced & Expert Users

Full File System

Hi All, There was a background process running on a Solaris 2.8 machine, and appeared to have filled all available disk-space. I done a killall, and upon re-booting found that the file system had filled up, and will not boot as normal as a result. For example, I'm getting /usr/adm/messages: No... (8 Replies)
Discussion started by: Breen
8 Replies

9. UNIX Desktop Questions & Answers

file system full

When I try to log in as root I get the following message realloccg /: file system full sendmail :NO Queue:low on space (have 0,SMTP-DAEMON needs 101 in /var/spool/mqueue) What should I do? (1 Reply)
Discussion started by: hopeless
1 Replies
Login or Register to Ask a Question