I seriously knackered and repaired my system setting up systemd-homed. I'm quite happy with the setup with one HUGE caveat: I'm getting warnings that /home is full, zero space left. /home/pat (/home-pat) is 4% full. The nvme is 938GiB. Do I need to worry about whether I messed something up? Is it supposed to, over days, fill up completely? Root and EFI are on a different nvme and do not seem to be affected. /home/pat and /home show different sizes altogether, 875GiB in /home/pat, 938GiB in /home (and full). What other info can I give you?
I figured lsblk and free would be good to know:
root@PatsMain:/home/pat# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
loop0 7:0 0 73.9M 1 loop /snap/core22/2045
loop1 7:1 0 73.9M 1 loop /snap/core22/2082
loop2 7:2 0 67.2M 1 loop /snap/cups/1100
loop3 7:3 0 4K 1 loop /snap/bare/5
loop4 7:4 0 246.3M 1 loop /snap/firefox/6700
loop5 7:5 0 516M 1 loop /snap/gnome-42-2204/202
loop6 7:6 0 91.7M 1 loop /snap/gtk-common-themes/1535
loop7 7:7 0 33.3M 1 loop /snap/securdendesktoppam/1
loop8 7:8 0 49.3M 1 loop /snap/snapd/24792
loop9 7:9 0 50.8M 1 loop /snap/snapd/25202
loop10 7:10 0 890.1G 0 loop
└─home-pat 252:0 0 890.1G 0 crypt /home/pat
zram0 251:0 0 4G 0 disk [SWAP]
nvme1n1 259:0 0 119.2G 0 disk
├─nvme1n1p1 259:1 0 300M 0 part /boot/efi
└─nvme1n1p2 259:2 0 118.9G 0 part /
nvme0n1 259:3 0 953.9G 0 disk
└─nvme0n1p1 259:4 0 953.9G 0 part /home
root@PatsMain:/home/pat# free
total used free shared buff/cache available
Mem: 32770276 3176428 21256492 118292 7912356 29593848
Swap: 4194300 0 4194300
Fixed it. Amazing what a trip in man-land can do! And yes, --rebalance-weight= is left blank to set auto re-balance.
$ homectl update --luks-discard=on --luks-offline-discard=on--auto-resize-mode=shrink-and-grow --rebalance-weight=
$ sudo homectl rebalance
I figured lsblk and free would be good to know:
root@PatsMain:/home/pat# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
loop0 7:0 0 73.9M 1 loop /snap/core22/2045
loop1 7:1 0 73.9M 1 loop /snap/core22/2082
loop2 7:2 0 67.2M 1 loop /snap/cups/1100
loop3 7:3 0 4K 1 loop /snap/bare/5
loop4 7:4 0 246.3M 1 loop /snap/firefox/6700
loop5 7:5 0 516M 1 loop /snap/gnome-42-2204/202
loop6 7:6 0 91.7M 1 loop /snap/gtk-common-themes/1535
loop7 7:7 0 33.3M 1 loop /snap/securdendesktoppam/1
loop8 7:8 0 49.3M 1 loop /snap/snapd/24792
loop9 7:9 0 50.8M 1 loop /snap/snapd/25202
loop10 7:10 0 890.1G 0 loop
└─home-pat 252:0 0 890.1G 0 crypt /home/pat
zram0 251:0 0 4G 0 disk [SWAP]
nvme1n1 259:0 0 119.2G 0 disk
├─nvme1n1p1 259:1 0 300M 0 part /boot/efi
└─nvme1n1p2 259:2 0 118.9G 0 part /
nvme0n1 259:3 0 953.9G 0 disk
└─nvme0n1p1 259:4 0 953.9G 0 part /home
root@PatsMain:/home/pat# free
total used free shared buff/cache available
Mem: 32770276 3176428 21256492 118292 7912356 29593848
Swap: 4194300 0 4194300
Warning: *LAST EDIT*
Fixed it. Amazing what a trip in man-land can do! And yes, --rebalance-weight= is left blank to set auto re-balance.
$ homectl update --luks-discard=on --luks-offline-discard=on--auto-resize-mode=shrink-and-grow --rebalance-weight=
$ sudo homectl rebalance