maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N9 / N950 (https://talk.maemo.org/forumdisplay.php?f=51)
-   -   Strange error: Data storage full (https://talk.maemo.org/showthread.php?t=83243)

arttuli 2013-01-26 07:28

Re: Strange error: Data storage full
 
Quote:

Originally Posted by michdeskunk (Post 1317625)
all fine!
now it works
.....

if i set server link with: https://www.google.com/calendar/dav/
the storage is full.. poor phone...
but if i set https://www.google.com/calendar/dav/...unt@gmail.com/
all go fine

......

I'd like to confirm this. I was having the same problem (disk storage full) with caldav. With this settings all my calendars sync nicely.

Thank you michdeskunk!

ruplee76 2013-02-01 15:49

Re: Strange error: Data storage full
 
Quote:

Originally Posted by arttuli (Post 1317879)
......

I'd like to confirm this. I was having the same problem (disk storage full) with caldav. With this settings all my calendars sync nicely.

Thank you michdeskunk!

well i don't have any caldav account, but still i am getting this crazy data full error... What do i do. I reflashed thrice and now i found this thread...please help
and now if i reboot, all my icons will come out of the folders and soread everywhere on the launcher homescreen. This is annoying..

thedead1440 2013-02-01 15:52

Re: Strange error: Data storage full
 
Quote:

Originally Posted by ruplee76 (Post 1319884)
well i don't have any caldav account, but still i am getting this crazy data full error... What do i do. I reflashed thrice and now i found this thread...please help

First step would be to give the figures from Settings->Device->Data Storage

ruplee76 2013-02-01 15:58

Re: Strange error: Data storage full
 
Quote:

Originally Posted by thedead1440 (Post 1319886)
First step would be to give the figures from Settings->Device->Data Storage

well mine is 64 gb
installed apps - 2.2gb/4.2gb
application data- 2.1 gb/2.1gb
user data - 2.8gb/57.7gb

thedead1440 2013-02-01 16:09

Re: Strange error: Data storage full
 
Quote:

Originally Posted by ruplee76 (Post 1319889)
application data- 2.1 gb/2.1gb

That there is your issue; check /home/ and you must have a lot of stuff in there...

soryuuha 2013-02-01 16:45

Re: Strange error: Data storage full
 
Quote:

Originally Posted by michdeskunk (Post 1317625)
all fine!
now it works
.....

if i set server link with: https://www.google.com/calendar/dav/
the storage is full.. poor phone...
but if i set https://www.google.com/calendar/dav/...unt@gmail.com/
all go fine

This is imba solution. thanks! now my caldav works again!

ruplee76 2013-02-01 16:53

Re: Strange error: Data storage full
 
Quote:

Originally Posted by thedead1440 (Post 1319897)
That there is your issue; check /home/ and you must have a lot of stuff in there...

well i have some video files saved in (.dot folder) so that they cant be seen in movies folder, so does that mean this folder will be saved in application data, and not in user data?? Please guide

thedead1440 2013-02-01 16:58

Re: Strange error: Data storage full
 
Quote:

Originally Posted by ruplee76 (Post 1319917)
well i have some video files saved in (.dot folder) so that they cant be seen in movies folder, so does that mean this folder will be saved in application data, and not in user data?? Please guide


Some basic info:

/ except for /home and /opt is considered rootfs; the 4.2GB partition

/home/ and /opt/ except for /home/user/MyDocs/ is called userfs; the 2.1GB partition

/home/user/MyDocs is your emmc; the 57GB partition

Now if you have things like pictures and video files in /home/ or /home/user/ excluding /home/user/MyDocs then its counted into the userfs space. So move them to ~/MyDocs unless they are system/app files.

ruplee76 2013-02-01 17:02

Re: Strange error: Data storage full
 
Quote:

Originally Posted by thedead1440 (Post 1319920)
Some basic info:

/ except for /home and /opt is considered rootfs; the 4.2GB partition

/home/ and /opt/ except for /home/user/MyDocs/ is called userfs; the 2.1GB partition

/home/user/MyDocs is your emmc; the 57GB partition

Now if you have things like pictures and video files in /home/ or /home/user/ excluding /home/user/MyDocs then its counted into the userfs space. So move them to ~/MyDocs unless they are system/app files.

well that was a useful info, but in my case my (dot) folder lies in MyDocs only. Now what do i do??

thedead1440 2013-02-01 17:07

Re: Strange error: Data storage full
 
Quote:

Originally Posted by ruplee76 (Post 1319924)
well that was a useful info, but in my case my (dot) folder lies in MyDocs only. Now what do i do??

If they are in ~/MyDocs its ok. What you need to do is check /home/ and /home/user/ for any junk that may be causing an issue...

Via terminal you can enter:
Code:

du -ham -d2 /home/ | sort -nr
The above would sort out to 2 folders deep (-d2) the sizes in descending order of the folders the sizes in MB. This would give you a rough idea of what's eating up your memory and you can act accordingly...

ruplee76 2013-02-02 02:09

Re: Strange error: Data storage full
 
Quote:

Originally Posted by thedead1440 (Post 1319927)
If they are in ~/MyDocs its ok. What you need to do is check /home/ and /home/user/ for any junk that may be causing an issue...

Via terminal you can enter:
Code:

du -ham -d2 /home/ | sort -nr
The above would sort out to 2 folders deep (-d2) the sizes in descending order of the folders the sizes in MB. This would give you a rough idea of what's eating up your memory and you can act accordingly...


Sorry, had a typo. :) Finally i got the issue. Had a call recording app which had saved gigs of recorded files. Deleted them all and i am back with normal data storage..(phew). Thanks once again thedead1440, you are truely genious

thedead1440 2013-02-02 05:49

Re: Strange error: Data storage full
 
ruplee76,

Your screenshot is really small for my eyes :p

Its [code]du -ham -d2 /home/ | sort -nr[code]

are you doing l as in L instead of | (vertical bar)

Mric 2013-02-03 23:23

Re: Strange error: Data storage full
 
Hey,

Syncing with the google agenda now works fine:
Code:

all fine!
now it works
.....

if i set server link with: https://www.google.com/calendar/dav/
the storage is full.. poor phone...
but if i set https://www.google.com/calendar/dav/...unt@gmail.com/
all go fine

I can't get the "to do" to sync though. Any fix ?

Thank you

The Wizard of Huz 2013-06-27 20:29

Re: Strange error: Data storage full
 
I got the same error first. But after reboot I think everything is ok, except...
How do I sync the default calendar which I have been using for the last 2 months with google instead of the Google CALDAV one which is a separate calendar?

soryuuha 2013-06-28 03:43

Re: Strange error: Data storage full
 
Quote:

Originally Posted by The Wizard of Huz (Post 1355226)
I got the same error first. But after reboot I think everything is ok, except...
How do I sync the default calendar which I have been using for the last 2 months with google instead of the Google CALDAV one which is a separate calendar?

maybe this help : http://talk.maemo.org/showthread.php?t=85453

P@t 2013-06-28 12:10

Re: Strange error: Data storage full
 
I had a problem for a couple of days: missing sync data between my google calendar and my N9 calendar.
No reason so I decided to remove my CalDav account and re-create it... Since then I cannot recreate it at all!!
I have always this error: 'data storage full'
I tried the different server option, either it is not working (like the one with myaccount@gmail.com or even with the uid of some calendar I am using) or always this message about storage :(
I run out of ideas now...
I'll try again later to see if that helps... (if a problem with the server) but two reboot did not help at least.

EDIT: I finally succeeded with the myaccount@gmail.com tricks (I had made an error with the password previously :rolleyes: )

palikao 2013-08-01 14:23

Re: Strange error: Data storage full
 
Quote:

Originally Posted by michdeskunk (Post 1317625)
all fine!
now it works
.....

if i set server link with: https://www.google.com/calendar/dav/
the storage is full.. poor phone...
but if i set https://www.google.com/calendar/dav/...unt@gmail.com/
all go fine

I'm not sure that it solves the problem definitely!!
The problem appears again after some hours!!!

captainofiron 2014-06-05 18:40

Re: Strange error: Data storage full
 
Quote:

Originally Posted by michdeskunk (Post 1317625)
all fine!
now it works
.....

if i set server link with: https://www.google.com/calendar/dav/
the storage is full.. poor phone...
but if i set https://www.google.com/calendar/dav/...unt@gmail.com/
all go fine

This finally fixed my problem.

http://i2.kym-cdn.com/entries/icons/.../feelsgood.jpg

slvr32 2015-01-18 04:40

Re: Strange error: Data storage full
 
Just to add one more data point for this thread...

It seems that a new Birthdays calendar has been added to Google accounts that I've added on Android 5.x devices, e.g. I have a Nexus 10 tablet running Android 5.0.1, and as soon as I added one of my corporate Google accounts to that device, my N9 CalDav sync for that account started blowing up with the usual 'storage space full' complaint.

I just removed that CalDav account from the N9 (and N950, because I'm fortunate to also have one of those), and added the account again, and sure enough... that account has a new Birthdays calendar that wasn't there before I also added that account to my Nexus 10 tablet this afternoon.

I think this correlation has already been made, but the general point is that you'll get the 'data storage full' error whenever there's a difference between the calendars that exist on your N9/N950 CalDav accounts vs what's on the server.


All times are GMT. The time now is 14:18.

vBulletin® Version 3.8.8