xfs 디스크 크기 조정

디스크 정보 확인
fdisk -l /dev/sda1

xfs 파일 시스템 디스크 정보 확인
xfs_info /dev/sda1

xfs 파일 시스템 디스크 크기 변경
xfs_growfs -d /dev/sda1