All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
472 B
472 B
- Resize target on VMWare or on Synology or where ever it is provided
- Stop services using the disk
- Unmount the disk
- Run
e2fsck -f
on the disk - Rescan disks using
echo 1>/sys/class/block/sdx/device/rescan
(replacesdx
by actual disk device) - Extend partition using
resize
incfdisk
- Extend filesystem using
resize2fs
on extended partition - Mount the partition
- Start services