Reply
Thread Tools
erendorn's Avatar
Posts: 738 | Thanked: 983 times | Joined on Apr 2010 @ London
#41
This is beyond any helping, I personnaly give up.
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#42
ok it says

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

Disk /dev/mmcblk1: 486192 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
 
Posts: 20 | Thanked: 3 times | Joined on May 2010
#43
ok i have the same (but my microSD 8 Gb)

Code:
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
Creating folder for mount point:
Code:
Nokia-N900:~# mkdir /mnt/sd
mounting Meego rootfs:
Code:
Nokia-N900:~# mount -t ext4 /dev/mmcblk1p1 /mnt/sd
You can see files:
Code:
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
This is rootfs from MeeGo. Now you can easy copy files, for example 1 file:
Code:
Nokia-N900:~# cp /home/user/MyDocs/.sounds/SAW.mp3 /mnt/sd/home/meego/Music/
whole folder "Ringtones":
Code:
Nokia-N900:~# cp -r /home/user/MyDocs/.sounds/Ringtones/ /mnt/sd/home/meego/Music/


And you can see SAW.mp3 and Ringtones folder in Meego:
Code:
[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

Last edited by Cae$ar; 2011-07-05 at 13:03.
 

The Following User Says Thank You to Cae$ar For This Useful Post:
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#44
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?
 
SubCore's Avatar
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#45
Originally Posted by zurrain101 View Post
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?
sorry to play devil's advocate here, but i don't think you should be using Meego for the N900 yet - it's called "Developer's Edition" for a reason.
it's not fit for end-users, and you obviously don't know your way around a linux system well enough (yet).
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg
 

The Following User Says Thank You to SubCore For This Useful Post:
Posts: 20 | Thanked: 3 times | Joined on May 2010
#46
Originally Posted by zurrain101 View Post
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?
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
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#47
Originally Posted by Cae$ar View Post
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
after i type this mount -t ext4 /dev/mmcblk1p1 /mnt/sd
it says no such device
 
Posts: 536 | Thanked: 81 times | Joined on May 2011 @ Russia
#48
and yes i have checked for typos
 
Reply

Tags
epic facepalm, rtfm dude!, spoonfeed alert, this is classic, yasirrfc


 
Forum Jump


All times are GMT. The time now is 23:54.