This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
virtualization:xenserver:xenserver_storage_resize [2025/02/11 06:40] gcooper |
virtualization:xenserver:xenserver_storage_resize [2025/02/11 06:40] (current) gcooper |
||
---|---|---|---|
Line 33: | Line 33: | ||
In linux, we first extend the partition then the filesystem. | In linux, we first extend the partition then the filesystem. | ||
+ | < | ||
growpart /dev/sdx 3 | growpart /dev/sdx 3 | ||
resize2fs /dev/sdx3 | resize2fs /dev/sdx3 | ||
+ | </ | ||
or another appropriate command for the used filesystem type. | or another appropriate command for the used filesystem type. |