expand enigma2 box without tools

diablo

Registered
Messages
347
hello everyone i wanna to help you for expand flash memory for your enigma2 box without any plugin or tools just with dcc or telnet

307636846.jpg



so first we need a formated usb and mounted as /usb or /hdd

and then open dcc go to telnet and do this
Code:
mv /usr/share /media/usb
ln -sfn /media/usb/share /usr 
init 3

and

Code:
mv /usr/lib /media/usb
ln -sfn /media/usb/lib /usr 
init 3

Code:
reboot

and you will have more than 38Mb free and forever free


737204891.jpg
 

enzos

Registered
Messages
48
you can do more,
by using a SD-memory card 2gb on my dm8000, personally I proceed like this:


mv /usr/lib/gstreamer-0.10 /media/ssd/gstreamer-0.10
mv /usr/lib/python2.7 /media/ssd
mv /usr/lib/enigma2/python/Plugins/Extensions /media/ssd
mv /usr/share/**** /media/ssd
init 3

ln -sfn /media/ssd/gstreamer-0.10 /usr/lib/gstreamer-0.10
ln -sfn /media/ssd/python2.7 /usr/lib/python2.7
ln -sfn /media/ssd/Extensions /usr/lib/enigma2/python/Plugins/Extensions
ln -sfn /media/ssd/**** /usr/share/****
init 3


regard
 
Top