EZXFileSystem
From OpenEZX
TODO: not finished, please fill in the blanks, not everything needs to be filled in though
An overview of the original EZX filesystem (based on an E680i originally, but should be similar for other EZX phones).
/
rootfs on / type rootfs (rw)
/dev/root on / type cramfs (rw)
bin
Executables, like cat,chmod,cp,ps,grep and gzip
dev
Devices like tty, vibrator or USB.
diska
/dev/tffsb1 on /diska type vfat (rw,noatime)
Flashdisk mountpoint named 'Phone' in the GUI.
diska/.system
Contains EZX applications / settings
diska/.system/java
diska/.system/java/DownloadApps
Contains installed Java MIDlets in folder names such as MIDlet00514.
diska/.system/java/DownloadApps/MIDlet00514
diska/.system/java/DownloadApps/MIDlet00514/Files
Contains installed Java MIDlet Jar file and icon
diska/.system/java/DownloadApps/MIDlet00514/rms
Contains installed Java MIDlet settings
diska/.system/QTDownload
Contains all of the qt applications(created by mpkg packages) installed on phone
diskb
Always empty,nor can be seen in GUI. Maybe it is the most useless directory.
etc
Various system configuration files
ezxlocal
/dev/mtdblock2 on /ezxlocal type vfm (rw,noatime)
Phone configuration. System database, including SMS, contacts, player&browser histories etc.
home
lib
Library files
mmc
mmc/mmca1
/dev/mmca1 on /mmc/mmca1 type vfat (rw,noatime)
The SD/MMC card mount point
proc
symlink -> /ram/proc
ram
none on /ram type ramfs (rw)
root
sbin
Executables like ifconfig,halt,init,modprobe,reboot and shutdown.
tmp
symlink -> /ram/tmp
usr
Phone application files.
var
symlink -> /ram/var

