mdwiki test starts
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-04-14 22:22:45 +02:00
parent 5c7ee2266a
commit b2249c06e9
143 changed files with 8463 additions and 215 deletions

View File

@ -0,0 +1,14 @@
<!--
title: Resize HDD on running system
-->
* 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` (replace `sdx` by actual disk device)
* Extend partition using `resize` in `cfdisk`
* Extend filesystem using `resize2fs` on extended partition
* Mount the partition
* Start services