![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| disk space | milkyway | Filesystems, Disks and Memory | 6 | 05-29-2009 02:01 AM |
| disk space | kingsto88 | Filesystems, Disks and Memory | 3 | 12-06-2006 05:28 AM |
| available disk space on disk device??? | alan | UNIX for Dummies Questions & Answers | 4 | 01-02-2004 03:06 AM |
| Disk Space - | Docboyeee | Filesystems, Disks and Memory | 2 | 08-22-2002 11:46 AM |
| Out of disk space? | alfabetman | UNIX for Dummies Questions & Answers | 4 | 10-03-2001 03:57 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
disk space
when i check
/export directory of my machine gets filled up (85%) i removed some old logs. but after cleaning df -k command still shows that /export is still 85% full. Is there a way to force df to reflect actual free space without rebooting? My machine is a production one and can't afford down time. My OS is Red Hat 6.2 Thanks! Last edited by aboorkuma; 09-18-2009 at 04:15 PM.. |
|
||||
|
|
|
||||
|
It's better to truncate log files than delete them. Deleting them won't actually free them until any handles to them are closed, but truncating them will free the space. You can do this like echo > /path/to/logfile
|
|
||||
|
Thanks , I will check
rds ---------- Post updated at 04:28 PM ---------- Previous update was at 01:35 PM ---------- Hi I run this command --- /usr/sbin/lsof|grep deleted it show some file list , but it is some small trace file and i use the follwoing command to remove that and i get this error -- file /proc/23271/fd/2 this is the output /proc/23271/fd/2: broken symbolic link to `/opt/bdump/upsd1_j001_23271.trc (deleted)' still i am not able to claim the space rds |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|