2024-07-26
How To Clone And Resize Encrypted Linux Installation

copy encrypted linux install to new disk

perform a bit-by-bit clone to new disk

1
2
sudo dd if=<source_disk_device> of=<target_disk_device> bs=4M status=progress

remember to detach the old disk and enlarge the system partition on new disk


in kde partiton manager, you can resize both the encrypted partition and the root partition as well as the swap partition (install tools prompted by name)

follow the guide here to do it manually:

https://wiki.archlinux.org/title/Resizing_LVM-on-LUKS

Read More

2022-12-18
Unmount Disks Forcefully

tutorial

basically killing process using it, lazy unmount, force unmount on NFS and so on.

Read More

2022-08-17
Visual Disk Usage Manager, Visual Disk Cleaner

linux

for gnome, there’s a built in disk usage manager called baobab.

filelight for kde

qdirstat

Read More