hello,
I am using more than 1 external hdd, best way for that is to use symbolic links, is it possible to add the following options in smb.conf :
[global]
allow insecure wide links = yes
[share]
follow symlinks = yes
wide links = yes
I was able to add them to current image and save using batocera-save-overlay (https://wiki.batocera.org/modify_the_system_while_it_s_running). But once upgraded I lost my config, I wonder that it is beneficial to have them in the original image.
I addition, I not using symbiloc links for files (roms) as explanined in a youtubevideo in batocera channel, this is not an efficient way. the approch used here is :
- rename the partition label of sdc1 (for example) : e2label /dev/sdc1 hdd2 (then my parition will be automount to /media/hdd2)
- in hdd2 create a folder “roms” and subfolder “wii” and subfolder “wbfs” (/media/hdd2/roms/wii/wbfs)
- in hdd 1 (the share) create symboliclink in folder /share/roms/wii called “wbfs” (ln -s /media/hdd2/roms/wii/wbfs /media/SHARE/roms/wii/wbfs)
thus, the ES can view,manage, delete roms
Thank you and best regards
Ouadie