Active Topics

 


Reply
Thread Tools
Posts: 1 | Thanked: 0 times | Joined on Dec 2008
#1
Hi to all.
What I have: n770, OS2006(v3.2006.49.2), installed openssh package, mmcmobile card (2GB).
on mmc card:
Primary:
500Mb ext2 partition
Logical:
200Mb linux swap partition
1300Mb FAT32 partition

I connected to the tablet through shh on my laptop.
What I see by sfdisk:

PHP Code:
nk:/dev# sfdisk /dev/mmcblk0 -l

Disk /dev/mmcblk061488 cylinders4 heads16 sectors/track
Warning
The partition table looks like it was made
  
for C/H/S=*/255/63 (instead of 61488/4/16).
For 
this listing I'll assume that geometry.
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start     End   #cyls    #blocks   Id  System
/dev/mmcblk0p1         64     243     180    1445850    5  Extended
/dev/mmcblk0p2          0+     63      64-    514048+  83  Linux
/dev/mmcblk0p3          0       -       0          0    0  Empty
/dev/mmcblk0p4          0       -       0          0    0  Empty
/dev/mmcblk0p5         64+     89      26-    208813+  82  Linux swap
/dev/mmcblk0p6         90+    243     154-   1236973+   b  W95 FAT32 
I mount p
/dev/mmcblk0p6 into /media/mmc1 by this command:

mount /dev/mmcblk0p6 /media/mmc1 -o rw,noauto,nodev,noexec,nosuid,utf8,uid=29999

and have a mmc card in filemanager and system (only fat32partition)

I do:

mkdir /ext2fs

and after:

PHP Code:
nk:/dev# mount -t ext2 /dev/mmcblk0p2 /ext2fs
mountMounting /dev/mmcblk0p2 on /ext2fs failedNo such device 
whats I do incorect for mount ext2 partition from mmc card to directory in rootfs?

thanks for your help.
 
Reply


 
Forum Jump


All times are GMT. The time now is 00:51.