<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: no space left on device in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045677#M48513</link>
    <description>Hi Matt,&lt;BR /&gt;&lt;BR /&gt;Lets see what difference fsck make in this case !!&lt;BR /&gt;&lt;BR /&gt;Let us know the outcome.</description>
    <pubDate>Fri, 11 May 2007 00:24:50 GMT</pubDate>
    <dc:creator>Adithyan</dc:creator>
    <dc:date>2007-05-11T00:24:50Z</dc:date>
    <item>
      <title>no space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045667#M48503</link>
      <description>&lt;!--!*#--&gt;This is a rhel3u8 box.  I'm trying to create a dir under /home and am getting No space left on device.  There are plenty of free inodes and the lvol is almost 100% free.  Help please.  Thank you&lt;BR /&gt;&lt;BR /&gt;###################################&lt;BR /&gt;# df -i .&lt;BR /&gt;Filesystem            Inodes   IUsed   IFree IUse% Mounted on&lt;BR /&gt;/dev/vg00/home        655360     190  655170    1% /home&lt;BR /&gt;# df -h .&lt;BR /&gt;Filesystem            Size  Used Avail Use% Mounted on&lt;BR /&gt;/dev/vg00/home        5.0G   65M  4.8G   2% /home&lt;BR /&gt;####################################</description>
      <pubDate>Wed, 09 May 2007 09:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045667#M48503</guid>
      <dc:creator>Matt Shaffer_1</dc:creator>
      <dc:date>2007-05-09T09:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: no space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045668#M48504</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;If you delete the file and there is still an open process with a file handle open, the space is not returned usable to the system.&lt;BR /&gt;&lt;BR /&gt;Fixes:&lt;BR /&gt;1) find and kill processes on /home fuser -u /home&lt;BR /&gt;2) reboot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 May 2007 09:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045668#M48504</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-09T09:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: no space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045669#M48505</link>
      <description>&lt;!--!*#--&gt;There is no one in /home.&lt;BR /&gt;################################3&lt;BR /&gt;# lsof /home&lt;BR /&gt;COMMAND   PID     USER   FD   TYPE DEVICE SIZE   NODE NAME&lt;BR /&gt;ksh     29007 sysadmin  cwd    DIR   58,0 4096  32769 /sysadmin&lt;BR /&gt;su      29140     root  cwd    DIR   58,0 4096  32769 /sysadmin&lt;BR /&gt;ksh     29619 sysadmin  cwd    DIR   58,0 4096  32769 /home/sysadmin&lt;BR /&gt;su      29640     root  cwd    DIR   58,0 4096  32769 /home/sysadmin&lt;BR /&gt;ksh     30474  pprasad  cwd    DIR   58,0 4096 180226 /home/pprasad&lt;BR /&gt;# fuser -u /home&lt;BR /&gt;/home:&lt;BR /&gt;No process references; use -v for the complete list&lt;BR /&gt;#&lt;BR /&gt;#######################3</description>
      <pubDate>Wed, 09 May 2007 10:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045669#M48505</guid>
      <dc:creator>Matt Shaffer_1</dc:creator>
      <dc:date>2007-05-09T10:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: no space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045670#M48506</link>
      <description>&lt;!--!*#--&gt;I decided to just try to remove this lv and recreate it.  I am not able to remove it.&lt;BR /&gt;&lt;BR /&gt;# lvscan&lt;BR /&gt;lvscan -- ACTIVE            "/dev/vg00/home" [5 GB]&lt;BR /&gt;lvscan -- ACTIVE            "/dev/vg00/opt" [1 GB]&lt;BR /&gt;lvscan -- ACTIVE            "/dev/vg00/tmp" [2 GB]&lt;BR /&gt;lvscan -- ACTIVE            "/dev/vg00/var" [4 GB]&lt;BR /&gt;lvscan -- ACTIVE            "/dev/vg00/wcc" [25 GB]&lt;BR /&gt;lvscan -- ACTIVE            "/dev/vg00/library" [4 GB]&lt;BR /&gt;lvscan -- ACTIVE            "/dev/vg00/data" [2 GB]&lt;BR /&gt;lvscan -- 7 logical volumes with 43 GB total in 1 volume group&lt;BR /&gt;lvscan -- 7 active logical volumes&lt;BR /&gt;&lt;BR /&gt;# umount /dev/vg00/home&lt;BR /&gt;umount: /dev/vg00/home: not mounted&lt;BR /&gt;# lvremove /dev/vg00/home&lt;BR /&gt;lvremove -- can't remove open  logical volume "/dev/vg00/home"&lt;BR /&gt;&lt;BR /&gt;# lvchange -a n /dev/vg00/home&lt;BR /&gt;lvchange -- operation not permitted for (open) logical volume "/dev/vg00/home"&lt;BR /&gt;</description>
      <pubDate>Wed, 09 May 2007 12:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045670#M48506</guid>
      <dc:creator>Matt Shaffer_1</dc:creator>
      <dc:date>2007-05-09T12:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: no space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045671#M48507</link>
      <description>try&lt;BR /&gt;&lt;BR /&gt;# fuser -cu /home</description>
      <pubDate>Wed, 09 May 2007 13:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045671#M48507</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-05-09T13:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: no space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045672#M48508</link>
      <description>&amp;gt; # umount /dev/vg00/home&lt;BR /&gt;&amp;gt; umount: /dev/vg00/home: not mounted&lt;BR /&gt;&lt;BR /&gt;Might want to try&lt;BR /&gt;&lt;BR /&gt;# umount /home&lt;BR /&gt;&lt;BR /&gt;But I believe the file system is still in use and the command is going to fail.</description>
      <pubDate>Wed, 09 May 2007 13:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045672#M48508</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-05-09T13:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: no space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045673#M48509</link>
      <description>Normally, you won't be able to umount /home even with no user activity. This should be done in rescue mode.&lt;BR /&gt;&lt;BR /&gt;Please post the outout of:&lt;BR /&gt;&lt;BR /&gt;dumpe2fs -h /dev/vg00/home</description>
      <pubDate>Wed, 09 May 2007 14:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045673#M48509</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-05-09T14:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: no space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045674#M48510</link>
      <description>Sometimes if /tmp is full you get this error. So check if /tmp or /var/tmp is full.</description>
      <pubDate>Wed, 09 May 2007 20:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045674#M48510</guid>
      <dc:creator>Sreedharamurthy K</dc:creator>
      <dc:date>2007-05-09T20:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: no space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045675#M48511</link>
      <description>&lt;!--!*#--&gt;Hi Matt,&lt;BR /&gt;&lt;BR /&gt;As per the df output the /home is not started using still ??&lt;BR /&gt;&lt;BR /&gt;Why dont you try a file system recreation ?&lt;BR /&gt;&lt;BR /&gt;Run mkfs.ext3 once and try.</description>
      <pubDate>Thu, 10 May 2007 22:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045675#M48511</guid>
      <dc:creator>Adithyan</dc:creator>
      <dc:date>2007-05-10T22:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: no space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045676#M48512</link>
      <description>THE HELL Adithvan ?!?  Don't do that!&lt;BR /&gt;&lt;BR /&gt;Sheesh!&lt;BR /&gt;&lt;BR /&gt;A 'fsck' if it's still playing funny-buggers might be in order though.</description>
      <pubDate>Thu, 10 May 2007 22:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045676#M48512</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-05-10T22:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: no space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045677#M48513</link>
      <description>Hi Matt,&lt;BR /&gt;&lt;BR /&gt;Lets see what difference fsck make in this case !!&lt;BR /&gt;&lt;BR /&gt;Let us know the outcome.</description>
      <pubDate>Fri, 11 May 2007 00:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045677#M48513</guid>
      <dc:creator>Adithyan</dc:creator>
      <dc:date>2007-05-11T00:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: no space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045678#M48514</link>
      <description>Thanks for all the suggestions everyone.  Yesterday, lvremove worked for me.  I don't know why it wasn't working on Wednesday.  I forgot to close out the forum.  Thanks again.</description>
      <pubDate>Fri, 11 May 2007 07:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045678#M48514</guid>
      <dc:creator>Matt Shaffer_1</dc:creator>
      <dc:date>2007-05-11T07:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: no space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045679#M48515</link>
      <description>lvremove worked for me</description>
      <pubDate>Fri, 11 May 2007 07:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5045679#M48515</guid>
      <dc:creator>Matt Shaffer_1</dc:creator>
      <dc:date>2007-05-11T07:46:41Z</dc:date>
    </item>
  </channel>
</rss>

