30 Apr 2018, 19:27

@substring ok my bad - i didn't realise that the commands you gave me wouldn't run the script as well.

Using the commands:

  • cd /recalbox/scripts
  • chmod +x /recalbox/scripts/recalbox-part.sh
  • sh ./recalbox-part.sh

I get the following:

./recalbox-part.sh: line 1: syntax error near unexpected token newline' ./recalbox-part.sh: line 1: <!DOCTYPE html>'

This looks like the wget did something wrong (or i did), so I followed the link to get the correct .sh file and using vi edited the recalbox-part.sh above. I now end up with:

./recalbox-part.sh <boot|system|share_internal|prefix x|previous x>
boot: the recalbox boot partition
system: the recalbox system partition
share_internal: the recalbox share internal partition
prefix x: the disk of the partition x (without the partition number)
previous x: the partition before x on the same disk

I think this is far as i can go without more help (i have 1% linux skill)