Hello everyone, I have a question:
Docker is used on my server, but before deploying the projects, I realized that the default path /www/dk_project was left unchanged. I actually needed to move this directory to /home, but it seems I forgot.
Now there is very little space left on /root, and I’m thinking about safely moving the dk_project folder to /home/docker/dk_project. So far, I haven’t done anything yet because there are running projects inside it. I would like to ask for advice on how to move it safely.
Initially, I wanted to allocate more space to /root, but when I tried to mount, I saw that there were about 4–6 active processes in /home. I considered killing them to proceed with mounting, but it didn’t feel safe.
On the server, I have allocated 100 GB for /root and about 1.7 TB for /home.
server_root@servernew2025:~$ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 squashfs 4.0 0 100% /snap/core20/2717
loop1 squashfs 4.0 0 100% /snap/core20/2769
loop2 squashfs 4.0 0 100% /snap/lxd/38331
loop3 squashfs 4.0 0 100% /snap/lxd/38469
loop4 squashfs 4.0 0 100% /snap/snapd/25935
loop5 squashfs 4.0 0 100% /snap/snapd/26382
sda
├─sda1 vfat FAT32 3C91-5525 1G 1% /boot/efi
├─sda2 ext4 1.0 dd53486d-84e8-4754-b803-171fd05c44e5 1,5G 13% /boot
└─sda3 LVM2_member LVM2 001 P2PHlV-vT9G-RbyK-T2h8-P5AX-O6tz-of3Nlm
├─ubuntu--vg-ubuntu--lv ext4 1.0 82452d4d-83c3-4013-a5bd-439c5427e48f 18G 76% /
├─ubuntu--vg-lv--0 swap 1 bb8217bf-0c92-4811-862a-f331ad07e520 [SWAP]
└─ubuntu--vg-lv--1 ext4 1.0 346092b9-ce0f-46f0-b2ab-9fecd7e98f04 1,1T 29% /home/docker/volumes/minio_minio-config/data
/home/docker/volumes/minio_minio-data/data
/home
sdb

