Re: [CentOS] Cannot open: No space left on device

2015-09-11 Thread reynie...@gmail.com
On Fri, Sep 11, 2015 at 3:52 PM, zep wrote: > did you (or someone else with root access) possibly delete a very large > file in /var that may still have been in use?it's very annoying but > if you do a rm on a large file under /var that is still open by some > process

Re: [CentOS] Cannot open: No space left on device

2015-09-11 Thread reynie...@gmail.com
On Fri, Sep 11, 2015 at 3:19 PM, Dario Lesca wrote: > the result. # du -sc /* /.??* --exclude /proc|sort -n 0 /.autofsck 0 /.autorelabel 0 /misc 0 /net 0 /sys 4 /cgroup 4 /media 4 /mnt 4 /selinux 4 /srv 8

Re: [CentOS] Cannot open: No space left on device

2015-09-11 Thread Warren Young
On Sep 11, 2015, at 12:57 PM, reynie...@gmail.com wrote: > > html/elclarinweb.dev/wp-content/uploads/2015/03/12-Aura-Ávila-400x320.jpg: > Cannot open: No space left on device > > *df -h* > Filesystem Size Used Avail Use% Mounted on > /dev/mapper/vg_server-lv_root

Re: [CentOS] Cannot open: No space left on device

2015-09-11 Thread Dario Lesca
Il giorno ven, 11/09/2015 alle 14.48 -0430, reynie...@gmail.com ha scritto: > What do you mean with "mount says"? Can you point me on the right > command to execute? Run this command : > [root@centos7 ~]# du -sc /* /.??* --exclude /proc|sort -n > 0 /.autorelabel > 0 /bin > 0 /dev >

[CentOS] Cannot open: No space left on device

2015-09-11 Thread reynie...@gmail.com
I have a VBox VM running CentOS 6.7 and I want to extract the content of a 14G tar file. I'm doing as: *tar -xvf www.tar.gz* But I am getting a lot of errors like the ones shown below: html/elclarinweb.dev/wp-content/uploads/2015/03/12-Aura-Ávila-400x320.jpg tar:

Re: [CentOS] Cannot open: No space left on device

2015-09-11 Thread zep
did you (or someone else with root access) possibly delete a very large file in /var that may still have been in use?it's very annoying but if you do a rm on a large file under /var that is still open by some process for writing, it won't actually clear the space. you can overcome that by

Re: [CentOS] Cannot open: No space left on device

2015-09-11 Thread reynie...@gmail.com
On Fri, Sep 11, 2015 at 2:45 PM, Warren Young wrote: > 24 - 16 = 8, which sounds suspiciously like the size of a swap file. What > does mount say? What do you mean with "mount says"? Can you point me on the right command to execute?

Re: [CentOS] Cannot open: No space left on device

2015-09-11 Thread Warren Young
On Sep 11, 2015, at 1:18 PM, reynie...@gmail.com wrote: > > On Fri, Sep 11, 2015 at 2:45 PM, Warren Young wrote: > >> 24 - 16 = 8, which sounds suspiciously like the size of a swap file. What >> does mount say? > > What do you mean with "mount says”? I mean run the “mount”

Re: [CentOS] Cannot open: No space left on device

2015-09-11 Thread Warren Young
On Sep 11, 2015, at 3:32 PM, Warren Young wrote: > > I mean run the “mount” command. Its output is what the program “says.” > > But never mind now, since you found the actual problem. Ah, bogus command anyway. I thought swap space showed up in the mount table, but it

Re: [CentOS] Cannot open: No space left on device

2015-09-11 Thread Gordon Messmer
On 09/11/2015 11:57 AM, reynie...@gmail.com wrote: Why*df -h* is reporting 24G used? Where the space did go? How I can fix this? This is a FAQ. For future reference, you can locate such files in Linux: ls -l /proc/*/fd | grep deleted Deleted files are still present in the filesystem until