|
2013-04-30
, 20:24
|
|
Posts: 548 |
Thanked: 562 times |
Joined on Aug 2011
@ Germany
|
#2
|
The Following 2 Users Say Thank You to willi6868 For This Useful Post: | ||
|
2013-04-30
, 22:09
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#3
|
~ $ ~ $ mount | grep mmcblk0p3 /dev/mmcblk0p3 on /home type ext4 (rw,noatime,errors=remount-ro,barrier=1,stripe=8,data=ordered) ~ $
|
2013-05-07
, 02:18
|
Posts: 5 |
Thanked: 2 times |
Joined on Jan 2011
|
#4
|
Well, I know one failure mode that can cause that, it's rare but it's possible as it happened to me once.
See, if for some reason your device cannot mount /dev/mmcblk0p3 as /home on boot, then it will create a new /home for you off your /root partition. An indication to that is if the first boot after it happens takes somewhat longer as usual.
What's the problem with this: All the stuff that was on your /home is now not accessible, instead the device looks like "new", if you had any backgrounds set, or icons grouped into subfolders or anything, that is resetted to the way the device was in beginnig.
Your previous data is not lost, however. It's still on the partition that's just not mounted anywhere any longer
To see if that's the case, go to console and give command "mount | grep mmcblk0p3"
You should see something like this:
If you do not see the line above, then the problem is as I described.Code:~ $ ~ $ mount | grep mmcblk0p3 /dev/mmcblk0p3 on /home type ext4 (rw,noatime,errors=remount-ro,barrier=1,stripe=8,data=ordered) ~ $
The Following User Says Thank You to OffensiveName For This Useful Post: | ||
|
2013-05-07
, 09:42
|
Posts: 5 |
Thanked: 2 times |
Joined on Jan 2011
|
#5
|
Thanks. Actually, my users-dirs.dirs seems to be okay, i.e. it just looks as it should. Maybe somehow the permissions were changed. Doing a
ls -lsa | grep .dirs
gives me:
-rw--------
for user-dirs.dirs
Got a hunch that this may be wrong... Otherwise, I'm stuck...
Discoveryellow,
You don't need to use nano to check the file; that's for editing it...
Do this in terminal and post the output:
Basically you need to ensure your output matches the below and no if not in open mode no devel-su for /home/user/ files:Code:cat /home/user/.config/user-dirs.dirs
Code:~ $ cat /home/user/.config/user-dirs.dirs # This file is written by xdg-user-dirs-update # If you want to change or add directories, just edit the line you're # interested in. All local changes will be retained on the next run # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # absolute path. No other format is supported. # XDG_DESKTOP_DIR="$HOME/MyDocs" XDG_DOWNLOAD_DIR="$HOME/MyDocs/Downloads" XDG_TEMPLATES_DIR="$HOME/MyDocs" XDG_PUBLICSHARE_DIR="$HOME/MyDocs" XDG_DOCUMENTS_DIR="$HOME/MyDocs/Documents" XDG_MUSIC_DIR="$HOME/MyDocs/Music" XDG_PICTURES_DIR="$HOME/MyDocs/Pictures" XDG_VIDEOS_DIR="$HOME/MyDocs/Movies"
|
2013-05-07
, 10:36
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#6
|
tracker-sparql -q "select nie:plainTextContent(?d) where {?d a nmo:SMSMessage}"
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-05-07
, 22:57
|
Posts: 5 |
Thanked: 2 times |
Joined on Jan 2011
|
#7
|
While on a long roadtrip, I was taking pictures along the way. I noticed they no longer showed up in the Gallery for some reason and I could not save MMS images there either. Rebooting did nothing.
Eventually my N9 got sluggish and at some point reset itself.
When I started it again, my background, media files, contacts, emails/accounts, were all gone but downloaded applications still present.
Mass Storage mode shows my media still there, so I copied to my hard drive.
Has anyone seen this before?
I'm mostly concerned about contacts which were not saved and some text messages with information I need.
Thank you in advance