Soluce clefs en main, sympa l'initiative !
(Et; peu coûteux)
Merci pour ce post, Reaver
Par contre, certaines images de ton 1er Post ne s'affichent plus..



Moi par exemple, sur retropie, je rajoute mon NAS pour heberger mes roms.misterjbam a écrit :tu as eu quoi comme soucis avec happi ?
Code : Tout sélectionner
proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
//NAS/Roms / cifs user=xxx,password=xxx,domain=home.int,uid=1000,gid=1000,rw 0 0
# a swapfile is not a swap partition, so no using swapon|off from here on, use dphys-swapfile swap[on|off] for thatCode : Tout sélectionner
proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
//192.168.xxx.xxx/roms /home/pi/happi/roms/console cifs user=xxx,password=xxx,domain=home.int,uid=1000,gid=1000,rw 0 0
# a swapfile is not a swap partition, so no using swapon|off from here on, use dphys-swapfile swap[on|off] for that


En fait pas besoin, j'ai recup ma cfg et j'avais oublié un paramètre pour rien à avoir à changer:misterjbam a écrit : par contre faut aussi modifier aussi le fichier /etc/emulationstation/es_config.conf pour changer le chemin des roms
Code : Tout sélectionner
proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
//192.168.xxx.xxx/roms /home/pi/happi/roms/console cifs user=xxx,password=xxx,domain=home.int,uid=1000,gid=1000,rw 0 0
# a swapfile is not a swap partition, so no using swapon|off from here on, use dphys-swapfile swap[on|off] for that

