<?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 Free Space inside the LUN in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66430#M15561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The OnCommand/System manager displays the %used space of the LUNs even if there are more than one LUN in a volume irrespective of whether it is space reserved or not. But what is the command it usesinternally to findout this %used space?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2011 15:11:44 GMT</pubDate>
    <dc:creator>FASLUEACS</dc:creator>
    <dc:date>2011-10-18T15:11:44Z</dc:date>
    <item>
      <title>Free Space inside the LUN</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66403#M15548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all, &lt;BR /&gt;how i can do to know the free space inside the lun???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:13:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66403#M15548</guid>
      <dc:creator>cairoldes</dc:creator>
      <dc:date>2025-06-05T07:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Free Space inside the LUN</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66408#M15552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only reliable way is to look at the LUN on the host.&amp;nbsp; The storage controller cannot see inside the LUN.&amp;nbsp; There are only a few corner cases where it's possible to tell how much space is in a single LUN, (one thin provisioned volume in an aggregate with one thin provisioned LUN inside...not a typical case).&amp;nbsp; You can see how much volume or aggregate space you have, but to know how much space is available inside the LUN you have to go through the host as only the host knows the filesystem, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 17:38:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66408#M15552</guid>
      <dc:creator>adamfox</dc:creator>
      <dc:date>2010-06-16T17:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Free Space inside the LUN</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66412#M15553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i understand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 18:28:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66412#M15553</guid>
      <dc:creator>cairoldes</dc:creator>
      <dc:date>2010-06-16T18:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Free Space inside the LUN</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66415#M15555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand, the 'used' colmun of an 'aggr show_space -h' command shows the actual usage of the space, even inside thick provisioned volumes/LUNs. Tricky part however, is that the OS filesystem doesn't report freed blocks back to the controllers, so the used space usually only increases. The Space Recaimer feauture of SnapDrive for Windows is used to circumvent this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bjorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 08:04:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66415#M15555</guid>
      <dc:creator>bjornkoopmans</dc:creator>
      <dc:date>2010-06-17T08:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Free Space inside the LUN</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66420#M15557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not the same. LUN may be 100% free from host’s point of view, but 100% full from filer point of view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is ZAPI call lun-get-occupied-size which looks like it does provide this information (not tested): Size occupied by the LUN in the Active FS in bytes. I am not aware of any CLI option (even in diag mode) that would return the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 14:41:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66420#M15557</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2010-06-17T14:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Free Space inside the LUN</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66425#M15559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- Using Client based tools:&lt;BR /&gt;The&amp;nbsp; most effective method of viewing LUN consumption from the client&amp;nbsp; perspective is to use client-side tools such as Windows Explorer or UNIX&amp;nbsp; 'du'. &lt;BR /&gt;Windows Disk Management can also be used to show the LUN size. &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;- Using Filer storage based tools:&lt;BR /&gt;If LUN is already in use and data has been written to the LUN: &lt;BR /&gt;Create a new volume, create a new LUN, and ndmp copy the old LUN data to the new LUN , and&lt;STRONG&gt; df -r&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Using the methods above will show the exact size of the consumed LUN space. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The &lt;STRONG&gt;df -r&lt;/STRONG&gt; command will effectively display the consumed LUN space as long as the following are true.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a. There is only 1 LUN within the volume.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; b. There are no snapshots of the LUN within the volume.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; c. Space reservations are turned off on the LUN. &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Space reservations and Fractional reserve will affect the usage displayed.&lt;/P&gt;&lt;P&gt;LUN size displayed on the filer via &lt;STRONG&gt;df&lt;/STRONG&gt;&lt;STRONG&gt; -&lt;/STRONG&gt;&lt;STRONG&gt;r&lt;/STRONG&gt; and client utilities may differ in size. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two distinctions in the way LUN space consumed can be viewed:&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1. LUN Space can be viewed as Filer Storage Blocks consumed within the WAFL volume. &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Due to the way some operating systems format the LUN, the filer will see the LUN as a sparse file. &lt;/P&gt;&lt;P&gt;&amp;nbsp; 2. LUN Space can be viewed as the amount of space consumed by the Client Operating System within the LUN. &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This view displays the Operating System's view of amount of space consumed and LUN size. &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client operating systems may have data written to blocks within the LUN that is not actual user data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 14:13:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66425#M15559</guid>
      <dc:creator>alexandernow</dc:creator>
      <dc:date>2010-08-25T14:13:23Z</dc:date>
    </item>
    <item>
      <title>Free Space inside the LUN</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66430#M15561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The OnCommand/System manager displays the %used space of the LUNs even if there are more than one LUN in a volume irrespective of whether it is space reserved or not. But what is the command it usesinternally to findout this %used space?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 15:11:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66430#M15561</guid>
      <dc:creator>FASLUEACS</dc:creator>
      <dc:date>2011-10-18T15:11:44Z</dc:date>
    </item>
    <item>
      <title>Free Space inside the LUN</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66435#M15563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Ontap 8 the "lun show -v" output now also shows the "Occupied Size" for a LUN. As already discussed this will only show how much has been used by the OS and not how much free space there is in the filesystem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 05:24:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Free-Space-inside-the-LUN/m-p/66435#M15563</guid>
      <dc:creator>pascalduk</dc:creator>
      <dc:date>2011-10-19T05:24:24Z</dc:date>
    </item>
  </channel>
</rss>

