My zaurus is C860,use pdaXrom1.1.0beta2 rom
I want to mount the initrd.bin fiel in the pdaXrom1.1.0beta2 for c860
[root@MagicLinux ~]# modprobe mtdcore
[root@MagicLinux ~]# modprobe jffs2
[root@MagicLinux ~]# modprobe mtdram total_size=5120 erase_size=16
[root@MagicLinux ~]# modprobe mtdchar
[root@MagicLinux ~]# mknod /dev/mtdblock0 b 31 0
[root@MagicLinux ~]# modprobe mtdblock
[root@MagicLinux ~]# losetup -o 16 /dev/loop0 ./initrd.bin
[root@MagicLinux ~]# dd if=/dev/loop0 of=/dev/mtdblock0
dd: writing “/dev/mtdblock0â€: device has no space left
10241+0 records in
10240+0 records out
5242880 bytes (5.2 MB) copied, 0.143877 seconds, 36.4 MB/s
[root@MagicLinux ~]#
I dont konw why the "total_size=5120 erase_size=16"and "losetup -o 16"
also why "no space left"