![]() |
2010-12-22
, 17:47
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#61
|
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2010-12-22
, 17:52
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#62
|
![]() |
2010-12-22
, 18:03
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#63
|
![]() |
2010-12-22
, 18:16
|
Posts: 255 |
Thanked: 107 times |
Joined on Nov 2010
|
#65
|
The Following User Says Thank You to Char For This Useful Post: | ||
![]() |
2010-12-22
, 18:23
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#66
|
![]() |
2010-12-22
, 18:26
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#67
|
i know it's a bit late now but the reason you were getting that is that terminal was still in the ~ directory
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2010-12-22
, 18:40
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#68
|
You are right, but that was a couple of posts ago. Should have been umount /mnt according to the last directions, which should have worked.
Well, seems the new /home is not mounted properly, so lots of stuff is not available for the rootfs basic system. Right now i am stumped, how to access the files like /etc/fstab to correct things.
But no need for nokia customer care as you could flash the firmware using fiasco-image to get a working phone and then apply the last steps to format the partition for MyDocs.
![]() |
2010-12-22
, 18:54
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#69
|
sudo gainroot mkfs.vfat -F32 -s64 -n MyDocs /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2010-12-22
, 18:56
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#70
|
echo "/dev/mmcblk0p2 /mnt noatime,rw 0 0"
mount /mnt
ln -s /mnt /home
The Following User Says Thank You to Radicalz38 For This Useful Post: | ||