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/mmcblk0: 61488 cylinders, 4 heads, 16 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
mount: Mounting /dev/mmcblk0p2 on /ext2fs failed: No such device
whats I do incorect for mount ext2 partition from mmc card to directory in rootfs?
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:
nk:/dev# sfdisk /dev/mmcblk0 -l
Disk /dev/mmcblk0: 61488 cylinders, 4 heads, 16 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
/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:
nk:/dev# mount -t ext2 /dev/mmcblk0p2 /ext2fs
mount: Mounting /dev/mmcblk0p2 on /ext2fs failed: No such device
thanks for your help.