Unsolved
This post is more than 5 years old
1 Rookie
•
19 Posts
0
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


Peter_Sero
4 Operator
•
1.2K Posts
1
June 18th, 2015 08:00
du -Ash ("A" for "apparent" size)
Anonymous User
170 Posts
1
June 18th, 2015 11:00
And on a Linux NFS client, use du --apparent-size.
Peter_Sero
4 Operator
•
1.2K Posts
0
June 18th, 2015 22:00
While on the Mac it happens to be the default...