|
2007-02-20
, 20:12
|
Posts: 152 |
Thanked: 6 times |
Joined on Dec 2006
|
#72
|
What size should be the FAT partition? I assume, the 256mb min is according to the ext2 partition...
Thanks again.
|
2007-02-20
, 20:15
|
Posts: 244 |
Thanked: 10 times |
Joined on Jan 2007
|
#73
|
|
2007-02-20
, 20:19
|
Posts: 152 |
Thanked: 6 times |
Joined on Dec 2006
|
#74
|
|
2007-02-20
, 20:21
|
Posts: 244 |
Thanked: 10 times |
Joined on Jan 2007
|
#75
|
|
2007-02-20
, 20:46
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#76
|
I think you could, but the modules doesn't exactly work right out of the box, not to mention no body would recommend it. ext3 is basically an ext2 w/ journal support. Well what does journal mean? It mean continuous writing to the storage. This is bad, very very bad for flash base storage.
|
2007-02-24
, 00:25
|
Posts: 150 |
Thanked: 3 times |
Joined on Jan 2007
|
#77
|
vi /mnt/initfs/bootmenu.sh
Change the line
GETKEY="evkey -u -t 1000 /dev/input/event1"
to
GETKEY="evkey -u -t 1000 /dev/input/event2"
|
2007-02-24
, 01:08
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#78
|
|
2007-02-24
, 01:11
|
Posts: 150 |
Thanked: 3 times |
Joined on Jan 2007
|
#79
|
/tar-temp/bin/tar cf - -C /floppy . | /tar-temp/bin/tar xvf - -C /opt
mount /dev/mmcblk0p2 /opt ;
mount -t jffs2 /dev/mtdblock4 /floppy -o rw,rpsize=1024,rpuid=0,rpuid=30000
|
2007-02-24
, 01:25
|
Posts: 150 |
Thanked: 3 times |
Joined on Jan 2007
|
#80
|
/dev/mmcblk0p2 499014 194165 279085 41% /opt
/dev/mtdblock4 257536 120804 136732 47% /floppy
du -sh /opt
There is just on thing:
Thanks again.