maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [HELP] Application data - Not available in mass storage mode (https://talk.maemo.org/showthread.php?t=89579)

thedead1440 2013-03-25 07:44

Re: [HELP] Application data - Not available in mass storage mode
 
Check do you have a /dev/mmcbl0p3 then maybe do a manual mount to /home?

HtheB 2013-03-25 07:51

Re: [HELP] Application data - Not available in mass storage mode
 
Quote:

Originally Posted by thedead1440 (Post 1331543)
Check do you have a /dev/mmcbl0p3 then maybe do a manual mount to /home?

Hmmm, thats weird. I couldnt mount it, asks me if I'm root or not :/
tried it with opensh, gives an error aswell:

Code:

~ # mount /dev/mmcblk0p3 /home
mount: permission denied (are you root?)
~ # opensh


BusyBox v1.20.0.git (MeeGo 3:1.20-0.2+0m8) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # mount /dev/mmcblk0p3 /home
mount: mounting /dev/mmcblk0p3 on /home failed: Invalid argument

~ # mount /dev/mmcblk0p3 /home/
mount: mounting /dev/mmcblk0p3 on /home failed: Invalid argument


thedead1440 2013-03-25 07:54

Re: [HELP] Application data - Not available in mass storage mode
 
Code:

mount -t ext4 /dev/mmcblk0p3 /home/

HtheB 2013-03-25 07:56

Re: [HELP] Application data - Not available in mass storage mode
 
Quote:

Originally Posted by thedead1440 (Post 1331545)
Code:

mount -t ext4 /dev/mmcblk0p3 /home/

Still the same problem as before, Invalid argument

thedead1440 2013-03-25 07:58

Re: [HELP] Application data - Not available in mass storage mode
 
Can you try to umount /home first and see what it gives you?

HtheB 2013-03-25 08:04

Re: [HELP] Application data - Not available in mass storage mode
 
Guess what.....
yeah...
umount: can't umount /home: Invalid argument

thedead1440 2013-03-25 08:08

Re: [HELP] Application data - Not available in mass storage mode
 
Whats the output of "cat /etc/fstab"

HtheB 2013-03-25 08:10

Re: [HELP] Application data - Not available in mass storage mode
 
Code:

rootfs / rootfs defaults,errors=remount-ro,noatime 0 0
/dev/mmcblk0p3 /home ext4 rw,noatime,errors=remount-ro,barrier=1 0 0
/dev/mmcblk0p1 /home/user/MyDocs vfat noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir 0 0
ubi0:var /var ubifs noauto,no_chk_data_crc,bulk_read


thedead1440 2013-03-25 08:12

Re: [HELP] Application data - Not available in mass storage mode
 
Hmm its fine; rebooting doesn't help also?

HtheB 2013-03-25 08:13

Re: [HELP] Application data - Not available in mass storage mode
 
Quote:

Originally Posted by thedead1440 (Post 1331557)
Hmm its fine; rebooting doesn't help also?

that's the first thing i've also do though, nothing helps :(


All times are GMT. The time now is 23:48.

vBulletin® Version 3.8.8