View Single Post
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#2
Good idea, however did you perhaps consider the use of a sparse-file to keep the tile storage FS on? This would allow it to 'grow' upto 4GB without using unneeded space.

Something like:

Code:
 dd if=/dev/zero of=.mappero_image bs=1024 seek=4190208 count=0
This would also save the need for creating a 4GB file THEN copying it to the device.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.

Last edited by vi_; 2011-06-28 at 10:26.
 

The Following User Says Thank You to vi_ For This Useful Post: