Flash File System Concerns

2003-03-28 Thread Daris A Nevil
Prakash, You don't have to worry about the /proc filesystem, as it is indepedent of your Disk or Flash filesystem. I usually point the /var/log directory to a RAMDISK. Regards, Daris SNMC Prakash kanthi said: > > Folks, > > I have one concern regarding FFS. If you use flash for > your entire f

Flash File System Concerns

2003-03-28 Thread Mark Hatle
Prakash kanthi wrote: > Folks, > > I have one concern regarding FFS. If you use flash for > your entire filesystem including /var/log, /proc, > etc.., you will be accessing flash too many times. > > And there is good chance that, your flash on the board > reaches maximum number of accesses/writes

Flash File System Concerns

2003-03-28 Thread Gary D. Thomas
On Fri, 2003-03-28 at 10:11, Prakash kanthi wrote: > > Folks, > > I have one concern regarding FFS. If you use flash for > your entire filesystem including /var/log, /proc, > etc.., you will be accessing flash too many times. > > And there is good chance that, your flash on the board > reaches max

Flash File System Concerns

2003-03-28 Thread Prakash kanthi
Folks, I have one concern regarding FFS. If you use flash for your entire filesystem including /var/log, /proc, etc.., you will be accessing flash too many times. And there is good chance that, your flash on the board reaches maximum number of accesses/writes limited by flash technology. How do