ONTAP Discussions

Deduplication

Anilkumar
1,838 Views

Hello Everyone,

 

I have a query that how to get the exact used space of a volume (actual used space of a volume without deduplication), in the case of deduplication is enabled in a 7-mode.

 

Thanks in advance for the help..

 

 

Regards

Anil

 

 

2 REPLIES 2

YIshikawa
1,817 Views

Just use "df". This shows physically used space on the volume.

"sis status -l" is also useful to know more detail about deduplication.

hariprak
1,773 Views

Hi,

 

df -s <vol/volname>
df -s <volname>         --- Shows space savings from deduplication as well as actual physical used capacity per volume.

sis status [-l] <vol/volname >  --- Returns the current status of deduplication for the specified flexible volume. The –l option displays a long list.

 

 

Thanks

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Public