<?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: File Size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208140#M168045</link>
    <description>Another thing to watch for.&lt;BR /&gt;&lt;BR /&gt;If a filesystem was unmoutned and files were copied in and then its mounted.  The files are invisible but still take up space.&lt;BR /&gt;&lt;BR /&gt;Example&lt;BR /&gt;&lt;BR /&gt;/steve is a fs and its unmounted.&lt;BR /&gt;copy in 20 MB&lt;BR /&gt;mount /steve&lt;BR /&gt;&lt;BR /&gt;You can't see the files but they take up space.&lt;BR /&gt;&lt;BR /&gt;If the prior post doesn't help, you may want to poke around with folders umounted. /var can only be done in single user mode.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 03 Mar 2004 11:17:38 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-03-03T11:17:38Z</dc:date>
    <item>
      <title>File Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208138#M168043</link>
      <description>I'm trying to find the answer to why my root volume has grown by about 38Mb. However the find command:&lt;BR /&gt;&lt;BR /&gt;find . -size 30000000c&lt;BR /&gt;&lt;BR /&gt;returns no values, am i doing something wrong?</description>
      <pubDate>Wed, 03 Mar 2004 11:06:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208138#M168043</guid>
      <dc:creator>Kevin Daines</dc:creator>
      <dc:date>2004-03-03T11:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: File Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208139#M168044</link>
      <description>Hi Kevin,&lt;BR /&gt;&lt;BR /&gt;Here a command to see all the large files/dirs in a filesystem&lt;BR /&gt;&lt;BR /&gt;du -akx / | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;I suspect there are no files in / that are *exactly* 30000000 bytes in size. The command will only find files that size.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 03 Mar 2004 11:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208139#M168044</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-03-03T11:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: File Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208140#M168045</link>
      <description>Another thing to watch for.&lt;BR /&gt;&lt;BR /&gt;If a filesystem was unmoutned and files were copied in and then its mounted.  The files are invisible but still take up space.&lt;BR /&gt;&lt;BR /&gt;Example&lt;BR /&gt;&lt;BR /&gt;/steve is a fs and its unmounted.&lt;BR /&gt;copy in 20 MB&lt;BR /&gt;mount /steve&lt;BR /&gt;&lt;BR /&gt;You can't see the files but they take up space.&lt;BR /&gt;&lt;BR /&gt;If the prior post doesn't help, you may want to poke around with folders umounted. /var can only be done in single user mode.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 03 Mar 2004 11:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208140#M168045</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-03T11:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: File Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208141#M168046</link>
      <description>Try,&lt;BR /&gt;&lt;BR /&gt;find / -size +30000000&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Wed, 03 Mar 2004 11:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208141#M168046</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-03T11:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: File Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208142#M168047</link>
      <description>Kevin,&lt;BR /&gt;&lt;BR /&gt;you need a +3000000.&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Wed, 03 Mar 2004 11:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208142#M168047</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-03-03T11:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: File Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208143#M168048</link>
      <description>NB: the du command mentioned above could potentially take a really long time to run if (as I do) you make / the entire disk.</description>
      <pubDate>Wed, 03 Mar 2004 12:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208143#M168048</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-03-03T12:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: File Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208144#M168049</link>
      <description>Hi pcross,&lt;BR /&gt;&lt;BR /&gt;Check that command again.&lt;BR /&gt;&lt;BR /&gt;The -x will restrict it to *that* filesystem only.&lt;BR /&gt;It's really about the only why to poperly run the du command in an FS that has other filesystems mounted into it IF you're looking for space hogs.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 03 Mar 2004 13:10:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208144#M168049</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-03-03T13:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: File Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208145#M168050</link>
      <description>Uhhmmm - OK - I just reread your post.&lt;BR /&gt;&lt;BR /&gt;Why in the world would you make / the _entire_ disk? &lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 03 Mar 2004 13:12:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/3208145#M168050</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-03-03T13:12:02Z</dc:date>
    </item>
  </channel>
</rss>

