Why is there a difference in space usage in quota report and a UNIX client?
Applies to
All ONTAP versions
Answer
- The difference in usage values is because of the difference in methods followed by the quota report and the UNIX commands for calculating the data blocks in the volume or qtree.
- For example, if a volume contains a file that has empty data blocks,the quota report for the volume does not count the empty data blocks while reporting the space usage. However, when the volume is mounted on a UNIX client and the file is shown as the output of the
ls
command, the empty data blocks are also included in the space usage. Therefore, thels
command displays a higher file size when compared to the space usage displayed by the quota report. - Same apply for the volume with
fractional_reserves=100.
The quota report will not take in account space reserves due to fractional reserves.df -r
will give you reserved space which will not be seen in the quota report output.
Additional Information
More information, including common commands, can be found here.