erendorn
|
2011-07-05
, 10:08
|
|
Posts: 738 |
Thanked: 983 times |
Joined on Apr 2010
@ London
|
#41
|
|
2011-07-05
, 11:44
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#42
|
|
2011-07-05
, 12:32
|
Posts: 20 |
Thanked: 3 times |
Joined on May 2010
|
#43
|
Nokia-N900:~# sfdisk -l Disk /dev/mmcblk1: 243200 cylinders, 4 heads, 16 sectors/track Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End #cyls #blocks Id System /dev/mmcblk1p1 0+ 115199 115200- 3686399+ 83 Linux end: (c,h,s) expected (1023,3,16) found (458,238,36) /dev/mmcblk1p2 115200 115455 256 8192 82 Linux swap / Solaris start: (c,h,s) expected (1023,3,16) found (458,238,37) end: (c,h,s) expected (1023,3,16) found (459,243,40) /dev/mmcblk1p3 115456 116479 1024 32768 c W95 FAT32 (LBA) start: (c,h,s) expected (1023,3,16) found (459,243,41) end: (c,h,s) expected (1023,3,16) found (464,8,56) /dev/mmcblk1p4 0 - 0 0 0 Empty Disk /dev/mmcblk0: 977024 cylinders, 4 heads, 16 sectors/track Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End #cyls #blocks Id System /dev/mmcblk0p1 1 884864 884864 28315648 c W95 FAT32 (LBA) /dev/mmcblk0p2 884865 950400 65536 2097152 83 Linux /dev/mmcblk0p3 950401 974976 24576 786432 82 Linux swap / Solaris /dev/mmcblk0p4 0 - 0 0 0 Empty
Nokia-N900:~# mkdir /mnt/sd
Nokia-N900:~# mount -t ext4 /dev/mmcblk1p1 /mnt/sd
Nokia-N900:~# ls -l /mnt/sd/ dr-xr-xr-x 2 root root 4096 Jul 1 14:41 bin drwxr-xr-x 2 root root 4096 Jul 1 14:20 boot drwxr-xr-x 2 root root 4096 May 5 00:54 cgroup drwxr-xr-x 3 root root 4096 Jul 1 14:21 dev drwxr-xr-x 68 root root 4096 May 1 18:16 etc -rw-r--r-- 1 root root 0 May 1 18:16 halt drwxr-xr-x 3 root root 4096 Jul 1 14:29 home dr-xr-xr-x 11 root root 4096 Jul 1 14:39 lib drwx------ 2 root root 16384 Jul 1 14:20 lost+found drwxr-xr-x 3 root root 4096 Jan 1 1970 media drwxr-xr-x 2 root root 4096 Mar 14 18:44 mnt drwxr-xr-x 5 root root 4096 Jul 1 14:28 opt drwxr-xr-x 2 root root 4096 Jul 1 14:20 proc dr-xr-x--- 3 root root 4096 May 1 18:16 root dr-xr-xr-x 2 root root 4096 Jul 1 14:41 sbin drwxr-xr-x 2 root root 4096 Jun 28 20:23 smack drwxr-xr-x 2 root root 4096 Mar 14 18:44 srv drwxr-xr-x 2 root root 4096 Jul 1 14:20 sys drwxr-xr-x 2 root root 4096 Jan 1 1970 syspart drwxrwxrwt 5 root root 4096 May 1 18:16 tmp drwxr-xr-x 12 root root 4096 Jul 1 14:25 usr drwxr-xr-x 17 root root 4096 Jul 1 14:28 var
Nokia-N900:~# cp /home/user/MyDocs/.sounds/SAW.mp3 /mnt/sd/home/meego/Music/
Nokia-N900:~# cp -r /home/user/MyDocs/.sounds/Ringtones/ /mnt/sd/home/meego/Music/
[root@localhost ~]# ls -l /home/meego/Music/ total 728 drwxr-xr-x 2 root root 4096 2011-07-05 15:44 Ringtones -rw-r--r-- 1 root root 736443 2011-07-05 15:31 SAW.mp3 drwxr-xr-x 2 meego meego 4096 2011-05-01 13:09 Triplexity_-_Live_in_Triplex_City_--_Jamendo_-_OGG_Vorbis_q7_-_2008.07.10
The Following User Says Thank You to Cae$ar For This Useful Post: | ||
|
2011-07-05
, 13:35
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#44
|
|
2011-07-05
, 13:53
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#45
|
OK SO SHOULD I TYPE ALL THESE COMMANDS IN MEEGO XTERMINAL OR MAEMO? and first i have to mkdir /mnt/sd/home/meego/music before copying?
The Following User Says Thank You to SubCore For This Useful Post: | ||
|
2011-07-05
, 13:55
|
Posts: 20 |
Thanked: 3 times |
Joined on May 2010
|
#46
|
HEY THANKS A LOT.THIS WAS WHAT I WAS LOOKING FOR. OK SO SHOULD I TYPE ALL THESE COMMANDS IN MEEGO XTERMINAL OR MAEMO? and first i have to mkdir /mnt/sd/home/meego/music before copying?
|
2011-07-05
, 14:00
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#47
|
This commands for root terminal in Maemo.
You don't need to mkdir /mnt/sd/home/meego/music. When you will mount Meego rootfs, this folders will be avaliable.
p.s. you will need to change permissions also i think, you can check post #24
http://talk.maemo.org/showpost.php?p...3&postcount=24
|
2011-07-05
, 14:14
|
Posts: 536 |
Thanked: 81 times |
Joined on May 2011
@ Russia
|
#48
|
Tags |
epic facepalm, rtfm dude!, spoonfeed alert, this is classic, yasirrfc |
|