![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vxfs filesystem full! | hungevntelecom | HP-UX | 1 | 09-30-2007 12:52 PM |
| /root filesystem size is full | chomca | Linux | 6 | 06-04-2006 03:36 PM |
| Filesystem full - what to look for | RTM | SUN Solaris | 0 | 03-09-2006 06:10 AM |
| /tmp filesystem full | szodiac | UNIX for Dummies Questions & Answers | 11 | 07-18-2005 07:38 AM |
| Filesystem Full | ilak1008 | UNIX for Dummies Questions & Answers | 16 | 07-18-2005 03:35 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
filesystem is full
Hello everybody, a very basic question.
Inspite of me deleting huge files in a filesystem(AIX 5.3) in oracle folder, the filesystem when i check using df -k still shows 100% full. Does that mean there is a process still pointing to the files which i deleted. how do i work around this. Thanks! karthik |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
If some kind of process has opened a file, it still possible for you to delete the file at the command line. Visually it will look as if the file has been removed. However, underneath the file is still there. Only when the process, which opened the file, closes the file, the file will be really removed and the data blocks which made up the file will be free'd. As BOFH already mentioned the most likely candidate for who has the files opened is one of the Oracle processes. So you indeed have to shut down Oracle to get the space back which was taken by the file. Furthermore, I hope for you you don't end up with a totally damaged and corrupt database. It is not smart to remove files like that. There is a good chance you removed part if not all of the database. |
|||
| Google UNIX.COM |