LinuxMoz

Linux Stuff && Coffee

Netapp Show Volume Size / Free Space / Usage

How to show Netapp volume size, usage and free space using the df command.

This Netapp HowTo is useful for the following

  • Netapp Show Volume Size
  • Netapp Show Volume Usage
  • Netapp Show Volume Free Space

Netapp Show Volume Size & Usage

The following command will show you Size, Usage and Free Space on your Netapp:

1
2
3
4
netapp> df -h
Filesystem               total       used      avail capacity  Mounted on
/vol/vol0/               808MB      152MB      656MB      19%  /vol/vol0/
/vol/vol0/.snapshot       42MB       45MB        0MB     107%  /vol/vol0/.snapshot

You might be interested in my other Netapp Commands & HowTo’s.

Comments