For the case if you copy your beloved batocera image to a greater usb stick or micro sd card. You have to resize the internal userdata partition.
Find the batocera-boot.conf file on the BATOCERA partiton an remove the # before autoresize=true. After reboot your parition should be resized automatically.
Batocera root user password is linux. Change it as described here.
Needed Windows console tool is:
extract-xiso.exe
Use following commands to convert to needed files:
./extract-xiso.exe -x ./gamename.iso
Option -x will convert a iso image to an game folder with XBE files.
./extract-xiso.exe -c ./gamenamefolder
Option -c will convert a XBE game folder back to iso image
Note: not tested yet in fact i have no Windows ;o)
Update: extract-xiso can easily compiled from source. Just look into the XboxDev/extract-xiso github repository.
When you delete files in the Batocera file explorer they are moved to the trash. But when you open the trash it is empty and it is not possible to clean/delete the trash. This are my observations so far.
Go to applications an open xterm. Then use the following commands to clean the trash.
cd /userdata/system/.local/share/Trash
rm -rf ./*
Install needed software:
sudo apt-get install ciso
Convert PSP ISO files to CSO:
ciso 5 in-filename.iso out-filename.cso
Install needed software:
sudo apt install mame-tools
Then you can convert/compress PS2 ISO files to CHD:
chdman createcd -i in-filename.iso -o out-filename.chd
CHD files can also converted back to ISO files.
Web, Coding, Mac, Snippets, a Blog and more…