mount point not reflecting actual utilization.


 
Thread Tools Search this Thread
Operating Systems Solaris mount point not reflecting actual utilization.
# 1  
Old 06-04-2008
Data mount point not reflecting actual utilization.

HI ,

I could see in df -k output that a mount point is 100% full.
But i could not find any files with huge size that can be removed.

So, i have umounted and mounted the filesystem again.
Now, in my df -k output i could see that th eutilization is only 7%.

Can anyone please suggest what is causing this problem.

Thanks in advance.

Sag.
# 2  
Old 06-04-2008
Quote:
Originally Posted by sag71155
HI ,

I could see in df -k output that a mount point is 100% full.
But i could not find any files with huge size that can be removed.

So, i have umounted and mounted the filesystem again.
Now, in my df -k output i could see that th eutilization is only 7%.

Can anyone please suggest what is causing this problem.

Thanks in advance.

Sag.

before umount, you may have deleted a large file used by a random process. even you killed the process before unmounting, the df will print disk usage inserting space used by this file deleted.

before umount, you can verify that using "df -k /fs" or "du -ks /fs"

that the only explanation i have, and sorry for my english
# 3  
Old 06-04-2008
i have not deleted any file before umounting.

Also, the mount point size is only 200MB whereas du -sk is showing 330Mb as the space.

Please suggest.
# 4  
Old 06-04-2008
Quote:
Originally Posted by sag71155
i have not deleted any file before umounting.

Also, the mount point size is only 200MB whereas du -sk is showing 330Mb as the space.

Please suggest.
well, im new to this.

do u have another fs mounted under your actual one ?
maybe more appropriate to use "du -skx /fs" actually.

can u copy/paste your df / du ?

Last edited by paranoidandroid; 06-04-2008 at 10:52 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to create a new mount point with 600GB and add 350 GBexisting mount point? IN AIX

How to create a new mount point with 600GB and add 350 GBexisting mount point Best if there step that i can follow or execute before i mount or add diskspace IN AIX Thanks (2 Replies)
Discussion started by: Thilagarajan
2 Replies

2. UNIX for Beginners Questions & Answers

Can we have 2 mount point under the same name but at different directory?

guys i would like to know can we have 2 mount point which is same name but on different directory? (3 Replies)
Discussion started by: leecopper
3 Replies

3. Shell Programming and Scripting

Mount point usage

Hi Guys, I have Solaris 9 and RHEL 5 boxes I implemented script to send me an email when my mount point is > 90. Now the ouput id like these: /dev/dsk/emcpower20a 1589461168 1509087840 64478720 96% /data1 /dev/dsk/emcpower21a 474982909 451894234 18338846 97% /data2... (2 Replies)
Discussion started by: Phuti
2 Replies

4. Solaris

Mount point in a server

Hi , How to find out mount point in a server ? OS -- SunOS 5.6 Generic sun4u sparc SUNW Thanks (4 Replies)
Discussion started by: Maddy123
4 Replies

5. AIX

Change Mount point

Deart All, can any one help to do this, i need to change mount point in AIX 6 /opt/OM should be /usr/lpp/OM, how do i do.... Please help me Urgent issue (2 Replies)
Discussion started by: gulamibrahim
2 Replies

6. Solaris

Size of Mount Point

Hi, On Solaris 5.10, I have a following mount point: /dev/dsk/emcpower0a 492G 369G 118G 76% /u02 In /u02, from the du -h command, I can see that only 110G is used by couple of directories. I am wondering where the rest of 259G has gone? Any ideas please? How can I check... (17 Replies)
Discussion started by: fahdmirza
17 Replies

7. UNIX for Advanced & Expert Users

mount point lists

is there any command to know the list of mount points in a server.i need only the mount point lists.i tried using df but it was not helpful.i am using Solaris (1 Reply)
Discussion started by: dr46014
1 Replies

8. UNIX for Advanced & Expert Users

Mount point options

Hello all, I'm sharing 1 volume from a Sun Storage array (6130), out to 2 servers. Created a slice on one server and mounted a filesystem. On the other server the disk already sees the created slice from the other server (shared throught the storage array, so mounted this filesystem as well. ... (1 Reply)
Discussion started by: Sunguy222
1 Replies

9. UNIX for Dummies Questions & Answers

mount point

hi people, I'm trying to create a mount point, but am having no sucess at all, with the following: mount -F ufs /dev/dsk/diskname /newdirectory but i keep getting - mount-point /newdirectory doesn't exist. What am i doing wrong/missing? Thanks Rc (1 Reply)
Discussion started by: colesy
1 Replies

10. UNIX for Advanced & Expert Users

mount point lost

hi , I was applying patches after that when i reboot i get these message. I did not do anything other thatn this. Now i am unable to start my oracle . Tell me how to solve this These are the error messages forceload of /drv/rdriver failed /drv/rdmexus failed ... (7 Replies)
Discussion started by: sathiya
7 Replies
Login or Register to Ask a Question