![]() |
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 |
| Filesystems, Disks and Memory Discuss NAS, SAN, RAID, Robotic Libraries, backup devices, RAM, DRAM, SCSI, IDE, EIDE topics here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moving files with space, in for loop | saabir | Shell Programming and Scripting | 6 | 02-04-2009 01:30 PM |
| Multiple Files Renaming with space | nazri76 | UNIX for Dummies Questions & Answers | 13 | 10-04-2008 12:04 PM |
| Space problem in files | vibhor_agarwali | UNIX for Dummies Questions & Answers | 6 | 05-22-2007 02:43 AM |
| Dvd files concatenate error: Not enough space | maag | SUN Solaris | 3 | 05-06-2006 10:39 PM |
| when I try to run rm on multiple files I have problem to delete files with space | umen | UNIX for Dummies Questions & Answers | 1 | 09-20-2005 03:20 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
mv files still in use - space not freed
Had a issue recently where DB admins did:
mv listener.log listener.log.old gzip listener.log.old Where file listener.log is continually being written to by an oracle process. Anyway, according to the DB admins they successfully created the listener.log.old.gz file (i.e. all went okay). Then they started complaining that space had not been freed on the filesystem. I logged in and couldn't see the file listener.log.old.gz anywhere. The "listener.log", which was 2GB originally, was indeed smaller when I checked, so it was moved. "du -ks /opt/sw/oracle" showed 4GB in use. Whereas "df -k" showed 6GB in use on the "/opt/sw/oracle" mountpoint. Apparently it's something to do with inodes referring to the original file while it's still in use ... but not sure, which is why I am posting to find out why? Anyway, to fix the issue, stopping and restarting the process using the file will free up the space. |
|
||||
|
Quote:
If it is removed, then why isn't the space freed? Thanks for the info btw. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|