![]() |
2011-07-04
, 16:50
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#172
|
![]() |
2011-07-04
, 17:03
|
Banned |
Posts: 974 |
Thanked: 622 times |
Joined on Oct 2010
|
#173
|
![]() |
2011-07-04
, 17:19
|
Posts: 20 |
Thanked: 3 times |
Joined on May 2010
|
#174
|
![]() |
2011-07-04
, 18:01
|
|
Posts: 738 |
Thanked: 983 times |
Joined on Apr 2010
@ London
|
#175
|
![]() |
2011-07-04
, 18:29
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#176
|
if you google "man cp" it will give you sites with the manual page (man) of the copy (cp) command. On ubuntu, typing "man cp" will give you the same thing, but not in maemo (documentation stripped for space saving).
You may also need "ls" to know the permissions of files, and "chown" to change them.
But in general if you google "linux command line <what I want to do>" you should easily find the command you need.
![]() |
2011-07-04
, 18:37
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#177
|
![]() |
2011-07-04
, 18:46
|
Posts: 20 |
Thanked: 3 times |
Joined on May 2010
|
#178
|
is this ok?
cp -r /home/user/MyDocs/Music * /dev/mmcblk1p1/Music?
mmcblk1p1 is the microsd right? pelase correct me
![]() |
2011-07-04
, 19:06
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#179
|
cp -r /home/user/MyDocs/Music /dev/mmcblk1p1/
or
cp -r /home/user/MyDocs/Music/* /dev/mmcblk1p1/Music/
ps in my Meego installation /dev/mmcblk0 is my microSD
![]() |
2011-07-04
, 19:21
|
Posts: 20 |
Thanked: 3 times |
Joined on May 2010
|
#180
|
So I delete everything and decide to save it for myself. I don't want to discourage anyone and I'm not in position to advise/complain as I don't know this OS very well.
So now I'm waiting future release and hope MeeGo will turn in something usable and unique in OS/UX/UI level.