<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>link2caro &#187; mount</title>
	<atom:link href="http://link2caro.net/tag/mount/feed/" rel="self" type="application/rss+xml" />
	<link>http://link2caro.net</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 09:41:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Note to self: MySQL error 28 and /tmp size</title>
		<link>http://link2caro.net/read/note-to-self-increment-of-tmpdsk-cpanel/</link>
		<comments>http://link2caro.net/read/note-to-self-increment-of-tmpdsk-cpanel/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 23:02:08 +0000</pubDate>
		<dc:creator>CA RO</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[tmp]]></category>

		<guid isPermaLink="false">http://link2caro.net/read/note-to-self-increment-of-tmpdsk-cpanel/</guid>
		<description><![CDATA[#1030 &#8211; Got error 28 from storage engine This means there is no space left on the drive, usually this means your /tmp If you use cPanel, your /tmp could be mounted from /usr/tmpDSK, this is a file. If you want to increase this file you can type these following commands, change count=512000 to any [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><span style="color: #ff0000;">#1030 &#8211; Got error 28 from storage engine</span></p>
</blockquote>
<p>This means there is no space left on the drive, usually this means your <span style="color: #ff6600;"><em>/tmp</em></span></p>
<p>If you use cPanel, your /tmp could be mounted from <span style="color: #ff6600;"><em>/usr/tmpDSK</em></span>, this is a file. If you want to increase this file you can type these following commands, change count=512000 to any number thats match your need.</p>
<p>The command <span style="color: #ff6600;"><em>dd if=/dev/zero of=/usr/tmpDSK bs=1024 count=512000</em></span> is used to create a file whose size is <span style="color: #ff6600;"><em>512000 x 1024</em></span> bytes (or approx. 512MB).</p>
<blockquote><p>service httpd stop</p>
<p>service mysql stop
</p>
<p>umount /tmp</p>
<p>umount /var/tmp</p>
<p>dd if=/dev/zero of=/usr/tmpDSK bs=1024 count=512000</p>
<p>mkfs.ext3 /usr/tmpDSK</p>
<p>press &#8216;y&#8217; to continue</p>
<p>mount -o loop,rw,noexec,nosuid /usr/tmpDSK /tmp</p>
<p>mount -o bind,rw,noexec,nosuid /tmp /var/tmp</p>
<p>service mysql start</p>
<p>service httpd start</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://link2caro.net/read/note-to-self-increment-of-tmpdsk-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 1/16 queries in 0.052 seconds using apc
Object Caching 374/399 objects using apc

Served from: link2caro.net @ 2012-02-08 23:08:59 -->
