Unsolved

This post is more than 5 years old

1 Rookie

 • 

19 Posts

2510

June 18th, 2015 07:00

Logical vs. Physical directory size

In insightIQ I can view the logical vs. physical directory size.  if i use du -sh via cli I get the expected block usage.  What command can I run from the isilon cli to show me the logical filesize?

Thanks in advance

Gabe

4 Operator

 • 

1.2K Posts

June 18th, 2015 08:00

du -Ash   ("A" for "apparent" size)

June 18th, 2015 11:00

And on a Linux NFS client, use du --apparent-size.

4 Operator

 • 

1.2K Posts

June 18th, 2015 22:00

While on the Mac it happens to be the default...

Top