![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to get the file system size | lucaxvu | High Level Programming | 1 | 02-13-2008 03:17 PM |
| file system size | magasem | AIX | 7 | 02-06-2008 01:21 AM |
| How to reduce font size in a file | lyoncc | Shell Programming and Scripting | 1 | 10-15-2007 01:25 PM |
| How to reduce the size of a logical volume in solaris 9 | aribault | SUN Solaris | 6 | 10-28-2005 01:27 AM |
| Free size for File System | videsh77 | UNIX for Dummies Questions & Answers | 7 | 02-03-2005 03:44 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#8
|
|||
|
|||
|
yep, bdf is HP-UX-specific command.
|
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
It could be a problem with open files. Try running lsof (may need to install it) to search for open files in /home.
However, changing run levels or a reboot should fix this. |
|
#10
|
|||
|
|||
|
fuser is the HPUX command you want.
The space open files that request a lot of disk space may not show up until the syncer daemon runs every 30 seconds or so. If the problem persists for a couple of hours you have some else going on with the /home filesystem. Try a reboot, or if all else fails fsck_vxfs. |
|
#11
|
|||
|
|||
|
yes, i've ever had this kind of problem before
thanks |
|
#12
|
|||
|
|||
|
I have faced a similar problem in a Solaris box..Unmounting the filesystem and mounting it again solved the problem for me...
|
|||
| Google The UNIX and Linux Forums |