Autofs for enigma2

juli13

Staff member
Administrator
Messages
10,198
In anticipation of the next update will step crossepg autofs
autofs is the system used by enigma2 to access the various device (used by plugins such as the filemanager or mediascanner)

To install copy the tar.gz into / tmp and run by telnet

Code:
tar zxf / tmp/autofs-enigma2-sh4.tar.gz-C /
Then edit the file / var / etc / and add rcS_user.sh


Code:
echo "init automount" 
insmod / lib/modules/autofs4.ko 
/ var / sbin / automount - timeout = 2 / autofs file / var / etc / auto.misc
reboot your box and it should work ... you can try to use the filemanager

Unfortunately, users can not flash because it is required to use the / autofs and you can not create ...

autofs crossepg will then use the selected device to save the data ... in the absence of autofs always save them in / hdd
 
Top