when 100% full, it says some available


 
Thread Tools Search this Thread
Operating Systems Solaris when 100% full, it says some available
# 1  
Old 01-02-2007
when 100% full, it says some available

Just a quick question ....as per my df -k below, I have a file system marked at 100% full, why does it say there is 44,240 kb available ??

Code:
Filesystem            kbytes    used   avail capacity  Mounted on
/dev/dsk/c0t0d0s0    2055463 1753694  240106    88%    /
/proc                      0       0       0     0%    /proc
fd                         0       0       0     0%    /dev/fd
mnttab                     0       0       0     0%    /etc/mnttab
swap                 5569080      40 5569040     1%    /var/run
swap                 5621352   52312 5569040     1%    /tmp
/dev/dsk/c0t2d0s5    20165785 19919888   44240   100%    /data
/dev/dsk/c0t2d0s6    18310202 17401510  725590    96%    /data1

any help to understand this would be greatly appreciated
Cheers
# 2  
Old 01-02-2007
Code:
$ bc
bc 1.03 (Nov 2, 1994)
Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
scale=8
19919888 * 100 / (19919888 + 44240)
99.77840254
^D$

100% is more accurate than 99% in this case.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

100% Inode full with only 67% FS full.

AIX Version 6.1 and 7.1. I understand that when the OS initially creates the FS and inodes, its pretty strict, but not always tuned to a 1:1 ratio. I see the same thing when adding a whole disk LV to a separate device. It seems that when we expand a filesystem the inodes don't get tuned... (5 Replies)
Discussion started by: mrmurdock
5 Replies

2. Red Hat

Inodes full 100 % ,that causes server down.

I see suddenly server down,i check everything ok but server down.When i restart server its working fine,but mail server down.I check inodes full 100 % Please i cant do this perform.anyone know how to inodes 100 % full resolve this issue. Filesystem Inodes IUsed IFree IUse%... (7 Replies)
Discussion started by: romanepo
7 Replies

3. Solaris

Zpool showing 100% full

Hi, This is Solaris-10 on Sparc. Due to some reason, one zpool size is showing 100% full, while nothing is there in that. dstr03-zone02 is a non global zone running on physical machine - dstr03 root@dstr03:/# df -h | grep -i zone02 zone02_app_pool 60G 31K 3.8G 1% ... (5 Replies)
Discussion started by: solaris_1977
5 Replies

4. AIX

Paging space is 100% full

Paging space is 100% full? what step can i take (3 Replies)
Discussion started by: ramraj731
3 Replies

5. UNIX for Dummies Questions & Answers

dev/sda1 100% full

Hi! I have a problem with my disk, it is full as you can see # df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 64380356 63125180 0 100% / none 3116000 0 3116000 0% /dev/shm /dev/sdb1 282015652... (10 Replies)
Discussion started by: ruisof
10 Replies

6. Linux

Disk full 100%

one of my servers / was full by 100% i cleard some space, now though i have enough space on / partition still df is showing disk usage as 100% am not able to create any single txt file ? why so ? (3 Replies)
Discussion started by: bryanabhay
3 Replies

7. AIX

/var 100% full

What to do if /var filesystem in Aix is completely full ? (2 Replies)
Discussion started by: kkhan
2 Replies

8. Solaris

100 gigabit full duplex

How can I tell on Solaris 9 sparc if my nics are running 100 gigabit full duplex... (4 Replies)
Discussion started by: csaunders
4 Replies

9. Solaris

/ directory is 100% full

Dear experts My / directory shows 100% full. What should I do??? What is normal size and how can I prevent it. I am using Solaris 8 on an Ultra 60. Thanks for your advises. Reza (6 Replies)
Discussion started by: Reza Nazarian
6 Replies
Login or Register to Ask a Question