In this Blog you can learn database, networking and cloud skills that will help you to understand Oracle Database and Non Oracle Database with extra key skill

Space not released after delete in linux

No comments :














1- Run this command to check which process is holding deleted file 
[root@OVS3344 VirtualDisks]# lsof | grep deleted
unrar    32596    root    4w      REG              249,1 214752734264    2526472 /OVS/Repositories/0004fb00000300005ba415a34896c695/VirtualDisks/0004fb000012000098458bb1efdadb29.img (deleted)
2- Kill the process 
[root@OVS3344 VirtualDisks]# kill -9 32596
3- Check the space using df command
[root@OVS3344 VirtualDisks]#df -h 




No comments :

Post a Comment