maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   Meego Installation Problem Yet Again (https://talk.maemo.org/showthread.php?t=74551)

erendorn 2011-07-04 20:35

Re: Meego Installation Problem Yet Again
 
1) cd = change directory, cp = copy
2) go to /dev/mmcblk1p1/ and type ls to see if it is the good folder. I would think it would be meego root, and you better use /dev/mmcblk1p1/home/something/music (I don't know what something is, and you may have to create the music folder)
3) folders are case sensitive mydocs != MyDocs
4) you can autocomplete folders name by hitting "tab". If you type "cp -R /h" and then tab, it will finish the folder (you will have "cp -R /home")

zurrain101 2011-07-04 21:10

Re: Meego Installation Problem Yet Again
 
yes i know i typed mydocs here. type MyDocs in phone. hey and i did use /dev/mmcblk1p1/audio/music but it said no such directory

zurrain101 2011-07-04 21:27

Re: Meego Installation Problem Yet Again
 
hey i am sorry if im not getting it. can u please tell me a set of commands? like with choices if one doesnt work then i should try other? can u like tell me some commands to just import music? it would be reallty helpful
thanks in advance

erendorn 2011-07-04 22:03

Re: Meego Installation Problem Yet Again
 
Seriously, try to search or understand what you are doing. if you don't, there is no need to help you. Meego is not ready for you if you can't understands these basics.
I'll list commands here, SEARCH GOOGLE for the ones you don't understand.
DON'T write commands on your phone that you don't understand.

Code:

sudo gainroot
mkdir /media/meego
mount -t ext4 /dev/mmcblk1p1 /media/meego/
cp -R /home/user/MyDocs/.sound/* /media/meego/home/meego/Music/
chown -R 500:500 /media/meego/home/meego/Music
umount /media/meego/
#remove sd card to be sure
rm -R /media/meego
exit


zurrain101 2011-07-04 22:05

Re: Meego Installation Problem Yet Again
 
i should write this on maemo?

erendorn 2011-07-04 22:10

Re: Meego Installation Problem Yet Again
 
yes


(need 10 char)

zurrain101 2011-07-04 22:21

Re: Meego Installation Problem Yet Again
 
hey i wrote the mount code but it said wrong fs typr bad option bad superlock. then i used dmesg l tail n it gave me cant find ext4 filesystem

erendorn 2011-07-04 22:28

Re: Meego Installation Problem Yet Again
 
if you have power kernel it should work (worked on mine). Can't help you on that one. recheck spelling.

zurrain101 2011-07-04 22:30

Re: Meego Installation Problem Yet Again
 
hey sorry wrote it on meego. now on maemo and after mount command i get no such file. i checked for typos

zurrain101 2011-07-04 22:31

Re: Meego Installation Problem Yet Again
 
i dont have power kernel isntalled right now


All times are GMT. The time now is 15:03.

vBulletin® Version 3.8.8