<?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 equivalent to running df -hr in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equivalent-to-running-df-hr/m-p/6250#M320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whats the equivalent command in powershell toolkit for the "DF -HR" command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:05:21 GMT</pubDate>
    <dc:creator>SKIP_HOFMANN</dc:creator>
    <dc:date>2025-06-05T06:05:21Z</dc:date>
    <item>
      <title>equivalent to running df -hr</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equivalent-to-running-df-hr/m-p/6250#M320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whats the equivalent command in powershell toolkit for the "DF -HR" command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:05:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equivalent-to-running-df-hr/m-p/6250#M320</guid>
      <dc:creator>SKIP_HOFMANN</dc:creator>
      <dc:date>2025-06-05T06:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: equivalent to running df -hr</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equivalent-to-running-df-hr/m-p/6254#M321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think what you are looking for is going to be get-navolsize.&amp;nbsp; However if you wish to manipulate the data once you have it, that is more complicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: This appears to be dependent on the version of the toolkit.&amp;nbsp; On one laptop I cannot use get-navolsize because of the human readable out, on my current laptop I am getting the raw size output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Scott Chubb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 13:31:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equivalent-to-running-df-hr/m-p/6254#M321</guid>
      <dc:creator>cscott</dc:creator>
      <dc:date>2013-04-24T13:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: equivalent to running df -hr</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equivalent-to-running-df-hr/m-p/6259#M322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You actually need more than two commands to get all of the info you are looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get-NaVol will return the volume size and most properties about it.&amp;nbsp; Get-NaVolsize works too, and is more specific.&lt;/P&gt;&lt;P&gt;Get-NaSnapshotReserve gets the reserve amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the closest output to DF -HR, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Get-NaVol | FT -autosize Name,@{ "l" = "SizeGB"; "e" = { "{0:#,##0}" -f ($_.SizeTotal / 1gb) } },@{ "l" = "SizeUsedGB"; "e" = { "{0:#,##0}" -f ($_.SizeUsed / 1gb) } },@{ "l" = "SizeAvailGB"; "e" = { "{0:#,##0}" -f ($_.SizeAvailable / 1gb) } },@{ "l" = "SizeReservedGB"; "e" = { "{0:#,##0}" -f (($_ | Get-NaSnapshotReserve).Size / 1gb) } }&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 14:37:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/equivalent-to-running-df-hr/m-p/6259#M322</guid>
      <dc:creator>bsti</dc:creator>
      <dc:date>2013-04-24T14:37:13Z</dc:date>
    </item>
  </channel>
</rss>

