[EC2] EC2 インスタンスでEBS ボリュームを増やした後、Linux ファイル システムを拡張するにはどうすればよいですか?

Print
  1. Snapshot Backup 

    1. Go to AWS Console > EC2 > Elastic Block Store > Volumes > Select Volume > Actions > Create Snapshot

  2. Volume Expansion 

    1. Go to AWS Console > EC2 > Elastic Block Store > Volumes > Select Volume > Actions > Modify Volume > Change Size 

  3. File System Expansion 

    1. Before Expansion - Check Status 

      # df -hT
      # lsblk
    2. Expand the File System 

      # sudo xfs_growfs -d /파일시스템
    3. After Expansion - Verify Changes 

      # df -hT
      # lsblk

この回答は役に立ちましたか? はい いいえ

フィードバックを送信
お役に立てずに申し訳ございません。この記事を向上させるためにフィードバックをお願い致します。