Long story short, to disable arbain-ramlog: 1. Change in /etc/default/armbian-ramlog ENABLED=false 2. Disable in cron root user truncate-logs by editing /etc/cron.d/armbian-truncate-logs (just comment the line) like this: # 0,15,30,45 * * * * root /usr/lib/armbian/armbian-truncate-logs 3. Delete /etc/cron.daily/armbian-ram-logging or comment it like: #!/bin/sh #/usr/lib/armbian/armbian-ramlog write >/dev/null 2>&1 4. Restart Server. Because armbian-zram is co