Jan 23, 2008 #1 vodkadrinker Technical User Joined May 16, 2002 Messages 163 Location GB I have rm'ed a large file but it has not give the space back when I check the df. Is there anything I can check or do to get this space back?
I have rm'ed a large file but it has not give the space back when I check the df. Is there anything I can check or do to get this space back?
Jan 24, 2008 1 #2 khalidaaa Technical User Joined Jan 19, 2006 Messages 2,323 Location BH IMHO maybe the file is still open (used by some process the time you deleted it) Try umount and mount the file system again! Another alternative is to use the lsof to see the open files! Regards, Khalid Upvote 0 Downvote
IMHO maybe the file is still open (used by some process the time you deleted it) Try umount and mount the file system again! Another alternative is to use the lsof to see the open files! Regards, Khalid
Jan 24, 2008 Thread starter #3 vodkadrinker Technical User Joined May 16, 2002 Messages 163 Location GB Thank's was forgetting the lsof. VD Upvote 0 Downvote
Apr 4, 2008 #4 costiles Technical User Joined Jun 14, 2005 Messages 117 Location US fuser /filesystem - will also tell you if users are still accessing the file system and possibly the file. Upvote 0 Downvote
fuser /filesystem - will also tell you if users are still accessing the file system and possibly the file.