- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: / full hidden files?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2005 08:40 PM
06-26-2005 08:40 PM
it is now 95 % full:
/dev/vg00/lvol3 262144 248568 13568 95% /
dut if I do a
find . -xdev -type f -exec ll
and sum $5 than I only have 154503118 k files in / used.
I think there is ore a proces alocating space on a file that is removed ore that there is someting under a mountpoint.
Is there a way to see what is under a mount point whitout umount the filesytem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2005 08:56 PM
06-26-2005 08:56 PM
Re: / full hidden files?
Could you post the output of
# cd /
# du -kx / | sort -rn | head -20
--
Is there a way to see what is under a mount point whitout umount the filesytem?
--
Not without booting from cdrom, / is mounted in single user mode.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2005 09:03 PM
06-26-2005 09:03 PM
Re: / full hidden files?
You should try this by rebooting in single user mode. Here applications shall not be running & you should be able to see the actual usage.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 06:51 PM
06-27-2005 06:51 PM
SolutionIn case you are interested in finding out which process is holding on to a deleted file, you can try the "lsof" utility. You should be able to get a copy of "lsof" from http://hpux.connect.org.uk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 08:34 PM
06-27-2005 08:34 PM
Re: / full hidden files?
62384 /etc
37672 /sbin
26696 /etc/vx
21656 /etc/vx/type
11848 /etc/opt
10952 /etc/lp
9968 /etc/lp/interface
9176 /etc/opt/resmon
8616 /etc/vx/type/static
8032 /etc/lp/interface/model.orig
7552 /etc/opt/resmon/lbin
7472 /etc/lvmconf
6344 /etc/vx/type/gen
5904 /sbin/fs
5120 /etc/vx/type/raid5
4008 /etc/vx/static.d
3496 /sbin/fs/vxfs
3296 /etc/vx/static.d/build
1768 /sbin/fs/hfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 09:00 PM
06-27-2005 09:00 PM
Re: / full hidden files?
tanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 02:28 AM
06-28-2005 02:28 AM
Re: / full hidden files?
2) Also, check in /dev for files that may have been intended for a tape device, but the command was fat-fingered and it created a tar file there instead.
3) Finally, I would look for core files using:
find / -depth -type f -name core