Extending a 'normal' fdisk partition
The TaskWe have a server with ext3 files systems. The file systems for root (/) and usr (/usr) are 4GB and need to be increased to 8GB.
- use fdisk to create a new partition of the correct size
- dd if=/dev/sda5 of=/dev/sda10
- e2fsck -f /dev/sda10
- resize2fs /dev/sda10
- e2label /dev/sda5 "oldroot"
- Reboot the system
No comments:
Post a Comment