sys-fs/xfsprogs Installed versions: 3.1.10 when i type in console "man xfs_info" i get the man page of xfs_grow" mixed up?
# ls -l /usr/share/man/man8/xfs_info.8.bz2 lrwxrwxrwx 1 root root 16 Mar 27 19:46 /usr/share/man/man8/xfs_info.8.bz2 -> xfs_growfs.8.bz2 Yes. Also: ../../install-sh -o portage -g portage -S xfs_growfs.8 /usr/share/man/man8/xfs_info.8 Also: SYNOPSIS xfs_growfs [ -dilnrxV ] [ -D size ] [ -e rtextsize ] [ -L size ] [ -m maxpct ] [ -t mtab ] [ -R size ] mount-point xfs_info [ -t mtab ] mount-point One man page describes both.
Also: xfs_info is equivalent to invoking xfs_growfs with the -n option (see discussion below).