Nice to meet you. Let me introduce first. We are media programmers from
Korea.
We have some problems doing our project. So, We kindly ask you to help us
out.
If you do, it would be very appreciated.
After porting Familiar-GPE Linux to IPAQ 3660,
When installing Videolan client, we addiotianlly installed some Codecs.
And then, there is a massage saying no more diskspace to use.
As belows, "tmpfs" takes up too much space.
~ # df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/root 16 12 4 77% /
tmpfs 31 0 31 0% /mnt/ramfs
/dev/hda1 8 4 3 58% /mnt/hda
So,
We'd like to know how to include tmpfs under Root.
Well, Here is our try to modify file of /etc/fstab as belows.
# <device> <mountpoint> <filesystemtype> <options> <dump> <fsckorder>
##/dev/root / jffs2 defaults 0 0
tmpfs /mnt/ramfs jffs2 noauto 0 0
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0622 0 0
However, it didn't change. It's still like this.
~ # df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/root 16 12 4 77% /
/dev/hda1 8 4 3 58% /mnt/hda
So, We tried another way which we copied other files into /mnt/ramfs.
Then, The status of available volume is like this.
~ # df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/root 16 15 1 99% /
/dev/hda1 8 4 3 58% /mnt/hda
How can we use all memory storage of PDA?
If you have any solution , Please let us know. It would be really
appreciated.
We are looking forward to your kind reply.
- Constant -
E-Mail : mpeg@codewin.co.kr
Received on Wed Nov 3 19:48:59 2004
This archive was generated by hypermail 2.1.8 : Thu Nov 04 2004 - 08:36:08 EST