rockaddicted

recalbox_nas

Oct 13th, 2017
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # /boot/recalbox-boot.conf examples :
  2. # sharedevice=NETWORK
  3. #
  4. # Basic commands : sharenetwork_<nfs|smb><[0-9]>=<SHARE|ROMS|SAVES|BIOS>@<host>:<remote directory>:<mount options>
  5. #
  6. # [email protected]:/Documents/recalbox
  7. # or
  8. # [email protected]:/Documents/recalbox/roms
  9. # [email protected]:/Documents/recalbox/saves
  10. # or
  11. # [email protected]:Documents/recalbox:guest
  12. #
  13. # Advanced commands : sharenetwork_cmd<[0-9]>=<command to run>
  14. # sharenetwork_cmd1=mount -o port=2049,nolock,proto=tcp 192.168.0.1:/Documents/recalbox /recalbox/share
  15. # or
  16. # sharenetwork_cmd1=mount -o port=2049,nolock,proto=tcp 192.168.0.1:/Documents/recalbox/roms /recalbox/share/roms
  17. # sharenetwork_cmd2=mount -o port=2049,nolock,proto=tcp 192.168.0.1:/Documents/recalbox/saves /recalbox/share/saves
  18. # or
  19. # sharenetwork_cmd1=mount.cifs //192.168.0.1/recalbox /recalbox/share -o guest
Advertisement
Add Comment
Please, Sign In to add comment