|
|
2006-07-16
, 10:13
|
|
Posts: 286 |
Thanked: 259 times |
Joined on Jan 2006
@ Cambridge, England
|
#2
|
|
|
2006-07-16
, 15:34
|
|
|
Posts: 207 |
Thanked: 3 times |
Joined on Jun 2006
@ Texas
|
#3
|
I know flash cells have only a certain lifespan to them, in terms of rewrites, and I'm hoping to have my little buggers around for awhile.
I'm sure those numbers are quite high, and difficult to reach.. perhaps for the average user. But, what about those of us that are flashing and reflashing images, installing and reinstalling and uninstalling... how quickly will be reach that threshhold? And, what happens at that point?
|
|
2006-07-16
, 20:51
|
|
Posts: 286 |
Thanked: 259 times |
Joined on Jan 2006
@ Cambridge, England
|
#4
|
Though it looks like Nokia in IT2006 may have tried to free memory by no longer using a memory tmpfs fileststem for logging and temporay files and now uses flash for these files. This frees up some memory for performance, but could wear out flash quicker. /var and /tmp should be in ram, not flash. Though I'm no expert. See this here - maemo developers
mount [enter]
|
|
2006-07-16
, 23:15
|
|
|
Posts: 449 |
Thanked: 18 times |
Joined on Apr 2006
@ Eureka, CA
|
#5
|
|
|
2006-07-17
, 11:44
|
|
Posts: 286 |
Thanked: 259 times |
Joined on Jan 2006
@ Cambridge, England
|
#6
|
/dev/mtdblock4 on /mnt/initfs type jffs2 (rw)
none on /mnt/initfs/proc type proc (rw)
none on /mnt/initfs/sys type sysfs (rw)
none on /mnt/initfs/tmp type tmpfs (rw)
/dev/mtdblock4 on / type jffs2 (rw,rpsize=1024,rpuid=0,rpuid=30000)
none on /tmp type tmpfs (rw)
/proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
none on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw)
/dev/mmcblk0 on /media/mmc1 type vfat (utf8,uid=29999,shortname=mixed)
df -h [enter]
|
|
2006-07-18
, 12:26
|
|
Posts: 286 |
Thanked: 259 times |
Joined on Jan 2006
@ Cambridge, England
|
#7
|
Filesystem Size Used Available Use% Mounted on
/dev/mtdblock4 2.0M 2.0M 0 100% /mnt/initfs
none 512.0k 48.0k 464.0k 9% /mnt/initfs/tmp
/dev/mtdblock4 123.5M 82.9M 40.6M 67% /
none 512.0k 48.0k 464.0k 9% /tmp
none 1.0M 48.0k 976.0k 5% /dev
/dev/mmcblk0 979.5M 165.9M 813.6M 17% /media/mmc1
|
|
2006-07-18
, 20:18
|
|
Posts: 191 |
Thanked: 10 times |
Joined on Feb 2006
|
#8
|
|
|
2006-07-19
, 19:18
|
|
Posts: 286 |
Thanked: 259 times |
Joined on Jan 2006
@ Cambridge, England
|
#9
|
i tried symlinking /var/run to /tmp and had to reflash (as it wouldn't boot anymore)
|
|
2006-07-19
, 19:59
|
|
Posts: 191 |
Thanked: 10 times |
Joined on Feb 2006
|
#10
|
I'm sure those numbers are quite high, and difficult to reach.. perhaps for the average user. But, what about those of us that are flashing and reflashing images, installing and reinstalling and uninstalling... how quickly will be reach that threshhold? And, what happens at that point?
I'm sure it's all hypothetical, that there's no way I could ever fathom reaching that point..but.. what if? I found the HowTo on moving the filesystems over to the MMC card, and I'll be attempting that within the next few days.. easier to swap out the ever-cheaper tiny bits of plastic than replacing the entire unit...
anyone?