Page 1 of 1
Re: How to enable NFS for Samsung B series
Posted: Thu Nov 03, 2011 10:49 am
by juusso
What do you use to mount your nfs shares on TV? Scripts? Samygo all extensions? What modules enabled then?
Here is no code natively on TV to find and mount shares.
Re: How to enable NFS for Samsung B series
Posted: Sun Nov 06, 2011 11:50 am
by juusso
From your signature i understand youre not newbie in linux and scripting.
I would advice to you use
SamyGO All Extensions) automatically.
what is content of your /mtd_exe/rc.local ?
Enable nfsmount.init (remove.dis)and start your extensions:
Code: Select all
/dtv/usb/sda1/SamyGO/rcSGO >/dev/null 2>&1 &
(or just try it manually- from Games directory first)
Re: How to enable NFS for Samsung B series
Posted: Wed Nov 09, 2011 11:30 am
by juusso
a-o wrote:Hello,
you ask for "/mtd_exe/rc.local", but the Wiki HowTo mentioned to edit "/mtd_rwarea/rc.local".
Yes. i think here is a typo on wiki. The file should be /mtd_rwarea/SamyGO.sh, because it is called from your /mtd_exe/rc.local:
Code: Select all
export KF_LOG=/dev/null ;/mtd_rwarea/SamyGO.sh&
p.s. i fixed this wiki page to don`t confuse people anymore.