xfs_estimate
8
The xfs_estimate options are: <4>xfs_estimate -b 64k /4><1>
1> requests an estimate of the space required by the directory / on an
XFS filesystem using a blocksize of 64K (65536) bytes.
<4>xfs_estimate -i 1m /4><1>
1> requests an estimate of the space required by the directory / on an
XFS filesystem using an internal log of 1 megabyte.
8v
% <4>xfs_estimate -e 10m /var/tmp4><1>1><7>
/var/tmp will take about 4.2 megabytes
with the external log using 2560 blocks or about 10.0 megabytes
.8v % 7><4>xfs_estimate -v -e 10m /var/tmp4><1>1><7> directory bsize blocks megabytes logsize /var/tmp 4096 792 4.0MB 10485760 .8v % 7><4>xfs_estimate -v /var/tmp4><1>1><7> directory bsize blocks megabytes logsize /var/tmp 4096 3352 14.0MB 10485760 .8v % 7><4>xfs_estimate /var/tmp4><1>1><7> /var/tmp will take about 14.0 megabytes7> |
||||||||||