0
0

More than 3 years have passed since last update.

EBSのボリューム確認

Posted at

EC2にSSHで接続して以下を実行

df -hT /dev/xvda1

こんな結果が返ってきます。

Filesystem     Type  Size  Used Avail Use% Mounted on
/dev/xvda1     xfs   8.0G  3.0G  5.1G  37% /

Size:全容量
Used:使用容量
Avail:空き容量
Use%:使用容量(%)
Mounted on:マウントされている場所

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0