![]() |
2005-11-11
, 22:23
|
Posts: 52 |
Thanked: 1 time |
Joined on Aug 2005
|
#2
|
![]() |
2005-11-14
, 09:52
|
Posts: 58 |
Thanked: 3 times |
Joined on Nov 2005
|
#3
|
![]() |
2005-11-15
, 21:44
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#4
|
![]() |
2005-11-15
, 22:00
|
Posts: 211 |
Thanked: 3 times |
Joined on Oct 2005
|
#5
|
Applications are installed into /var/lib/install to not mess up with the rest of the system. It should be possible to make this a symlink pointing to somewhere on the MMC. The filesystem on the MMC, however, is a dumb FAT and the card is mounted with noexec flag.
I did not try it, but I'm sure that by reformatting the MMC and modifying /etc/fstab, you could install applications on the MMC.
![]() |
2005-11-15
, 23:05
|
Posts: 79 |
Thanked: 1 time |
Joined on Nov 2005
|
#6
|
![]() |
2005-11-16
, 06:00
|
Posts: 22 |
Thanked: 0 times |
Joined on Nov 2005
|
#7
|
If you're referring to the page I wrote on maemo.org, I only built my own version of fdisk because I didn't have an MMC reader handy
You can reformat the RS-MMC card under Linux quite easily. I gave myself two partitions, the first one standard FAT and the second one ext2. The 770 mounts the first partition normally, so it looks like I have a 2MB card. In xterm, I type "mount /dev/mmc<blah>p2 /sw" (or wherever you want to mount the second partition) and it's there. It's not actually that hard.
![]() |
2005-11-16
, 07:06
|
Posts: 211 |
Thanked: 3 times |
Joined on Oct 2005
|
#8
|
If you're referring to the page I wrote on maemo.org, I only built my own version of fdisk because I didn't have an MMC reader handy
You can reformat the RS-MMC card under Linux quite easily. I gave myself two partitions, the first one standard FAT and the second one ext2. The 770 mounts the first partition normally, so it looks like I have a 2MB card. In xterm, I type "mount /dev/mmc<blah>p2 /sw" (or wherever you want to mount the second partition) and it's there. It's not actually that hard.
![]() |
2005-11-16
, 07:51
|
Posts: 58 |
Thanked: 3 times |
Joined on Nov 2005
|
#9
|
![]() |
2005-11-16
, 15:26
|
Posts: 155 |
Thanked: 10 times |
Joined on Nov 2005
@ central georgia, usa
|
#10
|
If you're referring to the page I wrote on maemo.org, I only built my own version of fdisk because I didn't have an MMC reader handy
You can reformat the RS-MMC card under Linux quite easily. I gave myself two partitions, the first one standard FAT and the second one ext2. The 770 mounts the first partition normally, so it looks like I have a 2MB card. In xterm, I type "mount /dev/mmc<blah>p2 /sw" (or wherever you want to mount the second partition) and it's there. It's not actually that hard.
I just bought brand new 1 GB MMC, so I would really like to use MMC's memory as much as possible, because it seems to be that also web-browsers cache, email,newsfeeds also use this quite limited 64MB device memory for their data, and there is no way in the options to change it (e.g. Web-browser cache->Use MMC).
How can, or can I install software on MMC card?