![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mount -o llock -F nfs vs mount -F nfs | KhawHL | UNIX for Dummies Questions & Answers | 1 | 01-15-2008 08:48 PM |
| Mount a DVD | janet | AIX | 1 | 04-04-2006 08:35 AM |
| Mount | CreamHarry | Filesystems, Disks and Memory | 7 | 03-25-2002 01:56 AM |
| mount | mcaelbukch | UNIX for Dummies Questions & Answers | 1 | 12-13-2001 02:09 PM |
| how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command? | soulshaker | UNIX for Dummies Questions & Answers | 4 | 07-18-2001 10:11 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
one of the mount pts 100%
Hi all,
recently we had a critical error like one of the mount points /online was 100% full. Even when we deleted three ( 3 ) 0.5 GB files available space in /online mount was not increasing rather df -k for /online continued to show as 100% full. what could be the problem, even if files are deleted from /online mount used space percentage in that mount didnt come down. Kindly clarfiy this. thanking in advance. |
| Forum Sponsor | ||
|
|
|
|||
|
Thanks for the reply.
I believe that u had channelized the solution to my query in this way, some process is pumping data in the mount specified and even though the files are deleted, space is not freed as the actual pump process is not killed. This was thought already. But the situation is not so, none of the process do pump data to that mount. We entirely have a different mount point for that. Mount point were it flashed 100% is purely a dump mount and that too - manual dump. I dont think process dumping data would be the problem. Can u please clarify? |
|
|||
|
thanks blowtorch for the reply,
as i had mentioned in my previous post of deleting the ( 3 ) 0.5 GB files it was the same command du -sk /online/* | sort -nr that was the used to determine the 0.5 GB files. But my question is without any process pumping data to that mount even after deleting files space is not free hope i am making myself clear. |
|
|||
|
After a call to unlink() that set the inode link count to zero, the kernel keeps the file out there until all processes file descriptors are closed for that file.
So an inactive process that has the file open will keep the file there forever. As blowtorch suggested lsof or fuser are the best choices for finding and killing processes that have the file open. |
|||
| Google UNIX.COM |