- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Diskspace not released
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
11-29-2006 06:22 PM
11-29-2006 06:22 PM
recently I removed the /etc/rc.log because my root volume (/) was 97% used. The file was quite large (>100Mb) so I expected to have enough space again. However, after deleting the file, no space was released. The file is gone (except for a link in /var/adm/), but my diskspace too! I don't get it, what has happened? I can't find any other large file which can cause this.
I am afraid that, if the system reboots, it will have a problem with this full lvol3.
What can I do to get my diskspace back?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2006 06:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2006 09:12 PM
11-29-2006 09:12 PM
Re: Diskspace not released
Please take a moment to assign points to those who have taken the time to assist you, here's how:
http://forums1.itrc.hp.com/service/forums/bizsupport/helptips.do?#33
Thanks,
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2006 10:58 PM
11-29-2006 10:58 PM
Re: Diskspace not released
Bye!
Karin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 03:56 PM
11-30-2006 03:56 PM
Re: Diskspace not released
I know this sounds like a Microsoft thing...but you do get the disk space back after a reboot..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 04:10 PM
11-30-2006 04:10 PM
Re: Diskspace not released
This is absolutely normal UNIX behavior. The manpages for 'unlink(2)' [the system call to remove a file] tell the tale.
Removing the file decremented its link count, yet one or more processes had the file open. Hence, until such time as there are no users of the file, the disk allocated to the file remains allocated.
Regards!
...JRF...