Hope you’re familiar how to login via ssh into your OSMC pi/vero:
- Identify the disk’s device name using
dfcommand. Let’s assume you found it assda1. sudo tune2fs -l /dev/sda1 | grep 'Reserved block count'sudo tune2fs -m 0 /dev/sda1- Verify the change with the command in step 2.