Reply
Thread Tools
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#11
Check do you have a /dev/mmcbl0p3 then maybe do a manual mount to /home?
 
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#12
Originally Posted by thedead1440 View Post
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
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#13
Code:
mount -t ext4 /dev/mmcblk0p3 /home/
 

The Following User Says Thank You to thedead1440 For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#14
Originally Posted by thedead1440 View Post
Code:
mount -t ext4 /dev/mmcblk0p3 /home/
Still the same problem as before, Invalid argument
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.

Last edited by HtheB; 2013-03-25 at 08:03.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#15
Can you try to umount /home first and see what it gives you?
 
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#16
Guess what.....
yeah...
umount: can't umount /home: Invalid argument
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#17
Whats the output of "cat /etc/fstab"
 
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#18
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
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#19
Hmm its fine; rebooting doesn't help also?
 
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#20
Originally Posted by thedead1440 View Post
Hmm its fine; rebooting doesn't help also?
that's the first thing i've also do though, nothing helps
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 
Reply

Tags
application, problem, storage

Thread Tools

 
Forum Jump


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