![]() |
2011-07-04
, 21:10
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#22
|
![]() |
2011-07-04
, 21:27
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#23
|
![]() |
2011-07-04
, 22:03
|
|
Posts: 738 |
Thanked: 983 times |
Joined on Apr 2010
@ London
|
#24
|
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
![]() |
2011-07-04
, 22:05
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#25
|
![]() |
2011-07-04
, 22:10
|
|
Posts: 738 |
Thanked: 983 times |
Joined on Apr 2010
@ London
|
#26
|
![]() |
2011-07-04
, 22:21
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#27
|
![]() |
2011-07-04
, 22:28
|
|
Posts: 738 |
Thanked: 983 times |
Joined on Apr 2010
@ London
|
#28
|
![]() |
2011-07-04
, 22:30
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#29
|
![]() |
2011-07-04
, 22:31
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#30
|
![]() |
Tags |
epic facepalm, rtfm dude!, spoonfeed alert, this is classic, yasirrfc |
|
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")