Best HDD format for Vero 4k+? (And how to do so!)

Hope you’re familiar how to login via ssh into your OSMC pi/vero:

  1. Identify the disk’s device name using df command. Let’s assume you found it as sda1.
  2. sudo tune2fs -l /dev/sda1 | grep 'Reserved block count'
  3. sudo tune2fs -m 0 /dev/sda1
  4. Verify the change with the command in step 2.