Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
services:amazon:expanding_a_linux_partition [2016/01/03 21:48] – created yehuda | services:amazon:expanding_a_linux_partition [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Expanding a Linux Partition ====== | ====== Expanding a Linux Partition ====== | ||
+ | <code bash> | ||
sudo parted /dev/xvdf | sudo parted /dev/xvdf | ||
(parted) unit s | (parted) unit s | ||
Line 10: | Line 10: | ||
(parted) quit | (parted) quit | ||
sudo e2fsck -f /dev/xvdf1 | sudo e2fsck -f /dev/xvdf1 | ||
+ | </ |