XFS: Change FS label
In order to change the XFS label, you need to complete the following steps: 1 2 3 umount /mnt/xfs_vol # only if the volume is mounted by label xfsadmin -L newlabel /dev/md/aggr2 mount /dev/disk/by-label/newlabel /mnt/xfs_vol
In order to change the XFS label, you need to complete the following steps: 1 2 3 umount /mnt/xfs_vol # only if the volume is mounted by label xfsadmin -L newlabel /dev/md/aggr2 mount /dev/disk/by-label/newlabel /mnt/xfs_vol