Active Topics

 


Reply
Thread Tools
Posts: 151 | Thanked: 93 times | Joined on Sep 2009 @ sofia, bulgaria
#171
I started to write a small post that I wanted to put my first impression about MeeGo. At the end it became enormous and full of advises/complaints about MeeGo.

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.
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#172
Originally Posted by Cae$ar View Post
man cp
can u please explain? cp...? can u tell me the full code to type?
 
Banned | Posts: 974 | Thanked: 622 times | Joined on Oct 2010
#173
Originally Posted by zurrain101 View Post
can u please explain? cp...? can u tell me the full code to type?
No, he can't. He's a Linux fanatic geekus.
 
Posts: 20 | Thanked: 3 times | Joined on May 2010
#174
http://www.cyberciti.biz/faq/copy-command/

www.computerhope.com/unix/ucp.htm

you can find many examples in google (Unix cp command examples)

Last edited by Cae$ar; 2011-07-04 at 17:58.
 
erendorn's Avatar
Posts: 738 | Thanked: 983 times | Joined on Apr 2010 @ London
#175
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.
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#176
Originally Posted by erendorn View Post
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.
hey sorry i havent used linux in my life and this is really confusing. can u please tell me what i can write in meego xterminal to copy after media/maemoMyDocs?
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#177
is this ok?
cp -r /home/user/MyDocs/Music * /dev/mmcblk1p1/Music?
mmcblk1p1 is the microsd right? pelase correct me
 
Posts: 20 | Thanked: 3 times | Joined on May 2010
#178
Originally Posted by zurrain101 View Post
is this ok?
cp -r /home/user/MyDocs/Music * /dev/mmcblk1p1/Music?
mmcblk1p1 is the microsd right? pelase correct me
cp -r /home/user/MyDocs/Music /dev/mmcblk1p1/

or

cp -r /home/user/MyDocs/Music/* /dev/mmcblk1p1/Music/

p.s. in my Meego installation /dev/mmcblk0 is my microSD

Last edited by Cae$ar; 2011-07-04 at 19:01.
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#179
Originally Posted by Cae$ar View Post
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
hey thanks a lot for the reply. but this shows cannot start. /home/user/mydocs/music is not a directory.
my music is stored my the music folder in mydocs
 
Posts: 20 | Thanked: 3 times | Joined on May 2010
#180
Did you mount Meego partitions on Maemo running? It seems like you are trying to copy in Maemo.
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:57.