On 30/09/2023 03:36, gene heskett wrote:
On 9/29/23 15:21, Andy Smith wrote:
On Fri, Sep 29, 2023 at 03:15:54PM -0400, gene heskett wrote:
I have SSD's for swap on an rpi4b, so to lessen the abuse of the u-sd
cnc@rpi4:/etc$ sudo swapon -s
Filename Type Size
Used Priority
/dev/zram0 partition 1048572
98304 100
/dev/sda2 partition 9859068
0 -3
I need it to forget zram0 and use the swap on sda2
Out of curiosity, is zram0 really belongs to the SD card or it is
compressed pages in RAM?
Besides fstab it might be configured through a systemd .mount target.
Accordingly to https://wiki.archlinux.org/title/Zram it requires more
configuration however.