A couple of things I learned tonight.
I took the second SSD from my old Acer and put it in a USB HDCaddy. I plugged the caddy into my passive 4 port USB hub.
I have 5 snapshots on my ROOTFS, along with my entire KDE Neon system. Combined they took about 88 GiB.
My system:
I expected the caddy to hold a dozen or two snapshots because it contains a Samsung 860 EVO 500 GB SSD. BUT, it ran out of space during the transfer of the 5th snapshot I sent to it. It had been freshly formatted and nothing was on it when I began the first transfer.
I didn't see that coming.
Another thing I didn't see coming was that fstrim does not work on SSD's if they are connected via a USB port.
I took the second SSD from my old Acer and put it in a USB HDCaddy. I plugged the caddy into my passive 4 port USB hub.
I have 5 snapshots on my ROOTFS, along with my entire KDE Neon system. Combined they took about 88 GiB.
My system:
$ sudo btrfs filesystem usage /
[sudo] password for jerry:
Overall:
Device size: 441.04GiB
Device allocated: 108.02GiB
Device unallocated: 333.02GiB
Device missing: 0.00B
Used: 88.00GiB
Free (estimated): 352.14GiB (min: 352.14GiB)
Data ratio: 1.00
Metadata ratio: 1.00
Global reserve: 163.09MiB (used: 0.00B)
Data,single: Size:106.01GiB, Used:86.88GiB (81.96%)
/dev/sda3 106.01GiB
Metadata,single: Size:2.01GiB, Used:1.11GiB (55.38%)
/dev/sda3 2.01GiB
System,single: Size:4.00MiB, Used:16.00KiB (0.39%)
/dev/sda3 4.00MiB
Unallocated:
/dev/sda3 333.02GiB
[sudo] password for jerry:
Overall:
Device size: 441.04GiB
Device allocated: 108.02GiB
Device unallocated: 333.02GiB
Device missing: 0.00B
Used: 88.00GiB
Free (estimated): 352.14GiB (min: 352.14GiB)
Data ratio: 1.00
Metadata ratio: 1.00
Global reserve: 163.09MiB (used: 0.00B)
Data,single: Size:106.01GiB, Used:86.88GiB (81.96%)
/dev/sda3 106.01GiB
Metadata,single: Size:2.01GiB, Used:1.11GiB (55.38%)
/dev/sda3 2.01GiB
System,single: Size:4.00MiB, Used:16.00KiB (0.39%)
/dev/sda3 4.00MiB
Unallocated:
/dev/sda3 333.02GiB
I didn't see that coming.
Another thing I didn't see coming was that fstrim does not work on SSD's if they are connected via a USB port.
Comment