Page 1 of 2
Root Storage Problem
Posted: Fri Mar 02, 2018 10:32 pm
by dieter92
Hello Community,
I rooted my tv with the skype replacement method. My Problem is that i cant install any Apps in SmartHub and it always show me that the storage is full. I dont have any app installed. I tried to unroot and factory reset in advance mode but nothing help. Do I have to delete the samygo image? Or why is my storage complete full?
Thank you
Re: Root Storage Problem
Posted: Wed Mar 07, 2018 5:15 pm
by dieter92
Maybe someone with more know-how can help me.
/dev/mmcblk0p17 is 100% used. This is my storage of 1,4GB.
/dev/mmcblk0p17 1.4G 1.4G 96.0K 100% /mtd_unirw
/dev/loop0 20.3M 20.3M 0 100% /mtd_unirw/rwcommon/widgets/manager/10140000000
/dev/loop1 2.3M 2.3M 0 100% /mtd_unirw/rwcommon/widgets/caph/102710000000
/dev/loop251 4.8M 4.8M 0 100% /mtd_unirw/rwcommon/emps/empBrowserCommonPlugin
/dtv/loop100 25.8M 25.8M 0 100% /mtd_unirw/rwcommon/widgets/normal/101400000099
/dtv/loop5 1.9M 1.9M 0 100% /mtd_unirw/rwcommon/emps/empYTContents
/dtv/loop252 21.8M 21.8M 0 100% /mtd_unirw/rwcommon/emps/empWebBrowser_Execute
/dtv/loop6 768.0K 768.0K 0 100% /mtd_unirw/rwcommon/emps/empDownload
/dtv/loop101 3.6M 3.6M 0 100% /mtd_unirw/rwcommon/widgets/normal/111199001564
all this folders used 100%. Do someone know what is wrong here?
Thank you
Re: Root Storage Problem
Posted: Wed Mar 07, 2018 6:15 pm
by zoelechat
Try Smarthub reset.
Re: Root Storage Problem
Posted: Wed Mar 07, 2018 7:21 pm
by dieter92
I tried it. I unrooted the TV. Installed 0000 firmware than update and do factory reset in the advanced service menu and also the Smart hub reset. Problem is still there without Root.
Re: Root Storage Problem
Posted: Thu Mar 08, 2018 2:24 pm
by asiersan
Suddently same problem here, same folders in a h series skype rooted
Enviado desde mi iPhone utilizando Tapatalk
Re: Root Storage Problem
Posted: Thu Mar 08, 2018 2:45 pm
by zoelechat
"loop" mounts are expected to be 100% since they're read-only imgs. About main storage (/mtd_unirw), good sense would tell: when a disk is full, delete some stuff

Re: Root Storage Problem
Posted: Thu Mar 08, 2018 4:06 pm
by dieter92
I dont have any apps installed. Only samygo. What can i delete? I dont want to delete important files and brick the tv
Re: Root Storage Problem
Posted: Thu Mar 08, 2018 4:30 pm
by zoelechat
No idea, just browse folder and find what takes so much space, it should speak by itself. Take some initiative

Re: Root Storage Problem
Posted: Fri Mar 09, 2018 7:02 am
by dieter92
For those who have the same problem.
execute this line
find /mtd_unirw -type f -size +50000k| xargs ls -lahS
after that you can find the biggest file. For me it was dead.letter with 1.3GB
Re: Root Storage Problem
Posted: Tue Mar 13, 2018 7:56 pm
by hu8200
dieter92 wrote: ↑Fri Mar 09, 2018 7:02 am
For those who have the same problem.
execute this line
find /mtd_unirw -type f -size +50000k| xargs ls -lahS
after that you can find the biggest file. For me it was dead.letter with 1.3GB
Or manually
du -sh /mtd_unirw/*
I removed all logging lines from root scripts. Delete sam.log and other logs from root
PZDR