Hi Gabriel!<br><br><div class="gmail_quote">2011/2/18 Gabriel Roldan <span dir="ltr">&lt;<a href="mailto:groldan@opengeo.org">groldan@opengeo.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>just a question:</div><div>while running a seed task I ran out of free inodes (fs type was ext4, on a 500GB disk, single primary partition) and started to get &quot;no space left on device&quot; errors./</div>

<div>Well, reason seems obvious, and as I&#39;m sure you already found this issue or knew about it, I&#39;m wondering what you usually recomment/do when planning a partition to hold a tile cache.</div></blockquote></div>
<br>I would recommend you the following things:<br><br>1. Align you partitions: <a href="http://serverfault.com/questions/34729/how-can-i-set-the-disk-partition-alignment-using-linux-tools">http://serverfault.com/questions/34729/how-can-i-set-the-disk-partition-alignment-using-linux-tools</a><br>
2. Use LVM2: <a href="http://www.howtoforge.com/linux_lvm">http://www.howtoforge.com/linux_lvm</a><br>3. Use many and smaller filesystems and resize them if necessary (once you figured out LVM2 that&#39;s pretty easy to do)<br>
4. Give XFS a try <a href="https://secure.wikimedia.org/wikipedia/en/wiki/XFS">https://secure.wikimedia.org/wikipedia/en/wiki/XFS</a><br><br>Another good tip is to take a look at tune2fs and the mount options of your preferred file system.<br>
<br>Most Linux Distros use pretty paranoid file system option that focus on preventing data corruption first and performance second. But if you have millions of tiles you want performance first and don&#39;t care much if a single tile can be be corrupted in case of a server crash.<br>
<br>cu andreas<br>