xfs_quota: cannot set limits
# Operation System/Linux2020. 3. 13. 15:17xfs_quota: cannot set limits

xfs_quota: cannot set limits: 함수를 구현하지 않았습니다 mount정보 확인해보니 pquota옵션이 빠져있었음. # 해결방법 fstab을 수정해서 재부팅하거나 remount하는 방법 $ mount --options remount [마운트정보] 테스트해보니 remount는 안먹혀서 결국 재부팅함 ㅜ

image