Mionet
Mionet is used by the Western Digital Anywhere access software. If you aren't using it you can disable it to save processing power.
This was suggested by our very own user WorldBook in the forums here, thanks for the tip :)
Disabling MioNET
DO NOT rename the mionet.sh script- that's one ugly way to stop mionet, and a failry good way to 'brick' your book.
Just prevent the mionet.sh script from being called in the first place during boot up.
Just comment out the mionet line in post_network_start.sh as follows:
start() {
if [ ! -e "$POST_NETWORK_STARTED_FILE" ]
then
$SCRIPTS_PATH/crond.sh start
# $SCRIPTS_PATH/mionet.sh start
touch $POST_NETWORK_STARTED_FILE
fi
}

























