Can you explain what this does ?
Sourced from the A1200 section, credit goes to DONGA
Required files:
ext2.o ext3.o ext3onE6.zip jbd.o loop.o mount_ext3.lin
Procedure:
About ext3.o module it need jbd.o module load first
and loop.o is the module for loop device.
After load jbd and ext3 module. you may need to make block device file for SD partition if you not have it.
Ahh, For your conveneince you can use my(donga's) script to do all.
(i create /ezxlocal/lib/modules/ directory and copy jbd.o and ext3.o into it first)
Can you explain what this does ?
@aksd
- I am not Linux Geek
- can you break this into step by step Instructions
- So it can help others like me
Thanks
Shyam S
EXT3 is a linux partition. http://en.wikipedia.org/wiki/Ext3. For those who use linux you can make another partition on your memory card in ext3 format. The guide basically explains how to mount the particular partition and provides the required libraries and files.
I have'nt got down to doing it yet, presently dont have linux on my laptop and cant seem to telenet to my E6, you need to get this done in telnet. As soon as I do it will post a detailed guide.
But from what I gather, if you format your card in linux into 2 partitions one of FAT16 and the other of ext3 and run the script it'll automatically mount for you.