Resizing an Amazon EBS Volume
Amazon EBS volume size ์กฐ์ ํ๊ธฐ
1. EBS Volume ํฌ๊ธฐ ์กฐ์
: AWS Console์์ ํด๋น disk๋ฅผ ํ์ํ ์ฌ์ด์ฆ๋ก modify volume์ ํ๋ค
2. Linux file system ํ์ฅ
EBS volume ํฌ๊ธฐ๋ฅผ ๋๋ฆฌ๊ณ ๋ ํ์๋ linux file system์ ํฌ๊ธฐ๋ฅผ ๋๋ ค์ค์ผํ๋ค
AWS console์์ volume status๊ฐ
optimizing
์ํ๊ฐ ๋๋ฉด file system ํฌ๊ธฐ ์กฐ์ ์ ์์ ํ ์ ์๋ค
2-1. ํด๋น Instance์ ์ ์ํ์ฌ file system์ ํ์ธํ๋ค
df -alh
df
disk free command
-alh
-a
all
-l
local
-h
human-readable
2-2. xfs_growfs ๋ช
๋ น์ ์ฌ์ฉํ์ฌ ํด๋น volume์์ file system ์ ํ์ฅํ๋ค
/dev/nvme1n1
ํํฐ์ ์ volume์ ๋๋ ค์ฃผ๋ ๋ช ๋ น์ด๋ค
2-3. ๋ค์ file system ํฌ๊ธฐ๋ฅผ ํ์ธํ๋ค
30G ๋ก file system์ ๋์ด๋ ๋ณผ๋ฅจ ํฌ๊ธฐ๊ฐ ๋ฐ์๋ ๊ฒ์ ํ์ธํ ์ ์๋ค
๋~!
Last updated