![]() |
2007-01-31
, 08:07
|
|
Posts: 87 |
Thanked: 1 time |
Joined on Mar 2006
|
#2
|
![]() |
2007-01-31
, 08:55
|
|
Posts: 91 |
Thanked: 2 times |
Joined on Jan 2007
@ Spain
|
#3
|
![]() |
2007-01-31
, 12:23
|
|
Posts: 87 |
Thanked: 1 time |
Joined on Mar 2006
|
#4
|
![]() |
2007-01-31
, 15:56
|
Posts: 191 |
Thanked: 10 times |
Joined on Feb 2006
|
#5
|
![]() |
2007-01-31
, 16:06
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#6
|
![]() |
2007-01-31
, 19:01
|
|
Posts: 87 |
Thanked: 1 time |
Joined on Mar 2006
|
#7
|
on the n800 you also need to install the mb_cache module prior to installing ext2.ko.
![]() |
2007-02-01
, 04:01
|
|
Posts: 91 |
Thanked: 2 times |
Joined on Jan 2007
@ Spain
|
#8
|
![]() |
2007-02-01
, 10:37
|
|
Posts: 1,463 |
Thanked: 81 times |
Joined on Oct 2005
@ UK
|
#9
|
mound -o bind /media/mmc1p2/root /root
![]() |
2007-02-01
, 13:29
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#10
|
I've created a new partition on my RSMMC with sfdisk. I've got two partitions, one formatted as vfat and the other one as ext2. I've successfully mounted the vfat one. But I haven't been able to mount the ext2 one.
These results may help to understand:
/ # sfdisk -l /dev/mmcblk0
Disk /dev/mmcblk0: 31360 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 15000 15000 480000 6 FAT16
/dev/mmcblk0p2 15001 31359 16359 523488 83 Linux
/dev/mmcblk0p3 0+ 0 1- 31+ 83 Linux
/dev/mmcblk0p4 0 - 0 0 0 Empty
/ # fsck.ext2 /dev/mmcblk0p2
e2fsck 1.37 (21-Mar-2005)
/dev/mmcblk0p2: clean, 11/131072 files, 16553/523488 blocks
/ # cat /etc/fstab
rootfs / rootfs defaults,errors=remount-ro,noatime 0 0
/dev/mmcblk0p1 /media/mmc1 vfat rw,noauto,nodev,noexec,nosuid,utf8,uid=29999 0 0
/dev/mmcblk0p2 /media/mmc2 ext2 defaults, errors=remount-ro, noatime 0 0
/ # cat /etc/mtab
rootfs / rootfs rw 0 0
/dev/root /mnt/initfs jffs2 rw 0 0
none /mnt/initfs/proc proc rw 0 0
none /mnt/initfs/sys sysfs rw 0 0
none /mnt/initfs/tmp tmpfs rw 0 0
/dev/mtdblock4 / jffs2 rw,rpsize=1024,rpuid=0,rpuid=30000 0 0
none /tmp tmpfs rw 0 0
/proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0
none /dev tmpfs rw 0 0
devpts /dev/pts devpts rw 0 0
/dev/mmcblk0p1 /media/mmc1 vfat utf8,uid=29999,shortname=mixed 0 0
/media/mmc2 # mount /media/mmc2
mount: Mounting /dev/mmcblk0p2 on /media/mmc2 failed: No such device
/media/mmc2 # mount /dev/mmcblk0p2
mount: Mounting /dev/mmcblk0p2 on /media/mmc2 failed: No such device
Could anybody help me? Please...
Last edited by sebastian.linux; 2007-01-31 at 07:51.